Quant Memo
Advanced

The Cramér-Lundberg Ruin Model

A model of an insurer's (or a trading desk's) capital cushion steadily growing from premiums or carry but taking random hits from claims or drawdowns — and the mathematics of how likely that cushion is to ever hit zero.

Prerequisites: The Compound Poisson Distribution, How Long the Gambler's Ruin Game Lasts

Picture a bucket sitting under a slow, steady hose — that's an insurer collecting premiums, or a trading desk earning a small steady edge every day. The bucket fills gradually and predictably. But every so often, without warning, someone dumps a pail of water back OUT of the bucket — a claim gets filed, or a bad trading day hits. Most of the time the pail is small and the bucket barely notices. Occasionally the pail is huge. The question the Cramér-Lundberg model answers precisely: starting from a given amount of water already in the bucket, what's the probability the bucket ever runs completely dry? That's "ruin," and this is the founding model of the entire field that studies it — a field that matters just as much to a prop trading desk sizing its capital cushion as it does to an insurance company setting its reserves.

The setup, one symbol at a time

The insurer's surplus at time tt — its capital cushion — is written U(t)U(t), starting from an initial capital u=U(0)u = U(0). Surplus grows steadily from premium income collected at a constant rate cc per unit time (dollars of premium collected per day, say), and drops each time a claim arrives. Claims arrive according to a Poisson process with rate λ\lambda — random, memoryless arrival moments, averaging λ\lambda claims per unit time — and each claim has a random size XiX_i, all independent and identically distributed with mean E[X]E[X]. Putting this together:

U(t)=u+cti=1N(t)XiU(t) = u + ct - \sum_{i=1}^{N(t)} X_i

In words: surplus at time tt equals the starting capital, plus everything collected in premiums by time tt, minus the sum of every claim that has arrived by time tt (where N(t)N(t) is the random number of claims that have occurred so far). For this to make sense as an ongoing business at all, premiums must come in faster on average than claims go out — the safety loading (or net profit) condition:

c>λE[X]c > \lambda \, E[X]

In words: the premium rate must exceed the average rate at which claims drain the bucket (λE[X]\lambda \, E[X] is claims-per-unit-time times average claim size — the average outflow rate). Without this, surplus drifts toward -\infty with probability one no matter how large uu is.

Given the safety loading holds, the probability of eventual ruin starting from capital uu, written ψ(u)=P(U(t)<0 for some t>0)\psi(u) = P(U(t) < 0 \text{ for some } t > 0), satisfies the Lundberg inequality:

ψ(u)eRu\psi(u) \leq e^{-Ru}

Here R>0R > 0 is the adjustment coefficient (or Lundberg exponent), a number determined by λ\lambda, cc, and the full distribution of claim sizes (via its moment generating function), not just its mean. In words: ruin probability is bounded above by an exponentially decaying function of starting capital — every extra unit of starting capital multiplies your maximum ruin probability by the same shrinking factor eRe^{-R}.

surplus U(t): rises with premiums, drops at claims ψ(u) ≤ e^(-Ru): decays exponentially in u
Left: a sample surplus path — steady climbs punctuated by sudden claim drops. Right: the Lundberg bound on ruin probability, falling off exponentially as starting capital u grows.

Ruin probability is bounded by an exponential in starting capital, ψ(u)eRu\psi(u) \leq e^{-Ru} — but the exponent RR depends on the whole shape of the claim-size distribution, not just its average, which is why two portfolios with identical average claim size can have wildly different ruin risk.

Distribution · poisson
mean 4.0024681012outcomes (k) →
mean 4.00std dev 2.00peak at k = 3

Adjust the rate parameter in the explorer above to see how claim-arrival randomness itself behaves — claims arrive according to this same Poisson shape, and it's the combination of Poisson arrival timing with random claim sizes that produces the surplus process shown earlier.

Worked example 1: checking the safety loading

