Skip to content

Deal datasets

These datasets connect acquisition disclosures to HCT measures.

Blue nodes are upstream inputs, the green node is a reusable analysis-layer dataset, and the purple node is the deal-level dataset used by the analysis.

flowchart TB
    goodwill[(XBRL goodwill deals)]
    firms[(Revelio company reference)]
    company_mq[(Company-year MQ)]
    comp[(Processed annual Compustat)]

    deal_mq[(Goodwill and target MQ)]

    goodwill --> deal_mq
    firms --> deal_mq
    company_mq --> deal_mq
    comp --> deal_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
    class goodwill,firms,comp input
    class company_mq reusable
    class deal_mq analysis

Goodwill and target match quality links disclosed acquisition targets to pre-deal MQ. Its Python builder also writes matching diagnostics. The estimation and result outputs belong in the later Analyses documentation rather than this data lineage.