calculate_annual_profits | R Documentation |
Wrapper function to calculate discounted annual profits and terminal value.
calculate_annual_profits(
data,
baseline_scenario,
shock_scenario,
end_year,
discount_rate,
growth_rate,
log_path
)
data |
data frame containing the full trajectory company data |
baseline_scenario |
Character. A string that indicates which of the scenarios included in the analysis should be used to set the baseline ald_business_unit trajectories. |
shock_scenario |
Character. A string that indicates which of the scenarios included in the analysis should be used to set the late & sudden ald_business_unit trajectories. |
end_year |
Numeric, holding end year of analysis. |
discount_rate |
Numeric, that holds the discount rate of dividends per
year in the DCF. For accepted range compare |
growth_rate |
Numeric, that holds the terminal growth rate of profits
beyond the |
log_path |
String holding path to log file. |
A tibble holding annual profits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.