View source: R/valuation_funs.R
get_stable_operating_assets | R Documentation |
Calculate FCFF (w/ After Tax EBIT)
get_stable_operating_assets( after_tax_ebit, net_capex, working_capital, wacc, growth, cash, debt, current_share_price, share_out )
after_tax_ebit |
Number After-Tax EBIT (current year) |
net_capex |
Number Net Capital Expenditures |
working_capital |
Number Change in Working Capital |
wacc |
Number Cost of Capital |
growth |
Number Growth rate |
cash |
Number Cash |
debt |
Number Current debt |
current_share_price |
Number Current share price |
share_out |
Number Shares outstanding |
Tibble FCFF
# get_fcff(after_tax_ebit=2481, depreciation=1914, capex=1659, # working_capital=1119, wacc=0.035, growth=0.03, cash=111, debt=475, #current_share_price=34, share_out=111)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.