ATI
Authorized: $0 · Execution: 94.0%
// === BUYBACK EXECUTION SCORECARD === async function loadExecution(){ try{ const resp=await fetch('/data/buyback_execution.json'); const data=await resp.json(); const execs=data.executions||[]; if(!execs.length)return; document.getElementById('exec-section').style.display='block'; document.getElementById('exec-desc').style.display='block'; execs.sort((a,b)=>(b.execution_pct||0)-(a.execution_pct||0)); document.getElementById('exec-list').innerHTML=execs.map((e,idx)=>{ const pct=e.execution_pct||0; const color=pct>50?'var(--green)':pct>10?'var(--orange)':'var(--red)'; const ratingCls=e.execution_rating==='aggressive'?'aggressive':e.execution_rating==='slow'?'slow':'minimal'; const auth=e.total_authorized>=1e9?'$'+(e.total_authorized/1e9).toFixed(1)+'B':e.total_authorized>=1e6?'$'+(e.total_authorized/1e6).toFixed(0)+'M':'$'+e.total_authorized; const exec2=e.total_executed>=1e9?'$'+(e.total_executed/1e9).toFixed(1)+'B':e.total_executed>=1e6?'$'+(e.total_executed/1e6).toFixed(0)+'M':'$'+e.total_executed; let qHtml=''; if(e.quarterly_data&&e.quarterly_data.length){ qHtml=e.quarterly_data.map(q=>{ const val=q.value>=1e6?'$'+(q.value/1e6).toFixed(0)+'M':'$'+q.value; return '
Corporate share repurchase announcements from SEC 8-K filings. New buyback programs create a forced buyer — a structural catalyst for price support.
Data sourced from SEC EDGAR full-text search. 8-K filings containing "share repurchase program" and "authorized" are parsed for buyback amounts, program type (new vs. expansion), and filing date. Authorization amounts extracted from Item 8.01 sections. Updated daily on market days. Amounts shown are board-authorized maximums, not guaranteed execution.