adjust_disc: Adjusts the discount factors by a spread

View source: R/CfFuncs.R

adjust_discR Documentation

Adjusts the discount factors by a spread

Description

Adjusts the discount factors by a spread

Usage

adjust_disc(fd, spread)

Arguments

fd

vector of discount factors used to discount cashflows in 1:length(fd) periods

spread

effective spread

Examples

adjust_disc(fd = c(0.99, 0.98), spread = 0.01)

tvm documentation built on Aug. 30, 2023, 5:19 p.m.