Claims-class {reinsureR} | R Documentation |
Claims
Description
An S4 class to represent Claims and Premiums for reinsurance computations.
Usage
## S4 method for signature 'Claims'
show(object)
Arguments
object |
The object to display |
Methods (by generic)
-
show
: show method
Slots
clm
Data.table. Claims table. Contains at least 4 columns:
year
: year associated with the considered claim;portfolio
: portfolio associated with the considered claim;simulId
: simulation id of the considered claim. Useful for stochastic modelling;amount
: amount of the considered claim.
prm
Data.table. Premiums table. Contains at least 3 columns:
year
: year associated with the considered premium;portfolio
: portfolio associated with the considered premium;amount
: amount of the considered premium.
rns
Data.table. Reinstatement amount table, that only concerns excess of loss treaties. Contains at least 2 columns:
year
: year associated with the considered reinstatements;simulId
: simulation id of the considered reinstatement amount. Useful for stochastic modelling.
com
Data.table. Commissions amount table, that only concerns quota share treaties. Contains at least 2 columns:
year
: year associated with the considered commission amount;portfolio
: portfolio associated with the considered commission.
trt
Vector. List of treaties applied to the Claims object.