A three-statement financial model is an integrated spreadsheet that links the income statement, balance sheet, and cash flow statement into a single dynamic model where changes in any assumption automatically flow through all three statements. It is the foundation of virtually all financial analysis in investment banking, corporate finance, and equity research — serving as the base from which DCF, LBO, and M&A models are built. [src1]
START — User needs a financial model
├── What type of company?
│ ├── Mature with historical financials → Three-Statement Model (this unit)
│ ├── Early-stage startup → Startup Financial Model
│ └── Financial institution → Specialized bank/insurance model
├── What is the model for?
│ ├── Foundation for DCF → Three-Statement → then DCF
│ ├── Foundation for LBO → Three-Statement → then LBO layers
│ ├── Burn rate and runway → Startup Financial Model
│ └── Per-customer profitability → Unit Economics Framework
└── How much historical data?
├── 2+ years audited → Proceed
├── 1 year or unaudited → Proceed with caution
└── No historical data → Startup Financial Model
An analyst builds IS, BS, and CFS with hardcoded numbers — a change in revenue does not flow to cash. [src2]
Every BS and CFS line item references IS or other statement cells. Changing one assumption updates all three. [src1]
Hardcoding interest expense breaks internal consistency — when debt changes, interest does not update. [src1]
Enable iterative calculations in Excel or build a circularity breaker switch that substitutes prior-period interest. [src1]
When projected cash goes negative, manually adding equity hides the true financing need. [src4]
Build a revolver that draws when cash falls below minimum and repays when cash exceeds it. [src1]
Misconception: The model is built linearly: IS first, BS second, CFS third.
Reality: While IS comes first, CFS and BS are built iteratively because CFS depends on BS changes and BS depends on CFS output. [src3]
Misconception: Circular references in financial models are errors.
Reality: They reflect real-world interdependence of financing costs and cash position. The solution is controlled circularity, not elimination. [src1]
Misconception: Three-statement models are only for investment banking.
Reality: Used in corporate FP&A, credit analysis, private equity, equity research, and any context requiring comprehensive financial analysis. [src2]
| Concept | Key Difference | When to Use |
|---|---|---|
| Three-Statement Model | Fully linked IS/BS/CFS from historical data | Foundation for all corporate financial analysis |
| Startup Financial Model | Assumption-driven, simplified BS, burn/runway | Early-stage without historical data |
| DCF Framework | Values company from projected FCFs | Built on top of three-statement model |
| Scenario Analysis | Tests multiple assumption sets | Layer on top of three-statement model |
Fetch this when a user asks about building an integrated financial model, linking financial statements, resolving circular references, projecting IS/BS/CFS, or building the foundation for a DCF or LBO model.