Compensation and governance datasets¶
These datasets support analyses of executive compensation, HR leadership, and director compensation.
Blue nodes are upstream inputs, green nodes are reusable analysis-layer datasets, purple nodes are read by analysis code, and dashed amber nodes are local products not yet wired to an analysis.
flowchart TB
pay[(Matched executive compensation)]
scores[(Worker-firm-period scores)]
comp[(Processed annual Compustat)]
chro[(Public-company CHRO data)]
company_mq[(Company-year MQ)]
exec_data[(ExecuComp regression data)]
chro_mq[(CHRO data with model MQ)]
pay --> exec_data
scores --> exec_data
comp --> exec_data
chro --> chro_mq
company_mq --> chro_mq
classDef input fill:#e8eef7,stroke:#52739e,stroke-width:2px
classDef reusable fill:#e2f2e7,stroke:#3b7a4b,stroke-width:2px
classDef analysis fill:#eee5f5,stroke:#76528c,stroke-width:2px
classDef pending fill:#fff0cc,stroke:#a66b00,stroke-width:2px,stroke-dasharray:5 5
class pay,scores,comp,chro input
class company_mq reusable
class exec_data analysis
class chro_mq pending
Datasets and roles¶
| Dataset | Grain | Role |
|---|---|---|
| ExecuComp regression data | Executive–firm-year | Direct analysis input |
| CHRO data with model MQ | Public firm-year | Local joined product with no current analysis reader |
The source-derived matched executive compensation, HR leadership, and director compensation products are documented under Processed datasets. This section contains only products that depend on HCT scores or define an analysis sample. The processed director compensation panel currently has no MQ-dependent derivative in this section.