Learn R Programming

lifecontingencies (version 1.3.12)

AExn: Function to evaluate the n-year endowment insurance

Description

This function evaluates the n-year endowment insurance.

Usage

AExn(actuarialtable, x, n, i=actuarialtable@interest,  k = 1, type = "EV", power=1)

Value

A numeric value.

Arguments

actuarialtable

An actuarial table object.

x

Insured age.

n

Length of the insurance.

i

Rate of interest. When missing the one included in the actuarialtable object is used.

k

Frequency of benefit payment.

type

A string, either "EV" for expected value of the actuarial present value (default) or "ST" for one stochastic realization of the underlying present value of benefits. Alternatively, one can use "expected" or "stochastic" respectively (can be abbreviated).

power

The power of the APV. Default is 1 (mean)

Author

Giorgio A. Spedicato

Details

The n-year endowment insurance provides a payment either in the year of death or at the end of the insured period.

References

Actuarial Mathematics (Second Edition), 1997, by Bowers, N.L., Gerber, H.U., Hickman, J.C., Jones, D.A. and Nesbitt, C.J.

See Also

Axn,Exn

Examples

Run this code
#Actuarial Mathematics book example
#check the actuarial equality on the expected values Exn+Axn=AExn
data(soa08Act)
AExn(soa08Act, x=35,n=30,i=0.06)
Exn(soa08Act, x=35,n=30,i=0.06)+Axn(soa08Act, x=35,n=30,i=0.06)

Run the code above in your browser using DataLab