pv.simple {FinCal}R Documentation

Estimate present value (pv) of a single sum

Description

Estimate present value (pv) of a single sum

Usage

pv.simple(r, n, fv)

Arguments

r

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

n

number of periods

fv

future value

See Also

pv

Examples

pv.simple(0.07,10,100)

pv.simple(r=0.03,n=3,fv=1000)

[Package FinCal version 0.6.3 Index]