View source: R/valuation_funs.R
get_operating_assets | R Documentation |
Calculate Value of Operating Assets (2-stage growth).
get_operating_assets( npv_fcff, terminal_value, wacc, cash, debt, share_out, current_share_price )
npv_fcff |
Number Free Cash Flow to Firm |
terminal_value |
Number Terminal Value |
wacc |
Number Cost of Capital |
cash |
Number Cash |
debt |
Number Current debt |
share_out |
Number Shares outstanding |
current_share_price |
Number Current share price |
Tibble Value of operating assets
# get_operating_asses(npv_fcff=111, terminal_value=222, wacc=0.065, cash=111, debt=467, # 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.