Skip to content

Antoine-Lalechere/r2dii.data

 
 

Repository files navigation

r2dii.data

Lifecycle: maturing CRAN status R build status Codecov test coverage

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://2degrees-investing.org/). 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

Before you install r2dii.analysis you may want to:

When you are ready, 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("devtools")
devtools::install_github("2DegreesInvesting/r2dii.data")

How to raise an issue?

Example

library(r2dii.data)

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

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.

About

Datasets to Align Financial Markets with Climate Goals

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%