Aggregate Loss Models
On this page
Aggregate loss models describe the total dollar loss from a portfolio over a period as a random sum of an uncertain number of claims, each of uncertain size. This "collective risk model" underlies stop-loss pricing, aggregate deductible rating, and capital modeling.
The collective risk model
Let be the (random) claim count and be i.i.d. severities independent of . The aggregate loss is
is a compound distribution. Its moments follow from conditioning on (the law of total expectation/variance):
When is Poisson with mean , , so β a clean result exploited throughout ratemaking and capital work. The moment generating function factors as , which underlies both the recursive and transform-based computation methods below.
The (a, b, 0) class and Panjer's recursion
Many standard counting distributions β Poisson, negative binomial, binomial β satisfy a recursion on their probabilities :
For Poisson(): . For negative binomial: , . For binomial: , .
If severity is discretized on integers with pmf , Panjer's recursion computes recursively:
This avoids simulating or convolving the full distribution of and is exact (up to the severity discretization) for the entire family.
Worked example: Poisson frequency, three-point severity
Let so , and let severity be discrete with , , (no mass at 0).
Step 0: .
Step : only contributes ( for when is excluded, and here ):
Step : sum over :
Step : sum over :
| s | f_S(s) |
|---|---|
| 0 | 0.135335 |
| 1 | 0.135335 |
| 2 | 0.148869 |
| 3 | 0.157891 |
Continuing this recursion out far enough and summing gives the survival function needed to price a stop-loss layer or aggregate deductible directly, without ever simulating a single claim.
FFT and simulation alternatives
The Fast Fourier Transform method computes the compound distribution by (1) discretizing severity onto a fine grid, (2) computing the discrete Fourier transform of , (3) applying the frequency distribution's pgf/mgf in transform space β for Poisson, the transform of is β and (4) inverting via inverse FFT. This is versus Panjer's and is preferred for large supports or heavy severity tails, though it requires care with aliasing (wrap-around) if the grid is too short relative to the tail.
Monte Carlo simulation β simulate , then simulate severities and sum, repeat many times β is the most flexible approach (handles frequency-severity dependence, mixed/non- frequency, copula structures) at the cost of simulation noise in the tail, which stop-loss and high-layer XoL pricing is especially sensitive to; variance reduction (importance sampling, control variates) is often needed for rare, high layers.
Applications: aggregate deductibles and stop-loss
An aggregate stop-loss with deductible pays , the stop-loss net premium, directly computable once is known from Panjer/FFT/simulation. An aggregate deductible (cedent retains the first of aggregate losses) is the mirror image, with expected retained loss . These aggregate features appear throughout reinsurance (aggregate stop-loss treaties), retro rating plans, and large-account loss-sensitive programs.
Pitfalls
- Applying Panjer's recursion to a frequency distribution outside the class (e.g., a mixed Poisson without deriving the correct ) without verifying the recursion holds.
- Discretizing severity too coarsely relative to the deductible/limit, biasing the stop-loss premium.
- Ignoring frequency-severity dependence (e.g., larger events driving both more claims and higher severity) when the compound-independence assumption is not appropriate β climate/cat perils often violate it.
- Truncating the FFT grid too short, causing tail probability to alias back into the body of the distribution.
Exam relevance
Aggregate distributions, Panjer recursion, and stop-loss moments are central to CAS Exam 8 and SOA Exam STAM/ASTAM.
Further reading
- Klugman, Panjer & Willmot, Loss Models: From Data to Decisions
- Panjer (1981), Recursive Evaluation of a Family of Compound Distributions, ASTIN Bulletin
Related
A tour of proportional and non-proportional reinsurance structures, ceding commissions and reinstatements, and the experience- and exposure-rating methods used to price them.
VaR and TVaR, the coherence axioms and VaR's subadditivity failure, distortion and spectral risk measures, Euler capital allocation, and an overview of RBC, Solvency II SCR, and ORSA.
FisherβTippett and the GEV family, the peaks-over-threshold/GPD approach, mean-excess plots, the Hill estimator, and how heavy tails drive reinsurance layer pricing.
References
- Klugman, Panjer & Willmot, Loss Models
- CAS Exam 8 Syllabus
- Panjer (1981), Recursive Evaluation of a Family of Compound Distributions
Want a deeper conversation on this topic?
Ask the agent about this