expectedClaims
Description
Use this workflow to generate unpaid claims for an
expectedClaims
:
Load or generate the data for the development triangle.
Create a
developmentTriangle
object.Create an
expectedClaims
object.Use the
ultimateClaims
function to calculate the projected ultimate claims.Use the
ibnr
function to calculate the incurred-but-not-reported (IBNR) claims.Use the
unpaidClaims
function to calculate the unpaid claims.Use the
summary
function to generate a summary report for the expected claims analysis.
Creation
Description
creates an ec
= expectedClaims(dT_reported
,dT_paid
,earnedPremium
)expectedClaims
object using the
developmentTriangle
objects for reported claims
(dT_reported
) and paid claims
(dT_paid
), as well as the
earnedPremium
.
sets properties using
name-value pairs and any of the arguments in the previous syntax. For
example, ec
= expectedClaims(___,Name,Value
)ec =
expectedClaims(dT_reported,dT_paid,earnedPremium,'InitialClaims',initialSelectedUltimateClaims)
.
You can specify multiple name-value arguments.
Input Arguments
Properties
Object Functions
ultimateClaims | Compute projected ultimate claims for expectedClaims
object |
ibnr | Compute IBNR claims for expectedClaims object |
unpaidClaims | Compute unpaid claims estimates for expectedClaims
object |
summary | Display summary report for expected claims estimates |
Examples
Version History
Introduced in R2020b