annu.pv: Calculate present value of annuity

Description Usage Arguments Examples

View source: R/annu.pv.R

Description

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

Usage

1
annu.pv(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

1
#annu.pv(100,0.0248,10,0)

FinAna documentation built on May 2, 2019, 2:51 p.m.

Related to annu.pv in FinAna...