Wrapper function to calculate discounted annual profits and terminal value.
Usage
calculate_annual_profits(
data,
baseline_scenario,
shock_scenario,
end_year,
discount_rate,
growth_rate
)Arguments
- 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 technology trajectories.
- shock_scenario
Character. A string that indicates which of the scenarios included in the analysis should be used to set the late & sudden technology trajectories.
- end_year
Numeric, holding end year of analysis.
- discount_rate
Numeric, the discount rate
- growth_rate
Numeric, that holds the terminal growth rate of profits beyond the
end_yearin the DCF.