fv: Estimate future value (fv)

Description Usage Arguments See Also Examples

Description

Estimate future value (fv)

Usage

1
fv(r, n, pv = 0, pmt = 0, type = 0)

Arguments

r

discount rate, or the interest rate at which the amount will be compounded each period

n

number of periods

pv

present 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

pv

pmt

n.period

discount.rate

Examples

1
fv(0.07,10,1000,10)

felixfan/FinCal documentation built on May 16, 2019, 12:46 p.m.