Mack CL Flashcards

(21 cards)

1
Q

Mack CL Assumptions

A
  1. Expected losses in the next period are proportional to losses-to-date
  2. Losses are independent between AYs
  3. Variance of losses in next period are proportional to losses-to-date with constant alphak^2 that varies by age
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to check CL 1

A

plot Cik+1 against Cik and check for linearity

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

How to check CL 2

A

test for CY effects -> reserves strengthening or weakening, changes in payment processes, changes in inflation, etc.

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

How to check CL 3

A

plot weighted residuals against Cik and check for randomness

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

sigma^2 for lognormal distribution

A

ln( 1 + (stderr(R) / R)^2 )

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

confidence interval for lognormal dist

A

lower: R * exp(-z * sigma - 0.5 * sigma^2)
upper: R * exp(z * sigma - 0.5 * sigma^2)

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

Assume the variance of the next incremental loss is a constant for each development age

A

set up cumulative triangle Cik, Cik^2 triangle, and calculate LDFs as sumproduct(Cik, Cik+1)/sum(Cik^2)

then use those LDFs to project cumulative loss to ultimate

Variance constant -> LDF calc weight is Cik^2

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

Assume the variance of the next incremental loss is proportional to the losses reported to date

A

Mack CL assumption - use volume weighted LDFs

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

Assume the variance of the next incremental loss is proportional to the square of the losses to date

A

Calculate all the LDFs from the given triangle then take the simple average to make selections

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

CY Effects Calculation

A
  1. From LDF triangle, calc median for each column; rank within each column whether the LDF is large or smaller than the median (or equal to)
  2. Switch to diagonal analysis for CY effects. For each diagonal (oldest AY is diag1, then look at diag2+):
    Count the number of S and L
    Zj = min(S, L)
    nj = sum(S, L)
    mj = (nj-1)/2, rounded down

E[Zj] = n/2 - combin(n-1, m) * n/ 2^n

Var(Zj) = n * (n-1) /4 - combin(n-1,m) * n * (n-1) /2^n + E[Zj] - E[Zj]^2

  1. Sum up Z, E[Zj], and Var(Zj) of each diagonal
  2. Set up CI = E[Zj] +/- Z-val * sqrt(Var(Z)) two tailed test for if empirical Z is within the interval (fail to reject)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

sigma^2 parameter of normal distribution of overall reserve

A

s.e.(overall reserve)^2

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

confidence interval for reserve using normal distribution

A

Reserve +/- s.e.(Reserve) * z-value

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

MSE Calculation

A
  1. Calculate age-to-age factors and volume-weighted LDF
  2. Calc alpha^2, the variance proportionality constant:
    a) set up intermediate triangle of lossAY,k * (age-to-age factorAY,k - LDFk)^2
    b) alpha for each column = sum of the column / (#AYs - column# - 1)
    c) alphak^2 for the final dev period can be extrapolated from the prev 2 alphak^2: (alphak-1^2)^2 / alphak-2^2 - NOTE that only works if the alphak^2 are decreasing; if that is not the case then just match the final alpha^2 to the min of the two before it
  3. Square out the cumulative Reported Loss triangle using the vol-wtd LDFs
  4. Calc MSE triangle =UltAY^2 * alpha^2k/LDFk^2 * [1/CAYkhat + 1/SUM(prev CAYs in column) ] starting with curr diagonal & then to future periods (not ult)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Overall MSE Calculation

A

Calc LDFs, CDFs volume-weighted and project Losses to Ult

(1) For each AY after the first row, calc Ulti * SUM(Ult for AYs in rows below i); final row will be zero

(2) For each AY, calc 2 * alphak^2 / LDFk^2 then divide by sum(CAYk of AYs before curr diagonal; (2) is the sum across dev periods

MSE(Ri) = AY MSE + (1) * (2)
Overall MSE = Sum of MSE(Ri)

s.e.(R) = sqrt(MSE(R))

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

Correlation of Adjacent LDFs

A
  1. Within each LDF column, rank the values 1=lowest and counting up to the highest
  2. For a development period, compare each AY’s ranking with the dev period (column) before it
    Sk = sum( (rank k - rank prior)^2 )
  3. Spearman’s rank correlation coefficient
    Tk = 1 - [Sk / (n * (n^2-1) /6 ) ]
    where n = # rank pairs

table: period | n | S_k | T_k | weight

weightk = #AYs in original triangle - k - 1; you can also remember that the last column has a weight of 1 and it increases going back to the first column

T = SUM(weightk * Tk) / sum(weightk)

Var(T) = 1/ [(#AYs in og triangle - 2) * ((#AYs -3)/2) ]

C.I. = 0 +/- z * sqrt(Var(t))

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

Mack weighted residual

A

(Ci,k+1 - Ci,k * fhat) / sqrt(Var of Loss)

Loss k+1 - Lossk * LDF / sqrt(Var assumption of Loss)

17
Q

E[Zj] in CY Effects Calc

A

n/2 - COMBIN(n-1, m) * n / (2^n)

18
Q

Var(Zj) in CY Effects Calc

A

n * (n-1) / 4 - COMBIN(n-1, m) * n * (n-1) / (2^n) + E[Zj] - E[Zj]^2

19
Q

m in CY Effects Calc

A

(n-1)/2 rounded down to the nearest whole number

20
Q

Tk in LDF Correlation Calc

A

1 - Sk/ (n * (n^2-1)/6)

21
Q

Var(T) in LDF Correlation Calc

A

1 / ( (#OG AYs - 2) * (#OG AYs - 3)/2)