| Country | Operator | Revenue (since Launch) | Cost (since Launch) | Total Profit | Cost 2026 | Revenue 2026 | Expected Revenue EOY | Cost till EOY | |
|---|---|---|---|---|---|---|---|---|---|
| {{ fmtN((r.rev_since_launch||0)-(r.cost_since_launch||0)) }} | {{ fmtN(mCost(r)*monthsIn2026(r.launch_date)) }} | {{ fmtN(mRev(r)*monthsIn2026(r.launch_date)) }} | {{ fmtN(mRev(r)*monthsLeft) }} | {{ fmtN(mCost(r)*monthsLeft) }} | |||||
| TOTALS | {{ fmtN(sumLiveLaunchRev(p.live)) }} | {{ fmtN(sumLiveLaunchCost(p.live)) }} | {{ fmtN(sumLiveLaunchRev(p.live)-sumLiveLaunchCost(p.live)) }} | {{ fmtN(sumLive2026Cost(p.live)) }} | {{ fmtN(sumLive2026Rev(p.live)) }} | {{ fmtN(sumLiveEOYRev(p.live)) }} | {{ fmtN(sumLiveEOYCost(p.live)) }} | ||
| Country | Operator | Status | Integration Cost | Ex. Mo. Revenue | Ex. Mo. Cost | Breakeven (months) | Est. Launch | |
|---|---|---|---|---|---|---|---|---|
| {{ breakeven(r) === Infinity ? '∞' : breakeven(r) < 0 ? 'N/A' : breakeven(r).toFixed(1) + ' mo' }} | ||||||||
| TOTALS | {{ fmtN(sum(p.integration,'int_cost')) }} | {{ fmtN(sum(p.integration,'ex_revenue')) }} | {{ fmtN(sum(p.integration,'ex_cost')) }} | |||||
| Country | Operator | Priority | Est. Mo. Revenue | Cost till EOY | Breakeven (months) | |
|---|---|---|---|---|---|---|
| {{ r.ex_revenue > 0 ? (r.cost_eoy > 0 ? (r.cost_eoy / r.ex_revenue).toFixed(1) + ' mo' : '—') : '—' }} |