50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

ChainLadder (version 0.2.18)

PaidIncurredChain: PaidIncurredChain

Description

The Paid-incurred Chain model (Merz, Wuthrich (2010)) combines claims payments and incurred losses information to get a unified ultimate loss prediction.

Usage

PaidIncurredChain(triangleP, triangleI)

Value

The function returns:

  • Ult.Loss.Origin Ultimate losses for different origin years.

  • Ult.Loss Total ultimate loss.

  • Res.Origin Claims reserves for different origin years.

  • Res.Tot Total reserve.

  • s.e. Square root of mean square error of prediction for the total ultimate loss.

Arguments

triangleP

Cumulative claims payments triangle

triangleI

Incurred losses triangle.

Author

Fabio Concina, fabio.concina@gmail.com

Details

The method uses some basic properties of multivariate Gaussian distributions to obtain a mathematically rigorous and consistent model for the combination of the two information channels.

We assume as usual that I=J. The model assumptions for the Log-Normal PIC Model are the following:

  • Conditionally, given Θ=(Φ0,...,ΦI,Ψ0,...,ΨI1,σ0,...,σI1,τ0,...,τI1) we have

    • the random vector (ξ0,0,...,ξI,I,ζ0,0,...,ζI,I1) has multivariate Gaussian distribution with uncorrelated components given by ξi,jN(Φj,σj2), ζk,lN(Ψl,τl2);

    • cumulative payments are given by the recursion Pi,j=Pi,j1exp(ξi,j), with initial value Pi,0=exp(ξi,0);

    • incurred losses Ii,j are given by the backwards recursion Ii,j1=Ii,jexp(ζi,j1), with initial value Ii,I=Pi,I.

  • The components of Θ are independent and σj,τj>0 for all j.

Parameters Θ in the model are in general not known and need to be estimated from observations. They are estimated in a Bayesian framework. In the Bayesian PIC model they assume that the previous assumptions hold true with deterministic σ0,...,σJ and τ0,...,τJ1 and ΦmN(ϕm,sm2), ΨnN(ψn,tn2). This is not a full Bayesian approach but has the advantage to give analytical expressions for the posterior distributions and the prediction uncertainty.

References

Merz, M., Wuthrich, M. (2010). Paid-incurred chain claims reserving method. Insurance: Mathematics and Economics, 46(3), 568-579.

See Also

MackChainLadder,MunichChainLadder

Examples

Run this code
PaidIncurredChain(USAApaid, USAAincurred)

Run the code above in your browser using DataLab