These datasets support the implementation in R of the software PACTA (Paris Agreement Capital Transition Assessment), which is a free tool that calculates the alignment between financial assets and climate scenarios (https://www.transitionmonitor.com/). Financial institutions use PACTA to study how their capital allocation impacts the climate. Because both financial institutions and market data providers keep their data private, this package provides fake, public data to enable the development and use of PACTA in R.
Install the released version of r2dii.data from CRAN with:
install.packages("r2dii.data")
Or install the development version of r2dii.data with something like this:
# install.packages("pak")
::pak("RMI-PACTA/r2dii.data") pak
library(r2dii.data)
head(data_dictionary)
#> dataset column typeof
#> 1 abcd_demo company_id character
#> 2 abcd_demo emission_factor double
#> 3 abcd_demo emission_factor_unit character
#> 4 abcd_demo is_ultimate_owner logical
#> 5 abcd_demo lei character
#> 6 abcd_demo name_company character
#> definition
#> 1 The id of the company owning the asset created by the data provider
#> 2 Company level emission factor of the technology
#> 3 The units that the emission factor is measured in
#> 4 Flag if company is the ultimate parent in our database
#> 5 The legal entity identifier of the company owning the asset
#> 6 The name of the company owning the asset
This project has received funding from the European Union LIFE program and the International Climate Initiative (IKI). The Federal Ministry for the Environment, Nature Conservation and Nuclear Safety (BMU) supports this initiative on the basis of a decision adopted by the German Bundestag. The views expressed are the sole responsibility of the authors and do not necessarily reflect the views of the funders. The funders are not responsible for any use that may be made of the information it contains.