Web-Verified Data
-
- deals
Loading deal data...
Initialising deal database
Processing regulatory status
Calculating spreads
Rendering table
Complete
M&A News Feed
Loading M&A news...
// Scroll indicator for table document.addEventListener('DOMContentLoaded',function(){ var tw=document.querySelector('.table-wrap'); if(tw){ function checkScroll(){tw.classList.toggle('has-scroll',tw.scrollWidth>tw.clientWidth+5);} checkScroll(); window.addEventListener('resize',checkScroll); new MutationObserver(checkScroll).observe(tw,{childList:true,subtree:true}); } });