cv.annu.fv: Calculate future value of annuity

Description Usage Arguments Examples

View source: R/cv.annu.fv.R

Description

Calculate future value of an ordinary annuity or an annuity due.

Usage

1
cv.annu.fv(pmt,i,n,type = 0)

Arguments

pmt

:the equal amount of payment of each period

i

:interest rate according to the period

n

:number of periods

type

:type = 0 for ordinary annuity, type = 1 for annuity due

Examples

1
cv.annu.fv(100,0.0248,10,0)

YRmisc documentation built on March 25, 2020, 5:13 p.m.

Related to cv.annu.fv in YRmisc...