Learn R Programming

LifeInsureR (version 1.0.0)

CalculationSingleEnum-class: 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.

Arguments

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"