Pull MRR movement, runway, and CAC/LTV into one update, then close with the ratios an investor will actually check.
Compute current MRR, new/expansion/churn breakdown.
saas_metrics({"starting_mrr": 100})Compute months of runway at the current burn rate.
runway({"cash_on_hand": 100})Compute CAC, LTV, and payback for the update's growth section.
cac_ltv({"new_customers": 100})Add standard financial ratios for the update's finance appendix.
financial_ratios({"current_assets": 100, "current_liabilities": 100, "inventory": 100})