Skip to contents

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

Usage

toy_data_exposures_survey

Format

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

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