Module II· DCF — Terminal ValueAdvanced
Question

How do you model a 'fade period' in the growth rate?

Answer

the fade period lets the growth rate converge from the forecast-start value to the terminal value. Linear fade formula:

```
g(t) = g_start − (g_start − g_terminal) × (t − t_start) / (t_end − t_start)
```

Deep diveShow more details

Inputs:

  • g_start: 10%
  • g_terminal: 2%
  • Fade period: 5 years

Calculation:
```
Year 1: 10%
Year 2: 8%
Year 3: 6%
Year 4: 4%
Year 5: 2%
```

```
g(t) = g_terminal + (g_start − g_terminal) × e^(−k × t)
```

competitive theory — excess returns converge to the cost of capital.

  • 5–10 years for industrial targets.
  • 10–15 years for pharma/patent businesses.
  • 3–5 years for mature middle-market companies.

in tech equity research, fade modeling is often communicated openly — IB uses it less explicitly, but showing it signals depth in an interview.