net.present.value | R Documentation |
calculates the difference between the present values of cash inflows and outflows.
net.present.value(
cfs = c(-350, 100, 200, 150, 75),
interest.rate = 0.0619,
begin.of.period = TRUE
)
cfs |
A vector with a series of cash flows. |
interest.rate |
A number that represents the nominal Interest Rate, presented by year. |
begin.of.period |
A boolean that represents if the Tax Rate will be applied at the begining of period. FALSE by default, the Tax Rate will be applied to the second period. |
The sum of cash flows incomes/outcomes applying the Tax Rate to the present time
Other financial:
discount.rate.vector()
,
discounted.csf()
,
draw.cfs()
,
inflation.free.interest.rate()
,
net.future.value()
ex.npv <- net.present.value(c(-350,100,200,150,75), 0.0619, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.