Compute a declining Safeguard baseline trajectory
Source:R/safeguard_reform.R
cer_safeguard_baseline_trajectory.RdImplements the 4.9% per-annum nominal decline in industry-average default baselines introduced by the 2023 reform. The formula is:
Arguments
- industry
Character scalar matching an
industryvalue fromcer_safeguard_industry_baselines().- from_year
Start year (default 2023 for FY 2023-24).
- to_year
End year (default 2029 for FY 2029-30).
Details
$$B_t = B_{2023\text{-}24} \times (1 - 0.049)^{t - 2023}$$
where t is the starting calendar year of the financial year.
Default values are drawn from
inst/extdata/safeguard_industry_baselines.csv.
References
Commonwealth of Australia (2023). Safeguard Mechanism (Crediting) Amendment Act 2023. Introduces 4.9% p.a. nominal baseline decline to 2030.
Clean Energy Regulator (annual). Safeguard Mechanism: declining baselines. Methodology notes accompanying annual baseline determinations.