Ruin Probabilities With Heavy-Tailed Claims
How the classic insurance-style question — will accumulated losses ever exceed capital — changes completely once individual loss sizes are heavy-tailed, so that ruin is driven by one giant loss rather than a slow accumulation of many.
Prerequisites: The Law of Large Numbers
A trading desk sets aside capital as a buffer against losses and earns a steady stream of income (premium, spread capture, or carry) to replenish it. Losses arrive randomly over time. Will the buffer ever be wiped out — will accumulated losses ever exceed capital plus income collected so far? This is the classical "ruin probability" question from actuarial science, and it has a clean answer when individual losses are light-tailed (like normal or exponential-sized). But real trading losses — a single catastrophic drawdown, one enormous claim — are often heavy-tailed, and that changes not just the number but the entire character of the answer.
An analogy: leaks versus a burst pipe
Imagine a water tank with a slow steady inflow and random outflows representing losses. If outflows are all modest and similar in size (light-tailed), the tank only ever empties through the cumulative effect of an unusually long unlucky streak of many moderate outflows in a row — ruin is a slow grind. If instead outflows occasionally include a single catastrophic burst — a pipe bursting rather than a series of small leaks (heavy-tailed losses) — then the tank is far more likely to empty because of one single event than because of an accumulated bad streak. Knowing which picture is true completely changes how much buffer you actually need, and where to focus attention: smoothing many small leaks, or bracing for the one burst pipe.
The idea, one symbol at a time
Let be the initial capital (buffer), let losses arrive according to a process with claims having mean , and let income accumulate at rate per unit time with (income exceeds average loss rate — a "positive safety loading," or the buffer isn't doomed to shrink on average). Let be the ruin probability: the probability that accumulated losses ever exceed capital plus income collected so far, starting from buffer .
When claim sizes are light-tailed (their distribution has a moment generating function, e.g. exponential or normal), the classical Cramér–Lundberg result gives an exponential decay in :
for constants and (the "adjustment coefficient"). In plain English: doubling your buffer roughly squares how small the ruin probability becomes — buffer helps enormously, and fast.
When claim sizes are heavy-tailed (subexponential, e.g. Pareto-like), the ruin probability instead decays like the tail of a single claim:
In plain English: ruin probability shrinks only as fast as the chance of seeing one loss bigger than the whole buffer — polynomially, not exponentially. Buffer still helps, but far more slowly, and ruin is driven overwhelmingly by that single worst loss, not by an accumulation of smaller ones (this is the same "single big jump" idea covered in subexponential distributions).
Worked example 1: light-tailed losses
Suppose losses are exponential with mean $1 (in millions), safety loading gives adjustment coefficient , and . For buffer u = \4$m:
Doubling the buffer to $8m: — an over 7-fold reduction in ruin probability from doubling capital.
Worked example 2: heavy-tailed losses
Now suppose losses follow a Pareto-like tail (heavy-tailed, in the same $ millions units), with . For buffer :
Doubling the buffer to : — only about a 2.8-fold reduction, far less improvement than the light-tailed case got from the same doubling of capital, even though the two starting ruin probabilities (0.135 vs 0.125) looked almost identical at .
What this means in practice
This distinction matters directly for sizing capital buffers, margin, and risk limits against strategies exposed to occasional catastrophic losses — short volatility positions, insurance-like carry trades, or concentrated single-name bets. If loss severity is heavy-tailed, the standard intuition that "more capital buys exponentially more safety" is wrong; capital still helps, but the marginal benefit of each extra unit decays much more slowly, and the dominant risk driver is capping the size of the single worst possible loss (position limits, stop-losses on tail scenarios) rather than simply holding more capital.
When individual losses are light-tailed, the probability of eventual ruin decays exponentially in the size of the capital buffer — more buffer helps enormously. When losses are heavy-tailed (subexponential), ruin probability instead decays only polynomially, tracking the tail probability of a single loss exceeding the buffer — buffer still helps, but far more slowly, and ruin is dominated by one giant loss rather than an accumulation of many.
The classic mistake is fitting a ruin model using a light-tailed distribution (exponential, normal, lognormal with modest variance) because it's mathematically convenient and gives comfortingly small ruin probabilities at reasonable buffer sizes, when the actual loss data has a heavier tail. Since the two models can look similar at moderate buffer levels but diverge enormously at the buffer sizes that matter for solvency, always test tail behavior against extreme historical losses (or fit via extreme value theory) before trusting a light-tailed ruin estimate for capital planning.
Related concepts
Practice in interviews
Further reading
- Embrechts, Klüppelberg & Mikosch, Modelling Extremal Events, ch. 1, 8