An example output data of prep_exposures_survey()
Source: R/toy_data_exposures_survey.R
toy_data_exposures_survey.Rd
Dataset imitating the output of prep_exposures_survey()
function. Allows the
user to create plots without PACTA_analysis-like input data.
Examples
toy_data_exposures_survey
#> # A tibble: 12 × 4
#> asset_class entity technology exposure_perc_aum
#> <chr> <fct> <chr> <dbl>
#> 1 equity portfolio coal 0.01
#> 2 equity peers coal 0.02
#> 3 equity portfolio oil 0.03
#> 4 equity peers oil 0.02
#> 5 equity portfolio gas 0.05
#> 6 equity peers gas 0.04
#> 7 bonds portfolio coal 0.03
#> 8 bonds peers coal 0.01
#> 9 bonds portfolio oil 0.015
#> 10 bonds peers oil 0.025
#> 11 bonds portfolio gas 0.03
#> 12 bonds peers gas 0.25