| ClaimType-class {cascsim} | R Documentation |
An S4 class to represent a claim type.
Description
An S4 class to represent a claim type.
Slots
simnoThe simulation index.
lineA string to identify the business line that the claim belongs to.
claimTypeA string to identify the type of the claim. It further classifies the claims within a business line. For example, the type could be based on the size of the loss.
iRBNERA Boolean variable to indicate whether RBNER (open claims) should be simulated.
iROPENA Boolean variable to indicate whether claim reopen should be simulated.
iIBNRA Boolean variable to indicate whether IBNR claims should be simulated.
iUPRA Boolean variable to indicate whether future claims should be simulated.
fIBNERIBNER development factor.
severitySeverity distribution.
frequencyFrequency distribution.
reportLagReport lag distribution.
settlementLagSettlement lag distribution.
reopenClaim reopen probability based on the number of years after settlement till valuation date.
reopenLagReopen lag distribution.
resettleLagResettlement lag distribution.
roDevFacReopened claim development factor.
ioDevFacA numeric variable to indicate the method of loss development for open claim severity. 1: Conditional distribution based on paid loss; 2: conditional distribution based on incurred loss; 3: year-to-year development factors
irDevFacA numeric variable to indicate the method of loss development for claim reopen severity simulation. 1: Conditional distribution based on paid loss; 2: conditional distribution based on incurred loss; 3: year-to-year development factors
freqIndexFrequency distribution time index.
severityIndexSeverity distribution time index.
exposureIndexExposure time index for IBNR or UPR.
iCopulaWhether copula is used to model severity, report lag and settlement lag.
ssrCopulaCopula object used for severity, report lag and settlement lag.
sdataIndicating whether only closed claims (CLOSED) or closed + open claims (ALL) will be used for severity fitting.
p0An yearly table that controls the probability of invalid claim, excluding these valid claims less than deductible based on development year. It is based on the DevFac class.