Scenario Analysis Framework

Type: Concept Confidence: 0.92 Sources: 4 Verified: 2026-02-28

Definition

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]

Key Properties

Constraints

Framework Selection Decision Tree

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

Application Checklist

Step 1: Define scenario narratives

Step 2: Map assumptions to each scenario

Step 3: Build the scenario toggle mechanism

Step 4: Generate outputs and probability-weighted values

Anti-Patterns

Wrong: Bear case is "base case minus 10%"

Mechanically reducing base revenue by 10% without adjusting costs or churn produces an unrealistically mild downside. [src1]

Correct: Bear case tells a coherent downside story

Start with a narrative ("recession causes 2x churn, 50% slower sales") and derive all assumptions from that story. [src2]

Wrong: Only varying revenue across scenarios

Changing only the top line while holding all else constant is sensitivity analysis on one variable, not scenario analysis. [src3]

Correct: Varying all correlated assumptions together

In a recession scenario, adjust revenue AND churn AND sales cycle AND payment terms AND hiring simultaneously. [src2]

Wrong: Presenting probability-weighted values as predictions

Reporting a weighted average valuation as "the expected value" obscures the wide range and subjective weights. [src4]

Correct: Presenting the range alongside the weighted average

Show the full range (bear to bull) with the weighted average as one reference point. Emphasize assumptions, not the single number. [src1]

Common Misconceptions

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]

Comparison with Similar Concepts

ConceptKey DifferenceWhen to Use
Scenario AnalysisChanges multiple correlated assumptions togetherModeling coherent alternative futures
Sensitivity AnalysisVaries one input at a timeIdentifying which single inputs drive most variance
Monte Carlo SimulationThousands of randomized trialsGenerating probability distributions of outcomes

When This Matters

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.

Related Units