View source: R/valuation_funs.R
get_cash_flow | R Documentation |
Calculate After-tax EBIT and FCFF flows and NPV (2-stage growth)
get_cash_flow(after_tax_ebit, reinvestment_rate, time_period, wacc, growth)
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 |
List of numbers NPV FCFF, EBIT 5Y, etc.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.