Skip to content

Executive and governance data

This family links executive and director records to Revelio workers and public company identifiers without using HCT scores.

flowchart TB
    exec[(ExecuComp)]
    revelio_people[(Revelio employment and names)]
    revelio_positions[(Revelio positions)]
    iss[(ISS director compensation)]
    firm_map[(Revelio-Compustat mapping)]
    comp[(Processed annual Compustat)]
    ccm[(CRSP/Compustat CCM links)]

    person_map[(ExecuComp-Revelio unique matches)]
    pay[(Matched executive compensation)]
    hr[(HR-leadership firm-year data)]
    public_hr[(Public-company CHRO data)]
    director[(Director compensation data)]

    exec --> person_map
    revelio_people --> person_map
    firm_map --> person_map
    person_map --> pay
    exec --> pay
    revelio_people --> pay

    revelio_positions --> hr
    hr --> public_hr
    firm_map --> public_hr
    comp --> public_hr
    ccm --> public_hr

    iss --> director
    comp --> director
    firm_map --> director

    classDef source fill:#e8eef7,stroke:#52739e,stroke-width:2px
    classDef support fill:#fff0cc,stroke:#a66b00,stroke-width:2px
    classDef reusable fill:#e2f2e7,stroke:#3b7a4b,stroke-width:2px
    class exec,revelio_people,revelio_positions,iss,firm_map,comp,ccm source
    class person_map support
    class pay,hr,public_hr,director reusable

Products

Dataset Role Current location
ExecuComp-Revelio unique matches Pipeline-support person mapping /data/full/raw/execucomp/execucomp_revelio_unique_matches.parquet
Matched executive compensation Reusable /data/full/raw/execucomp/execucomp_revelio_matched_pay.parquet
HR leadership Reusable /data/full/raw/chro/
Director compensation Reusable /data/full/raw/iss/iss_director_annual_comp.parquet

These are project-built datasets despite their legacy /raw locations. MQ joins and regression samples belong under Analysis datasets.