Non Life Insurance Premium Rating
Non Life Insurance Premium Rating
José Garrido
Department of Mathematics and Statistics
Concordia University, Montreal, Canada
Fall 2020
c
José Garrido, 2020
2
Chapter 1
Risk measures
Risk measures are defined and used on gains, for example on investments,
and on losses, for example on investment or insurance losses. In this course
we concentrate on measures used to asses the potential risk for insurance
losses.
Let X : Ω → R be the loss variable (risk) associated with a given
insurance, over a single period of time 0 to T . Then let X be the set of all
risks. A risk measure is defined as follows.
Definition 1.1 A risk measure is a function ρ : X → R.
In insurance, ρ(X) measures the risk in terms of potential losses; that is
an amount of Euros that can be lost over a period of reference.
3
4 CHAPTER 1. RISK MEASURES
Definition 1.2 For a possible loss X over a given period [0, T ] and 0 < p <
1, the (1 − p) × 100% Value at Risk is:
V aR1−p(X) = sup{x ∈ R | P(X ≥ x) > p}.
Example 1.1 Pareto(α, θ):
Let us derive V aR0.95(X) for a loss distribution commonly used in insurance
for heavy–tailed risks, X ∼ Pareto(α, θ). Here say α = 2 and θ = 10, 000:
α 2
θ 10, 000
P(X ≤ x) = FX (x) = 1 − = 1− ,
θ+x 10, 000 + x
so
V aR0.95(X) = sup{x ∈ R | P(X ≥ x) > 0.05}
= sup{x ∈ R | 1 − FX (x) > 0.05}
= sup{x ∈ R | FX (x) ≤ 0.95},
that is equivalent to finding the inverse y = V aR0.95(X) = FX−1(0.95), that is
2
10, 000
1− = 0.95.
10, 000 + y
1.1. VALUE AT RISK (V AR) 5
√
Isolating gives y = V aR0.95(X) = (10, 000/ 0.05) − 10, 000 = 34, 721.36.
Remark 1.1 Note that the relation V aR1−p (X) = FX−1(1 − p) obtained here
for the Pareto actually holds for any continuous loss distribution.
Exercise 1.1 Redo Example 1.1 (a) if the loss X has an exponential (light–
tailed) distribution with mean 10,000 and (b) when X is normal (also light–
tailed), with mean 10,000 and variance 100,000,000 (you can use Excel here
to calculate V aR0.95(X)).
∗
The property would be ρ(X + a) = ρ(X) − a for assets rather than losses.
6 CHAPTER 1. RISK MEASURES
Exercise 1.2 (a) Calculate CV aR0.95(X) for the normal (µ = 10, 000, σ 2 =
100, 000, 000) example above and compare the value you obtain to the
V aR0.95(X) value you derived in Exercise 1.1(b). Which one is higher?
Would your answer change if you compared V aR0.99(X) to the above
CV aR0.95(X).
(b) Similarly, derive CV aR0.95(X) for the Pareto loss X in Example 1.1
and compare to its V aR0.95(X) value. Again, which one is higher?
It can be seen that apart from satisfying the 4 properties of coherent risk
measures, CV aR1−p also satisfies Properties 5, 6 and 7 above.
One other measure based on CV aR is the Weighted CV aR (WCVaR)
defined as:
m
X
W CV aR1−p1 ,...,1−pm (X) = ki CV aR1−pi (X),
i=1
P
where 0 < pi < 1, and the weights ki > 0 are such that i ki = 1. Like
CV aR, the W CV aR risk measure also satisfies all the above properties, so in
particular, it is coherent. Its main advantage over CV aR is that by involving
several confidence levels 1 − pi , the measure uses additional parts of the loss
distribution, not just one percentile.
†
(X1 , X2 ) are said to be comonotonic if P{X1 ≤ x1 , X2 ≤ x2 } = mini=1,2 P{Xi ≤ xi }.
See Yaari (1987) for details.
8 CHAPTER 1. RISK MEASURES
Wang (1996) defines a class of risk measures obtained through such distortion
functions. We give here an alternative but equivalent formulation.
1 −µX
ρµ (X) = ln E(e ) .
µ
for 0 < t < 1. This “convexity”, together with a property of “temporal con-
sistency” (the study of which is beyond the scope of this course) makes this
entropic risk measure suitable for applications to dynamic problems. In fact
it is the only risk measure that satisfies temporal consistency, even though
other measures, such as CV aR, satisfy a “weak temporal consistency”.
In other words, the entropic risk measure is the supremum of entropic V aRs
minus c, which means a certain similarity between the entropic V aR and the
entropic risk measure.
1.6. ENTROPIC MEASURES 11
Conclusions
Clearly, opinions differ substantially on the properties that risk measures
should satisfy. Desirable properties differ with the intended use for a risk
measure: capital requirements, statutory purposes, insurance or risk pre-
mium calculations. We can safely conclude that there is no unique general
set of axioms that is valid for all above applications. Certain uses will favor
some of the 7 properties listed here, while other applications call for other
properties.