The goal of r2dii.climate.stress.test is to provide a tool that can be used to conduct what-if climate stress test analyses for financial institutions, supervisors, regulators and other stakeholders. The tool aims at highlighting potential financial risk in especially climate relevant sectors, split by production ald_business_unit where required. The sectors covered by the 2DII climate stress test and therefore by this package, follow mostly the logic of the Paris Agreement Capital Transition Assessment (PACTA) tool, but can in principle be adapted to other settings. Application of the code requires availability of custom data. For more information about the methodology and inquiries on running a pilot of the stress test in cooperation with 2DII, please contact stresstest@2degrees-investing.org.
We assume the user has successfully run at least the matching part of PACTA for Banks to produce the relevant project-specific raw input files. For a complete overview of the necessary prerequisites (including technical setup) please see Prerequisites.
Install the development version of r2dii.climate.stress.test from GitHub with:
# install.packages("devtools")
devtools::install_github("2DegreesInvesting/r2dii.climate.stress.test")
library()
to attach the package
## run stress testing for assets of type corporate loans using default parameters
run_trisk(
input_path = "/example_project/project_agnostic_input/",
output_path = "/example_project/output",
)
## run stress testing (litigation risk) for asset of type corporate loans using various risk_free_rates to analyse sensitivities
run_lrisk(
input_path = "/example_project/project_agnostic_input/",
output_path = "/example_project/output",
risk_free_rate = c(0.01, 0.03)
)
To actually run an analysis…
Detailed information for all these steps and on interpreting the outcomes can be found in the articles linked here.
EU LIFE Project Grant
Co-funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or CINEA. Neither the European Union nor the granting authority can be held responsible for them.
Scientific Transition Risk Exercises for Stress tests & Scenario Analysis has received funding from the European Union’s Life programme under Grant No. LIFE21-GIC-DE-Stress under the LIFE-2021-SAP-CLIMA funding call.