Skip to contents

This dataset serves as a translation key between common sector-classification systems and sectors relevant to the 'PACTA' tool (https://www.transitionmonitor.com/).

Usage

sic_classification

Format

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

Definitions

  • borderline (character): Flag indicating if PACTA sector and classification code are a borderline match. The value TRUE indicates that the match is uncertain between the PACTA sector and the classification. The value FALSE indicates that the match is certainly perfect or the classification is certainly out of PACTA's scope.., * code (character): Original SIC code., * description (character): Original SIC description., * sector (character): Associated PACTA sector., * version (character): Column identifying to which SIC version the code belongs.

Details

Classification datasets help to standardize sector classification codes from the wild to a relevant subset including 'power', 'oil and gas', 'coal', 'automotive', 'aviation', 'concrete', 'steel', and 'shipping'.

Examples

head(sic_classification)
#> # A tibble: 6 × 5
#>   description                           code  sector       borderline version
#>   <chr>                                 <chr> <chr>        <lgl>      <chr>  
#> 1 Wheat                                 0111  not in scope FALSE      1987   
#> 2 Rice                                  0112  not in scope FALSE      1987   
#> 3 Corn                                  0115  not in scope FALSE      1987   
#> 4 Soybeans                              0116  not in scope FALSE      1987   
#> 5 Cash Grains, Not Elsewhere Classified 0119  not in scope FALSE      1987   
#> 6 Cotton                                0131  not in scope FALSE      1987