annu.fv {FinAna} | R Documentation |
Calculate future value of annuity
Description
Calculate future value of an ordinary annuity or an annuity due.
Usage
annu.fv(pmt,i,n,type = 0)
Arguments
pmt |
:the equal amount of payment of each period |
i |
:interest rate accoding to the period |
n |
:number of periods |
type |
:type = 0 for ordinary annuity, type = 1 for annuity due |
Examples
#annu.fv(100,0.0248,10,0)
[Package FinAna version 0.1.2 Index]