net.future.value: Net Future Value is a combination of different future values...

View source: R/net.future.value.R

net.future.valueR Documentation

Net Future Value is a combination of different future values from different times, all which are put into one larger present value.

Description

Net Future Value is a combination of different future values from different times, all which are put into one larger present value.

Usage

net.future.value(
  cfs = c(-350, 100, 200, 150, 75),
  interest.rate = 0.0619,
  begin.of.period = TRUE
)

Arguments

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.

Value

A future value of a cash flow series.

See Also

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

Examples


ex.nfv <- net.future.value(c(-350,100,200,150,75), 0.0619, TRUE)


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