Skip to content
Snippets Groups Projects
Reinhold Kainhofer's avatar
Reinhold Kainhofer authored
* Add the $Hooks$Rounding parameter to hold the RoundingHelper
  object (in the constructor, a named list of rounding specs
  can be given, which will be coverted to a RoundingHelper by
  the InsuranceTariff constructor).
* Use the helper in most places where rounding intermediate values
  makes sense
* Each use of the rounding helper is indicated by a separate ID, so
  each rounding occurrence can (and must) be configured separately
* By default, no rounding occurs, unless a rounding accuracy (nr of
  digits) was explicitly configured for the ID
* Add documentation
d25482c2
History

The LifeInsureR Package For Traditional Life Insurance with Guarantee and Profit Participation

R package implementing general life insurance contracts

This package R6 classes to model traditional life insurance contracts like annuities, whole life insurances or endowments. All relevant quantities like premium decomposition, reserves and benefits over the whole contract period are calculated and potentially exported to 'Excel'. Mortalities are given using the 'MortalityTables' package.