Loading...
Loading...
Build three-statement financial models (Income Statement, Balance Sheet, Cash Flow) with revenue forecasting, assumption management, and scenario analysis. Use this skill when the user needs to project financials, build a fundraising model, create financial projections for a business plan, or evaluate M&A targets — even if they say 'build a financial model', 'project our revenue', 'how much money will we make next year', or 'model this acquisition'.
npx skill4agent add asgard-ai-platform/skills fin-modelingIRON LAW: The Three Statements Must Balance
Assets = Liabilities + Equity (Balance Sheet identity)
Net Income flows from IS to BS (retained earnings)
Cash flow bridges IS and BS through working capital and capex
If your model doesn't balance, there's an error. Check the cash line on
the BS against the ending cash on the CF statement. They MUST match.[Assumptions Page] → drives everything
↓
[Income Statement] → Revenue, costs, taxes → Net Income
↓
[Balance Sheet] → Assets, liabilities, equity → must balance
↓
[Cash Flow Statement] → Start cash + Operating + Investing + Financing = End cash
↓
[Outputs: DCF, Returns, Scenarios]| Method | How | Best For |
|---|---|---|
| Top-down | Market size × market share × price | New markets, macro-driven |
| Bottom-up | Units × price, or customers × ARPU | Established products, SaaS |
| Run-rate | Current monthly × 12, adjusted for growth | Near-term projections |
| Cohort-based | New cohort revenue + existing cohort retention | Subscription businesses |
| Category | Assumptions |
|---|---|
| Revenue | Growth rate, pricing, volume, churn (if subscription) |
| COGS | Gross margin trajectory, input cost inflation |
| OpEx | Headcount plan, salary inflation, marketing as % of revenue |
| Working Capital | DSO (days sales outstanding), DPO (days payable), DIO (days inventory) |
| CapEx | Capital expenditure as % of revenue or specific projects |
| Tax | Effective tax rate, tax loss carryforwards |
| Financing | Debt schedule, interest rates, equity raises |
# Financial Model: {Company} — {Projection Period}
## Key Assumptions
| Assumption | Y1 | Y2 | Y3 | Y4 | Y5 | Source |
|-----------|-----|-----|-----|-----|-----|--------|
| Revenue growth | {%} | {%} | {%} | {%} | {%} | {basis} |
| Gross margin | {%} | ... | ... | ... | ... | ... |
| OpEx growth | {%} | ... | ... | ... | ... | ... |
## Projected Income Statement
| | Y1 | Y2 | Y3 | Y4 | Y5 |
|---|-----|-----|-----|-----|-----|
| Revenue | ${X} | ... | ... | ... | ... |
| Gross Profit | ${X} | ... | ... | ... | ... |
| EBITDA | ${X} | ... | ... | ... | ... |
| Net Income | ${X} | ... | ... | ... | ... |
## Scenario Comparison
| Metric (Y5) | Bear | Base | Bull |
|-------------|------|------|------|
| Revenue | ${X} | ${X} | ${X} |
| Net Income | ${X} | ${X} | ${X} |
| FCF | ${X} | ${X} | ${X} |
## Balance Check
- BS balances: ✓/✗
- CF ending cash = BS cash: ✓/✗references/modeling-best-practices.md