discount.rate.vector | R Documentation |
Generate a vector with discount rate to be applied to each of the time periods.
discount.rate.vector(interest.rate, number.of.periods, begin.of.period = FALSE)
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 . |
vector with discount rates
Other financial:
discounted.csf()
,
draw.cfs()
,
inflation.free.interest.rate()
,
net.future.value()
,
net.present.value()
ex.disc.vector <- discount.rate.vector(0.0619, 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.