Mildenhall Chapter 4 Flashcards

(14 cards)

1
Q

Quantile q(p)

Formula

A

p = non-exceedance probability = F(x)

Continuous AND Strictly Increasing
* Quantile = q(p) = inverse F(p)
* F(q(p)) = p

What is the lowest x value that the CDF, F(X) exceeds or equal to the p-quantile
P(X < x) ≤ p ≤ P(X ≤ x) where q(p) = x

Discrete Example
* if p is in between 2 F(X) values, take the x associated with the higher one
* if p = exactly 1 F(X) value, then it can be any x between that F(X) and the next one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Value at Risk (VaR)

A

VaR(X) = inf {x | F(x) ≥ p } = sup {x | F(x) < p}
Lowest x value where the F(x) ≥ p where p is the percentile/p-quantile (e.g. 90th percentile)

Given that p (usually 90%, 95%, 99%, etc), what is the X loss?

You have to sort the X values in ascending order

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Return Period, n

Formula

A

n = 1 / (1 - p) –> p = 1 - 1/n
where p is the p-quantile

e.g 75th quantile, return period = n = 4,
“1 in 4 year event”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Occurrence Probable Max Loss / Annual Aggregate VaR

Formula

A

VARp where we used a adjusted p = 1 + ln(p)/λ

VaRp(A) ~ VaRp, where p = 1-(1-p)/λ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Probability of at least 1 loss greater than x

A

1- p(0)
1 - exp(-λ * S(x))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Given X0 is thin tailed and X1 is independent thick tailed

Var_p(X)

This is an approximation

A

≈ E[X0] + VaR_p(X1)

For the VaRp(X1) - use aggregate VaR formula

Examples:
thin tailed - non-cat losses
thick tailed - cat losses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

VaR

Subadditive

Condition and advantages

A

Subadditive if:
VaR(X1 + X2) ≤ VaR(X1) + VaR(X2)

Advantages:
* Simple
* Easy to explain
* Exists for all random variables
* Robust estimates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

3 Ways VaR Fail to be Subadditive

A
  1. When dependence structure is of a particular, highly asymmetric form - fails because X1, X2 are dependent
  2. When the marginals have a very skewed distribution - fails for IID for a range of p
  3. When the marignals are very heavy-tailed - fails for IID for all p above a threshold
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

VaR Advantages/Disadvantages

A

Advantages
* It’s simple to explain
* Widely used by regulators, rating agencies and companies for internal risk management
* Can be estimated robustly
* Is always finite

Disadvantage
* Does not always recognize diversification (fails to be subadditive)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

TVaRp(X) for Normal and Lognormal

Formula

A

Normal: E[X] + SD * ϕ(Zp) / (1-p)
* where Zp = norm.S.inv(p)
* where ϕ(Zp) = norm.S.dist(Zp, FALSE)

Lognormal: E[X] * norm.S.dist(σ - Zp, TRUE) / (1-p)
* where Zp = norm.S.inv(p)

FALSE = PDF | TRUE = CDF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Lognormal Mean, CV, Second Moment

A
  • E[X] = exp(μ + SD^2/2)
  • CV = sqrt(exp(SD^2)-1)
  • E[X^2] = exp(2μ + 2SD^2)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Expected Policyholder Deficit

EPD, EPD Ratio, Target EPD, EPD Risk Measure

Discrete Example

A

EPD = E[(X- a)+] = sumproduct(probability, (X - a)+ )
Actual EPD Ratio = EPD / E[X]
Target EPD = s * E[X]
EPD Risk Measure: trial and error a new asset amount so that new EPD = Target EPD

s = expected EPD ratio | X-a can only be positive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Expected Policyholder Deficit

EPD, EPD Ratio

Continuous Example

A

EPD = [ 1 - F(a) ] * [ TVaRp(X) - a ]
where p = F(a)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Risk Measure

Why Regulators Prefer EPD Over VaR

A
  • VaR ignores any losses greater than the VaR
  • EPD accounts for the degree of default relative to the promised payments
How well did you know this?
1
Not at all
2
3
4
5
Perfectly