create_par_value_tbl: Present value of investment at various years of maturity

Description Usage Arguments Value Examples

View source: R/create_par_value_tbl.R

Description

Present value of investment at various years of maturity

Usage

1
create_par_value_tbl(face_value, rate, years_to_maturity = 0:10)

Arguments

face_value

Value of money at time t0.

rate

Interest rate.

years_to_maturity

Number of periods.

Value

Tibble with present value for each year of maturity

Examples

1
2
create_par_value_tbl(1000, 0.05)
create_par_value_tbl(1000, 0.10, 0:20)

bclark86/clarklytics documentation built on Oct. 4, 2020, 12:14 a.m.