Scenario analysis is a structured method for evaluating how different sets of assumptions — representing distinct future states of the world — affect a financial model's outputs. Unlike sensitivity analysis (which varies one input at a time), scenario analysis changes multiple correlated assumptions simultaneously to model coherent alternative futures, typically organized as base case (most likely), bull case (optimistic), and bear case (pessimistic). [src1]
START — User needs to test model under different conditions
├── What kind of uncertainty?
│ ├── Multiple correlated assumptions → Scenario Analysis (this unit)
│ ├── Individual variables one at a time → Sensitivity Analysis
│ ├── Probability distributions, many trials → Monte Carlo Simulation
│ └── Binary risk events → Stress Testing
├── How many scenarios needed?
│ ├── 2-5 discrete states → Standard scenario analysis
│ ├── 10+ with probability weighting → Scenario tree
│ └── Continuous distribution → Monte Carlo
└── Does a base model exist?
├── YES → Layer scenarios on top
└── NO → Build base model first
Mechanically reducing base revenue by 10% without adjusting costs or churn produces an unrealistically mild downside. [src1]
Start with a narrative ("recession causes 2x churn, 50% slower sales") and derive all assumptions from that story. [src2]
Changing only the top line while holding all else constant is sensitivity analysis on one variable, not scenario analysis. [src3]
In a recession scenario, adjust revenue AND churn AND sales cycle AND payment terms AND hiring simultaneously. [src2]
Reporting a weighted average valuation as "the expected value" obscures the wide range and subjective weights. [src4]
Show the full range (bear to bull) with the weighted average as one reference point. Emphasize assumptions, not the single number. [src1]
Misconception: Scenario analysis and sensitivity analysis are the same thing.
Reality: Sensitivity analysis varies one input at a time. Scenario analysis changes multiple correlated inputs simultaneously. They are complementary, not interchangeable. [src1]
Misconception: Three scenarios are always sufficient.
Reality: Complex businesses with multiple independent uncertainties may need scenario trees or Monte Carlo. A startup facing market AND regulatory risk may need 9 scenarios. [src3]
Misconception: The base case is the "most likely" outcome.
Reality: The base case is the central expectation, but any single scenario has low probability of occurring exactly as modeled. It is a reference point, not a prediction. [src2]
| Concept | Key Difference | When to Use |
|---|---|---|
| Scenario Analysis | Changes multiple correlated assumptions together | Modeling coherent alternative futures |
| Sensitivity Analysis | Varies one input at a time | Identifying which single inputs drive most variance |
| Monte Carlo Simulation | Thousands of randomized trials | Generating probability distributions of outcomes |
Fetch this when a user asks about building financial scenarios, creating base/bull/bear cases, presenting scenario-based projections, or structuring a scenario manager in a financial model.