Learn R Programming

⚠️There's a newer version (0.6.0) of this package.Take me there.

r2dii.data

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.

Installation

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::pak("RMI-PACTA/r2dii.data")

Example

library(r2dii.data)

head(data_dictionary)
#>     dataset               column    typeof
#> 1 abcd_demo       abcd_timestamp character
#> 2 abcd_demo           company_id character
#> 3 abcd_demo  country_of_domicile character
#> 4 abcd_demo      emission_factor    double
#> 5 abcd_demo emission_factor_unit character
#> 6 abcd_demo    is_ultimate_owner   logical
#>                                                            definition
#> 1         Date at which asset data was sourced from the data provider
#> 2 The id of the company owning the asset created by the data provider
#> 3                                 Country where company is registered
#> 4                     Company level emission factor of the technology
#> 5                   The units that the emission factor is measured in
#> 6              Flag if company is the ultimate parent in our database

Funding

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.

Copy Link

Version

Install

install.packages('r2dii.data')

Monthly Downloads

602

Version

0.5.0

License

CC0

Issues

Pull Requests

Stars

Forks

Maintainer

Alex Axthelm

Last Published

March 25th, 2024

Functions in r2dii.data (0.5.0)

data_dictionary

Column definitions of all datasets
cnb_classification

Dataset to bridge (translate) common sector-classification codes
iso_codes

Countries and codes
scenario_demo_2020

A prepared climate scenario dataset for demonstration
sic_classification

Dataset to bridge (translate) common sector-classification codes
nace_classification

Dataset to bridge (translate) common sector-classification codes
r2dii.data-package

r2dii.data: Datasets to Measure the Alignment of Corporate Loan Books with Climate Goals
abcd_demo

An asset-based company dataset for demonstration
naics_classification

Dataset to bridge (translate) common sector-classification codes
region_isos_demo

A dataset outlining various region definitions
region_isos

A dataset outlining various region definitions
loanbook_demo

A loanbook dataset for demonstration
increasing_or_decreasing

Determine if a technology is increasing or decreasing
psic_classification

Dataset to bridge (translate) common sector-classification codes
overwrite_demo

A demonstration dataset used to overwrite specific entity names or sectors
sector_classifications

A view of available sector classification datasets
isic_classification

Dataset to bridge (translate) common sector-classification codes
gics_classification

Dataset to bridge (translate) common sector-classification codes
co2_intensity_scenario_demo

A prepared co2 intensity climate scenario dataset for demonstration