Aggregate Risk and Capital

Collective Risk Model

Derive aggregate-loss moments and transforms, then see exactly where independence enters.

Collective Risk Model

Let annual claim count be NN and severities be X1,X2,X_1,X_2,\ldots. Aggregate loss is

S=i=1NXi,S=\sum_{i=1}^{N}X_i,

with S=0S=0 when N=0N=0.

1. Baseline assumptions

The classical compound model assumes:

  1. XiX_i are independent and identically distributed;
  2. NN is independent of all XiX_i;
  3. losses use one period, currency, and contract basis.

These assumptions make the derivation possible. They are not universal insurance facts.

2. Mean by conditioning

Given N=nN=n,

E[SN=n]=nE[X].E[S\mid N=n]=nE[X].

Using the law of total expectation,

E[S]=E[E[SN]]=E[N]E[X].E[S]=E[E[S\mid N]]=E[N]E[X].

If expected count is 40 and expected severity £5,000, expected annual aggregate is £200,000. Realised loss is not fixed at that amount.

3. Variance by conditioning

Given N=nN=n,

Var(SN=n)=nVar(X).\operatorname{Var}(S\mid N=n)=n\operatorname{Var}(X).

The law of total variance gives

Var(S)=E[N]Var(X)+Var(N)(E[X])2.\operatorname{Var}(S) =E[N]\operatorname{Var}(X) +\operatorname{Var}(N)(E[X])^2.

The first term is severity variation for a given count; the second is count variation acting through mean severity.

Compound Poisson simplification

If NPoisson(λ)N\sim\operatorname{Poisson}(\lambda), then E[N]=Var(N)=λE[N]=\operatorname{Var}(N)=\lambda:

E[S]=λE[X],E[S]=\lambda E[X],Var(S)=λE[X2].\operatorname{Var}(S)=\lambda E[X^2].

For lognormal severity with mean £5,000 and log-scale SD σ=1\sigma=1, E[X2]=£5,0002e1E[X^2]=£5{,}000^2e^1. At λ=40\lambda=40:

E[S]=£200,000,SD(S)£52,136.E[S]=£200{,}000,\qquad \operatorname{SD}(S)\approx£52{,}136.

4. Probability-generating and moment-generating functions

If PN(z)=E[zN]P_N(z)=E[z^N] is the count PGF and MX(t)=E[etX]M_X(t)=E[e^{tX}] exists, then

MS(t)=PN(MX(t)).M_S(t)=P_N(M_X(t)).

For Poisson count,

MS(t)=exp{λ(MX(t)1)}.M_S(t)=\exp\{\lambda(M_X(t)-1)\}.

This identity supports moment derivation and analytic approximations. For heavy-tailed severities such as lognormal, the MGF is infinite for t>0t>0; use Laplace transforms, characteristic functions, recursion, or simulation instead of forcing an MGF argument.

5. Distribution methods

MethodBest suited toMain caution
exact convolutionsmall discrete counts/supportquickly becomes expensive
Panjer recursiondiscrete severity and (a,b,0)(a,b,0) count familiesdiscretisation and grid choice
FFTdiscretised aggregate distributionaliasing, truncation, numerical setup
Normal/Gamma approximationhigh-frequency, moderate-tail screeningcan miss skew and extreme tail
Monte Carlocomplex treaties and dependencesimulation error and rare-event inefficiency

Panjer recursion is not a new risk model; it is an algorithm for computing the compound distribution under eligible count laws and discretised severity.

6. Reinsurance enters at the right level

For a per-loss treaty g(X)g(X) retained by the insurer,

Sret=i=1Ng(Xi).S^{\text{ret}}=\sum_{i=1}^{N}g(X_i).

Replace severity moments by moments of g(X)g(X). For an annual aggregate treaty h(S)h(S), first construct gross SS, then apply hh:

Sret=h(S).S^{\text{ret}}=h(S).

Applying an aggregate treaty claim by claim answers a different contract.

7. Dependence breaks the simple product

If count and severity share a catastrophe state ZZ,

E[S]=E[E[NZ]E[XZ]],E[S]=E\left[E[N\mid Z]E[X\mid Z]\right],

which need not equal E[N]E[X]E[N]E[X]. If high-count states also have high severity, the independence formula understates expected loss and usually understates tail risk.

Practice

  1. E[N]=10E[N]=10, Var(N)=15\operatorname{Var}(N)=15, E[X]=3E[X]=3, and Var(X)=20\operatorname{Var}(X)=20. Find E[S]E[S] and Var(S)\operatorname{Var}(S).
  2. Why can a Normal approximation produce impossible results for a low-frequency portfolio?
  3. Where should a per-occurrence catastrophe treaty be applied?
Answers
  1. E[S]=30E[S]=30; variance =10(20)+15(32)=335=10(20)+15(3^2)=335.
  2. It is symmetric and has support on negative values, while aggregate loss is non-negative and may have a large point mass at zero plus strong skew.
  3. Aggregate all claims belonging to an occurrence, apply the occurrence layer, then aggregate retained occurrences over the year.

Next, retain risk-specific structure in the Individual Risk Model.

Copyright © 2026