coi_ul_typeB.Rd
Computes the one-period cost of insurance for a Type B universal life policy using Equation (16.5a): $$ COI_t = \frac{B q_{x+t-1}}{1+i^q}. $$
coi_ul_typeB(B, qx, iq)
Face amount.
Mortality rate for the period.
Interest rate used in the cost-of-insurance calculation.
Numeric vector.
coi_ul_typeB(B = 100000, qx = 0.00076, iq = 0.03) #> [1] 73.78641