Reverse Stress Testing

Interactive exploration of reverse stress testing with a portfolio of European call options, grid search over price and volatility scenarios, and Black-Scholes pricing

Reverse Stress Testing

Instead of asking “What is the loss under scenario X?”, reverse stress testing asks “What scenarios produce the greatest losses?” (Hull 2023, sec. 16.1.6). This is done by searching over possible market conditions to find the worst case for a given portfolio.

Consider a portfolio of four European call options (inspired by Hull (2023), Example 16.1). Positive positions are long (bought), negative positions are short (written):

Position (000s) Strike Life (years)
+200 48 1.00
−100 58 1.25
−80 42 0.75
−60 53 0.50

Given bounds on the asset price and volatility, a grid search finds the combination that maximizes losses. The Black-Scholes formula prices each option:

\[ C = S\,N(d_1) - K\,e^{-rT}\,N(d_2) \]

where \(d_1 = \frac{\ln(S/K) + (r + \sigma^2/2)T}{\sigma\sqrt{T}}\) and \(d_2 = d_1 - \sigma\sqrt{T}\).

Note

Plausibility matters. Not all worst-case scenarios are plausible. For example, a simultaneous drop in asset price and volatility is unusual (volatility typically rises when prices fall). Analysts should assess whether the worst case found by the search is realistic and, if not, impose tighter bounds and search again.

Tip

How to experiment

With the default bounds, the worst case may involve an extreme drop in volatility combined with a price decline. Try narrowing the volatility lower bound (e.g., from 10% to 20%) to eliminate implausible scenarios and see how the worst case changes. Also try adjusting the asset price to see how the portfolio’s risk profile shifts.

References

Hull, John. 2023. Risk Management and Financial Institutions. 6th ed. John Wiley & Sons.