get_cash_flow: Calculate cash flows

View source: R/valuation_funs.R

get_cash_flowR Documentation

Calculate cash flows

Description

Calculate After-tax EBIT and FCFF flows and NPV (2-stage growth)

Usage

get_cash_flow(after_tax_ebit, reinvestment_rate, time_period, wacc, growth)

Arguments

after_tax_ebit

Number After-tax EBIT

reinvestment_rate

Number Reinvestment rate

time_period

Vector of numbers DCF years

wacc

Number Cost of Capital

growth

Number Estimated growth

Value

List of numbers NPV FCFF, EBIT 5Y, etc.

Examples

# cash_flows <- get_cash_flow(after_tax_ebit=333, reinvestment_rate=0.3, time_period=c(1,2,3,4,5), wacc=0.08, growth=0.03)

TracyRage/fun_valuation documentation built on Jan. 29, 2023, 8:41 a.m.