isRegularPremiumContract: Determine whether a contract (given all parameters) is a...

View source: R/HelperFunctions.R

isRegularPremiumContractR Documentation

Determine whether a contract (given all parameters) is a contract with regular premiums

Description

Regular premium contracts are identified by the parameter premiumPeriod > 1.

Usage

isRegularPremiumContract(params, values)

Arguments

params

The parameters of the contract.

values

Unused by default (already calculated values of the contract)

Value

TRUE or FALSE, indicating a contract with regular premiums


LifeInsureR documentation built on June 15, 2025, 1:08 a.m.