discount.rate: Computing the rate of return for each period

Description Usage Arguments See Also Examples

Description

Computing the rate of return for each period

Usage

1
discount.rate(n, pv, fv, pmt, type = 0)

Arguments

n

number of periods

pv

present value

fv

future value

pmt

payment per period

type

payments occur at the end of each period (type=0); payments occur at the beginning of each period (type=1)

See Also

fv.simple

fv.annuity

fv

pv

pmt

n.period

Examples

1
discount.rate(n=5,pv=0,fv=600,pmt=-100,type=0)

FinCal documentation built on May 2, 2019, 1:29 p.m.