Individual Risk Model
Individual Risk Model
LECTURE-NOTES
August 3, 2022
1
1 RISK MODEL 1
Objectives:
1.1 Introduction
The random variable of interest in the individual risk model is the total claims on a portfolio of
insurance contracts. We wish to determine, for example, the likelihood that a specic amount of
capital will be adequate to cover these claims or the portfolio's value-at-risk at level 95%, which
corresponds to the 95% quantile of its cumulative distribution function (cdf). The aggregate
of all claims on each individual policy, which is considered to be independent, is how the total
claims are modeled.
where Xi 's are random variables representing the individual losses and n is the number of in-
dividual risks in the portfolio and it known.
In this model, a portfolio made up of a xed number of risks is taken into account. It is
assumed that:
• these risks are independent
• the claim amounts resulting from these risks are not (necessarily) distributed randomly
Since a person can only pass away once in a given period of time, the model is especially suit-
able for life insurance policies because it is assumed that the number of claims from the j − th
risk, Nj , will either be 0 or 1.
Consider a portfolio of n independent policies. Suppose that the probability of a claim arising
2
on any given policy in a portfolio is q , the mean is given by µ and the variance is σ 2 , we have
that the average aggregate claim is given by
E(S) = nqµ,
Solution
Remember, we learn by doing. We now compute the mean and the variance of the claim amount,
we have that the mean is given by,
α
µ=
β
5
=
0.002
= K2, 500
α
σ2 =
β2
5
=
0.0022
E(S) = nqµ
= K10, 000
3
and
Task 2.0.2. Assume there is a chance of 0.2 that there is a claim. When a claim occurs the loss
is exponentially distributed with parameter λ = 0.5. Find the mean and variance of the claim
distribution. Suppose there are 500 independent policies with this loss distribution, compute the
mean and variance of their aggregate loss.
Considering the mean and variance of the aggregate loss S , we may approximate S by
S − E(S) s − E(S)
P (S < s) = P p ≤p
V ar(S) V ar(S)
s − E(S)
=P Z≤ p
V ar(S)
s − E(S)
≃Φ p
V ar(S)
Example 2.1.1. For the aggregate loss S in a collective risk model, the number of claims
follow a poison distribution with parameter λ = 100 and the claim size follow an exponential
distribution with parameters α = 0.5. Approximate the distribution of S using the normal
distribution and compute
i The probability that the aggregate loss will exceed 180
ii The probability that the aggregate loss won't exceed 230
Solution
4
Remember, we learn by doing. We now compute the average aggregate loss which is given
by
E(N ) = 100
1
E(X) =
α
1
=
0.5
= 2.
= 100 × 2
= 200.
Computing the variance of the number of claims and claim size, we have that
V ar(N ) = 100
and
5
1
V ar(X) =
α2
1
=
0.52
= 4.
= 100 × 4 + 100 × 22
= 800.
We can now approximate the distribution of the aggregate loss by the normal.
i To nd the probability that the aggregate loss will exceed 180, we have to compute
P (S > 180)
We now have
S − E(S) 180 − E(S)
P (S > 180) = P p > p
V ar(S) V ar(S)
180 − 200
≃1−Φ √
800
= 1 − Φ(−0.7071)
= 0.7612
i To nd the probability that the aggregate loss won't exceed 230, we have to compute
P (S > 230)
6
We now have
S − E(S) 230 − E(S)
P (S < 230) = P p < p
V ar(S) V ar(S)
230 − 200
≃Φ √
800
= Φ(1.0607)
= 0.85543