View source: R/valuation_funs.R
get_terminal_value | R Documentation |
Calculate Value of Terminal Value (2-stage growth).
get_terminal_value(ebit_year_five, stable_growth, wacc, roic)
ebit_year_five |
Number After-tax EBIT year 5 |
stable_growth |
Number Growth (Risk-free Rate) |
wacc |
Number Cost of Capital |
roic |
Number Return of Capital |
Tibble Terminal Value
# get_terminal_value(ebit_year_five=1300, roic=0.046, wacc=0.1, stable_growth=0.03)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.