calc_pv: Present Value

View source: R/dcf.R

calc_pvR Documentation

Present Value

Description

Present Value

Usage

calc_pv(fv, r, n)

Arguments

fv

Numeric. Future value.

r

Numeric. Rate of return.

n

Numeric. Number of periods.

Value

The calculated present value.

Examples

pv <- calc_pv(2000, 0.03, 3)

maximilian-muecke/firmValueSim documentation built on Oct. 2, 2022, 5:40 p.m.