Venter Flashcards

1
Q

What is the result if the Mack assumption hold?

A

Under Mack assumptions, the Chain Ladder method gives the minimum variance unbiased linear estimator of future claims emergence.

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

Explain how you can test Mack’s first assumption (4 testable implications)

A
  1. Significance of development factors (majority of abs(f(d)) are at least twice its std error, especially the earlier ones)
  2. Superiority of CL method to alternative emergence patterns
  3. Linearity of model (review residuals vs Loss: if non-linearity, this suggests emergence is a non-linear function of losses to-date)
  4. Stability of development factors (review residuals vs time: factors should not change over time).
    If stable: use all Ays to calculate dev factors to reduce effects of random fluctuations and minimize variance.
    If unstable: use wad average of factors with more weight to recent years.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain how you can test Mack’s second assumption (2 testable implications)

A
  1. No correlation among columns of development factors
  2. No particularly high/low diagonals (calendar year effects)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Identify 3 alternative emergence patterns

A
  1. Linear with a constant
    E(Loss_d) = f(d)*Loss_k + g(d)
  2. Factor times parameter (aka parameterized BF)
    E(Loss_d) = f(d) * h(w)
  3. Factor times parameter including calendar year effect
    E(Loss_d) = f(d) * h(w) * g(w+d)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

We can compare emergence patterns using which 3 goodness-of-fit tests?

A
  1. Adjusted SSE
  2. AIC
  3. BIC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Calculate Adjusted SSE

A

SSE = sum(E(Loss) - Loss)^2
E(Loss) = (LDF_d-1)Loss_d
Adjusted SSE = SSE/(n-p)^2
n = # incremental loss observations (excl. frist column)
p = # parameters in the model
p = 2
#AYs - 2 if BF
p = #AYs - 1 if CL

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

Calculate AIC to test emergence patterns

A

SSE = sum(E(Loss) - Loss)^2
E(Loss) = (LDF_d-1)Loss_d
AIC = SSE * exp(2p/n)
n = # incremental loss observations (excl. frist column)
p = # parameters in the model
p = 2
#AYs - 2 if BF
p = #AYs - 1 if CL

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

Calculate BIC to test emergence patterns

A

SSE = sum(E(Loss) - Loss)^2
E(Loss) = (LDF_d-1)Loss_d
BIC = SSE * exp(p/n)
n = # incremental loss observations (excl. frist column)
p = # parameters in the model
p = 2
#AYs - 2 if BF
p = #AYs - 1 if CL

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

Name a disadvantage of AIC over BIC to test pattern emergence

A

AIC is too permissive of over-parameterization for large data sets. (advantage in fitting, but disadvantage in prediction)

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

Explain the Linear with Constant alternative emergence pattern.

A

E(Loss_d) = f(d) * Loss_k + g(d)

g(d) is often significant at very immature ages, especially highly variable slow repeating lines (ex: excess reinsurance).

If g(d) is significant, this emergence is more strongly supported than the chain ladder method.

For this pattern, p = 2*AYs - 2 (twice CL) due to inclusion of the g(d) parameters.

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

Explain the Cape Cod alternative emergence pattern.

A

E(Loss_d) = f(d) * h

Single h parameter for all accident years.

Requires a stable level of loss exposure over accident years, so we must adjust for exposure and price level differences among accident years.

For this pattern, p - #AYs - 1 (same as CL)

Cape Cod method works better for loss ratio triangles than for loss triangles, since a single target ultimate loss ratio makes more sense than a single target ultimate loss.

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

3 ways to reduce parameters in BF model

A
  1. Group Ays using apparent jump in loss levels and fitting a single h parameter to each group (can also group f parameters for ages with similar development factors)
  2. Cape Cod method: assume subsequent periods all have the same expected percentage development
  3. Use a trend line through the BF ultimate loss parameters to reduce accident year parameters to 2 instead of 1 for each year.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Calculate h(w) when constant variance (row factors)

A

h(w) = sumproduct(f(d);Loss_AY,d) / sum(f(d)^2)

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

Calculate f(d) when constant variance (column factors)

A

f(d) = sumproduct(h(AY;Loss_AY,d)) / sum(h(AY)^2)

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

Calculate E(Loss) under parameterized BF

A

E(Loss) = f(d) * h(AY)

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

Calculate h(w) when variance is proportional of f(d)h(w)

A

h(w)^2 = sum(Loss_AY,d^2 / f(d)) / sum(f(d))

Then, take square root to get h(w)!!!

17
Q

Calculate f(d) when variance is proportional of f(d)h(w)

A

f(d)^2 = sum(Loss_AY,d^2 / h(AY)) / sum(h(AY))

Then, take square root to get f(d)!!!

18
Q

Calculate h for Cape Cod method when constant variance

A

h(CC) = sumproduct(f(d), q(w,d)) / sum(f(d)^2)

19
Q

Calclate h for Cape Cod method when variance is proportional to f(d)h(w)

A

h^2 = sum(q(w,d)^2 / f(d)) / sum(f(d))

Then, take the square root to get h!!!

20
Q

2 ways to improve Cape Cod fit

A
  1. Use loss ratio triangle
  2. Adjust loss ratios for trend and rate level
21
Q

What is the assumption of Chain Ladder for future loss emergence

A

Assumes future emergence is proportional to losses emerged to-date for a given accident year.

22
Q

What is the assumption of BF for future loss emergence

A

Assumes expected emergence in each period id a % of ultimate loss.

Regards losses emerged to-date as a random component that does not influence future development.

If this is the case, using the CL will apply factors to the random component and increase error.

23
Q

What is the assumption of the Cape Cod and additive chain ladder methods for future loss emergence.

A

Years with low (high) losses to-date have the same expected future dollar development as other accident years.

24
Q

Explain how to test correlation of Development Factors

A

H0: factors are independent

r = coefficient correlation

T = r*sqrt((n-2)/(1-r^2))
n = # points in the column-pair

df = n-2

threhsold = t(df=n-2, a%)

If T > threshold, reject H0

25
Q

Provide 2 methods that could improve age-to-age factors considering they are not stable over time and shows increasing trend.

A
  1. Use a 5y weighted average
  2. Adjust the data for systematic chages
26
Q

Describe an alternative method of testing the stability of age-to-age factors based on venter factors (other than plotting factors vs accident year)

A

Plot raw residuals against time.

If there are strings of positives and negatives in a row, then development factors are not stable.

27
Q

Discuss how the estimated future loss emergence for a year with abnormally high losses to date would differ under the chain ladder versus additive model

A

The future losses under chain-ladder method would be abnormally high since it would be applying a multiplicative factor to abnormally high losses to date.

Future losses under the additive model would not be impacted by abnormally high losses because the model is not impacted by losses to date.