Insurance tariff costs are defined by a cost matrix with dimensions: {CostType, Basis, Period}, where:
- CostType:
alpha, Zillmer, beta, gamma, gamma_nopremiums, unitcosts
- Basis:
SumInsured, SumPremiums, GrossPremium, NetPremium, Constant
- Period:
once, PremiumPeriod, PremiumFree, PolicyPeriod, AfterDeath, FullContract
After creation (using the function initializeCosts()
), the funciton setCost
can be used to modify a single entry. While initializeCosts()
provides arguments
to set the most common types of cost parameters in one call, the setCost
function allows to modify any cost parameter.