Learn R Programming

lifecontingencies (version 1.3.12)

Isn: Function to calculated accumulated increasing annuity future value.

Description

This function evaluates non - stochastic increasing annuities future values.

Usage

Isn(i, n, type = "immediate")

Value

A numeric value

Arguments

i

Interest rate.

n

Terms.

type

Either "due" for annuity due or "immediate" for annuity immediate.

Author

Giorgio A. Spedicato

Warning

The function is provided as is, without any guarantee regarding the accuracy of calculation. We disclaim any liability for eventual losses arising from direct or indirect use of this software.

Details

It calls increasingAnnuity after having capitalized by \(\left( 1 + i \right)^n\)

References

Broverman, S.A., Mathematics of Investment and Credit (Fourth Edition), 2008, ACTEX Publications.

See Also

accumulatedValue

Examples

Run this code
Isn(n=10,i=0.03)

Run the code above in your browser using DataLab