An insurer collects premiums at c=120c = 120 (thousand dollars per month) and expects λ=20\lambda = 20 claims per month, each averaging E[X]=5E[X] = 5 (thousand dollars). Average outflow rate is λE[X]=20×5=100\lambda \, E[X] = 20 \times 5 = 100. Since c=120>100c = 120 > 100, the safety loading condition holds, with a loading of 120/1001=0.20120/100 - 1 = 0.20, i.e. premiums run 20% above expected claims — a viable, profitable book on average. If instead claims averaged E[X]=6.5E[X] = 6.5, outflow would be 20×6.5=130>120=c20 \times 6.5 = 130 > 120 = c, violating the condition: surplus drifts to -\infty eventually regardless of starting capital, no matter how large uu is — ruin becomes a near-certainty in the long run, not just a tail risk.

Worked example 2: how starting capital changes the ruin bound

Suppose the adjustment coefficient works out to R=0.02R = 0.02 per thousand dollars of surplus (a number that in practice comes from solving an equation involving λ\lambda, cc, and the claim-size distribution — here just taken as given to focus on how the bound behaves). Compare two starting capital levels:

  • u=50u = 50: ψ(50)e0.02×50=e1.00.368\psi(50) \leq e^{-0.02 \times 50} = e^{-1.0} \approx 0.368 — up to a 36.8% chance of ruin.
  • u=150u = 150: ψ(150)e0.02×150=e3.00.050\psi(150) \leq e^{-0.02 \times 150} = e^{-3.0} \approx 0.050 — down to about 5%.
  • u=250u = 250: ψ(250)e0.02×250=e5.00.007\psi(250) \leq e^{-0.02 \times 250} = e^{-5.0} \approx 0.007 — under 1%.

Tripling starting capital from 50 to 150 didn't cut the ruin bound by a third — it cut it by more than 7x. That's the exponential at work: each additional block of capital multiplies the remaining ruin probability by the same factor, the same way compound interest multiplies rather than adds.

What this means in practice

  • This is a risk-of-ruin framework, not just an insurance model. A trading desk earning a steady edge (the analog of cλE[X]c - \lambda E[X], its expected daily P&L) but exposed to occasional sharp drawdowns (the analog of claims) faces exactly this mathematics when sizing how much capital it needs to survive a bad stretch with high probability — this is the rigorous cousin of Kelly-criterion risk-of-ruin reasoning.
  • The safety loading condition is a hard floor, not a soft target. If expected inflow doesn't exceed expected outflow, no amount of starting capital saves you in the long run — ruin becomes certain eventually, only the timing is uncertain.
  • Reinsurance and capital retention decisions are literally about moving points on this curve — ceding some claims to a reinsurer lowers both cc (premium retained) and the claim-size distribution simultaneously, and the net effect on RR (and hence on ruin probability) is the actual quantity being optimized.
  • The exponential bound is a worst case, not the exact answer — computing ψ(u)\psi(u) exactly typically requires either an explicit formula for special claim distributions (e.g. exponential claims give a clean closed form) or simulation, but the Lundberg bound is often tight enough to be the number people actually quote.

The classic confusion: assuming ruin probability depends only on the average claim size, since that's what shows up explicitly in the safety loading condition. It doesn't stop there — the adjustment coefficient RR, and hence the whole exponential-decay shape of ψ(u)\psi(u), depends on the entire distribution of claim sizes through its moment generating function. For light-tailed claims (bounded, or with an exponential-or-thinner tail), RR exists and the clean exponential Lundberg bound holds. For heavy-tailed claims (the kind that can occasionally produce catastrophically large single losses — the regime covered by subexponential distributions), no such RR exists at all, and ruin probability decays only polynomially in uu, not exponentially — meaning it takes vastly more starting capital to achieve the same safety margin than the light-tailed intuition would suggest, and portfolios that look similar on "average claim size" alone can have completely different true ruin risk.

Related concepts

Practice in interviews

Further reading

  • Asmussen & Albrecher, Ruin Probabilities, ch. 1-3
  • Mikosch, Non-Life Insurance Mathematics, ch. 3
ShareTwitterLinkedIn