CalculationSingleEnum-class {LifeInsureR} | R Documentation |
Enum to define how much of a contract needs to be calculated automatically.
Description
Enum to define how much of a contract needs to be calculated automatically.
Details
When an InsuranceContract object is created, all time series are immediately calculated. However, sometimes, one only needs part of the values, so it would be a waste of resources to calculate e.g. all future reserves and profit participation, if only premiums are of interest.
Possible values are:
"all"
"probabilities"
"cashflows"
"presentvalues"
"premiums"
"absvalues"
"reserves"
"premiumcomposition"
"profitparticipation"
"history"
[Package LifeInsureR version 1.0.0 Index]