When Is Severity Irrelevant?
In some cases the actual form of the severity distribution is essentially irrelevant to the shape of the aggregate distribution. Consider an aggregate with a \(G\)-mixed Poisson frequency distribution. If the expected claim count \(n\) is large and if the severity is tame (roughly tame means bounded or has a log concave density; a policy with a limit has a tame severity; unlimited workers compensation or cat losses may not be tame) then particulars of the severity distribution diversify away in the aggregate. Moreover, the variability from the Poisson claim count component also diversifies away, and the shape of the aggregate distribution converges to the shape of the frequency mixing distribution \(G\). Another way of saying the same thing is that the normalized distribution of aggregate losses (aggregate losses divided by expected aggregate losses) converges in distribution to \(G\).
We can prove these assertions using moment generating functions. Let \(X_n\) be a sequence of random variables with distribution functions \(F_n\) and let \(X\) another random variable with distribution \(F\). If \(F_n(x)\to F(x)\) as \(n\to\infty\) for every point of continuity of \(F\) then we say \(F_n\) converges weakly to \(F\) and that \(X_n\) converges in distribution to \(F\).
Convergence in distribution is a relatively weak form of convergence. A stronger form is convergence in probability, which means for all \(\epsilon>0\) \(\mathsf{Pr}(|X_n-X|>\epsilon)\to 0\) as \(n\to\infty\). If \(X_n\) converges to \(X\) in probability then \(X_n\) also converges to \(X\) in distribution. The converse is false. For example, let \(X_n=Y\) and \(X=1-Y\) be binomial 0/1 random variables with \(\mathsf{Pr}(Y=1)=\mathsf{Pr}(X=1)=1/2\). Then \(X_n\) converges to \(X\) in distribution. However, since \(\mathsf{Pr}(|X-Y|=1)=1\), \(X_n\) does not converge to \(X\) in probability.
It is a fact that \(X_n\) converges to \(X\) if the MGFs \(M_n\) of \(X_n\) converge to the MFG of \(M\) of \(X\) for all \(t\): \(M_n(t)\to M(t)\) as \(n\to\infty\). See Feller [1971] for more details. We can now prove the following result.
Proposition. Let \(N\) be a \(G\)-mixed Poisson distribution with mean \(n\), \(G\) with mean 1 and variance \(c\), and let \(X\) be an independent severity with mean \(x\) and variance \(x(1+\gamma^2)\). Let \(A=X_1+\cdots+X_N\) and \(a=nx\). Then \(A/a\) converges in distribution to \(G\), so
as \(n\to\infty\). Hence
Proof. We know
and so using Taylor’s expansion we can write
for some remainder function \(R(t)=O(t^2)\). Note that the assumptions on the mean and variance of \(X\) guarantee \(M_X'(0)=x=\mathsf{E}[X]\) and that the remainder term in Taylor’s expansion actually is \(O(t^2)\). The second part is trivial.
The proposition implies that if the frequency distribution is actually a Poisson, so the mixing distribution \(G=1\) with probability 1, then the loss ratio distribution of a very large book will tend to the distribution concentrated at the expected, hence the expression that “with no parameter risk the process risk completely diversifies away.”
The next figure illustrate the proposition, showing how aggregates change shape as expected counts increase.
In [1]: from aggregate.extensions import mixing_convergence
In [2]: mixing_convergence(0.25, 0.5)
On the top, \(G=1\) and the claim count is Poisson. Here the scaled distributions get more and more concentrated about the expected value (scaled to 1.0). Notice that the density peaks (left) are getting further apart as the claim count increases. The distribution (right) is converging to a Dirac delta step function at 1.
On the bottom, \(G\) has a gamma distribution with variance \(0.0625\) (asymptotic CV of 25%). The density peaks are getting closer, converging to the mixing gamma. The scaled aggregate distributions converge to \(G\) (thick line, right).
It is also interesting to compute the correlation between \(A\) and \(G\). We have
and therefore
as \(n\to\infty\).
The proposition shows that in some situations severity is irrelevant to large books of business. However, it is easy to think of examples where severity is very important, even for large books of business. For example, severity becomes important in excess of loss reinsurance when it is not clear whether a loss distribution effectively exposes an excess layer. There, the difference in severity curves can amount to the difference between substantial loss exposure and none. The proposition does not say that any uncertainty surrounding the severity distribution diversifies away; it is only true when the severity distribution is known with certainty. As is often the case with risk management metrics, great care needs to be taken when applying general statements to particular situations!