Skip to content
Snippets Groups Projects
Unverified Commit fe727327 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

LifeInsureR V1.0.0 RELEASE

parent f112d61b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ Description: R6 classes to model traditional life insurance
contract layers, as well as contract changes (like sum increases or premium
waivers). 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.
exported to excel. Mortality rates are given using the 'MortalityTables' package.
Authors@R: c(person("Reinhold", "Kainhofer", role=c("aut", "cre"), email="reinhold@kainhofer.com"))
Author: Reinhold Kainhofer [aut, cre]
Maintainer: Reinhold Kainhofer <reinhold@kainhofer.com>
......
......@@ -3,7 +3,7 @@ NULL
#' Update one component of an [InsuranceTarif]'s cost structure
#'
#' Insurance tariff costs are defined by a cost matrix with dimensions: {CostType, Basis, Period}, where:
#' Insurance tariff costs are defined by a cost matrix with dimensions: \{CostType, Basis, Period\}, where:
#' \describe{
#' \item{CostType:}{alpha, Zillmer, beta, gamma, gamma_nopremiums, unitcosts}
#' \item{Basis:}{SumInsured, SumPremiums, GrossPremium, NetPremium, Constant}
......
......@@ -21,7 +21,7 @@ setCost(costs, type, basis = "SumInsured", frequency = "PolicyPeriod", value)
The modified cost structure
}
\description{
Insurance tariff costs are defined by a cost matrix with dimensions: {CostType, Basis, Period}, where:
Insurance tariff costs are defined by a cost matrix with dimensions: \{CostType, Basis, Period\}, where:
\describe{
\item{CostType:}{alpha, Zillmer, beta, gamma, gamma_nopremiums, unitcosts}
\item{Basis:}{SumInsured, SumPremiums, GrossPremium, NetPremium, Constant}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment