View source: R/valuation_funs.R
get_dynamic_growth | R Documentation |
Calculate expected growth rate (w/ changing ROIC across years), used in case of efficiency claim.
get_dynamic_growth( reinvestment_rate, roic_initial, roic_target, years_target = 5 )
reinvestment_rate |
Number Reinvestment rate |
roic_initial |
Number Current year Return on Capital |
roic_target |
Number Target Return on Capital |
Tibble Expected Growth Rate
# get_dynamic_growth(reinvestment_rate=0.4, roic_initial=0.2, roic_target=0.6, year_target=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.