Skip to contents

Dataset imitating the output of prep_exposures_scorecard() function. Allows the user to create plots without PACTA_analysis-like input data.

Usage

toy_data_exposures_scorecard

Format

An object of class tbl_df (inherits from tbl, data.frame) with 8 rows and 3 columns.

Examples

toy_data_exposures_scorecard
#> # A tibble: 8 × 3
#>   asset_class sector_or_tech             exposure_perc_aum
#>   <chr>       <fct>                                  <dbl>
#> 1 equity      coal                                    0.01
#> 2 equity      other_fossil_fuels                      0.02
#> 3 equity      fossil_power                            0.15
#> 4 equity      renewables_and_hydro_power              0.12
#> 5 bonds       coal                                    0.03
#> 6 bonds       other_fossil_fuels                      0.01
#> 7 bonds       fossil_power                            0.1 
#> 8 bonds       renewables_and_hydro_power              0.2