pv.uneven: Computing the present value of an uneven cash flow series

Description Usage Arguments See Also Examples

Description

Computing the present value of an uneven cash flow series

Usage

1
pv.uneven(r, cf)

Arguments

r

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

cf

uneven cash flow

See Also

pv.simple

npv

Examples

1
pv.uneven(r=0.1, cf=c(-1000, -500, 0, 4000, 3500, 2000))

Example output

[1] -4711.912

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