discount.rate.vector: Vectorize the Discount Rate

discount.rate.vectorR Documentation

Vectorize the Discount Rate

Description

Generate a vector with discount rate to be applied to each of the time periods.

Usage

discount.rate.vector(interest.rate, number.of.periods, begin.of.period = FALSE)

Arguments

interest.rate

A number that represents the nominal Interest Rate, presented by year.

number.of.periods

Times that interest rate should be applied.

begin.of.period

A boolean that represents if the Tax Rate will be applied at the begining of period. FALSE by default, represents that Tax Rate will be applied at second period .

Value

vector with discount rates

See Also

Other financial: discounted.csf(), draw.cfs(), inflation.free.interest.rate(), net.future.value(), net.present.value()

Examples


ex.disc.vector <- discount.rate.vector(0.0619, 12)


antoanne/ifmFramework documentation built on Aug. 5, 2023, 6:03 p.m.