Convergence target wrong in target_sda(by_company = TRUE)
#445
Labels
bug
an unexpected problem or unintended behavior
target_sda(by_company = TRUE)
#445
When running the Sectoral Decarbonization Approach on the loan book level (
target_sda(by_company = FALSE)
), the emission intensity of the final year of the adjusted scenario is used as the value at which the loan book EI needs to converge. The scenario targets for the loan book therefore approach that EI of the final year, as expected and described in the PACTA for Banks methodology.However, when running the same function at the company level (
target_sda(by_company = TRUE)
) this is not the case. The current implementation drops the adjusted scenario values after the final year for which company EIs are available before calculating the companies' scenario targets. This means that the final scenario value available when calculating the EI targets is now from a year much closer to the beginning of the analysis and of the final year of the input scenario. In effect, the targets for companies will converge on the adjusted scenario value of the last available ABCD year (usually t5) instead of the final scenario year (usually 2050). This leads to inconsistent calculations between the loan book and the company levels. The implementation used on the loan book level needs to be followed on the company level, too.Created on 2023-09-01 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: