discounted.csf: The cash flows incomes/outcomes applying the Tax Rate to the...

discounted.csfR Documentation

The cash flows incomes/outcomes applying the Tax Rate to the present time.

Description

The cash flows incomes/outcomes applying the Tax Rate to the present time.

Usage

discounted.csf(
  cfs = c(-350, 100, 200, 150, 75),
  interest.rate = 0.0619,
  begin.of.period = FALSE
)

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, the Tax Rate will be applied to the second period.

Value

The vector of cash flows incomes/outcomes applying the Tax Rate to the present time.

See Also

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

Examples


ex.disc.csf <- discounted.csf(c(-350,100,200,150,75), 0.0619, FALSE)


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