Deals¶
The current deals branch studies whether acquired targets' pre-deal MQ is associated with disclosed goodwill.
flowchart LR
deals[(Goodwill and target MQ)]
deal_code[[Goodwill-analysis code]]
summary[(Coverage and regression summary JSON)]
latex[/Planned LaTeX table/]
deals --> deal_code --> summary -.-> latex
classDef input fill:#eee5f5,stroke:#76528c,stroke-width:2px
classDef code fill:#f3f3f3,stroke:#666,stroke-width:2px
classDef support fill:#fff0cc,stroke:#a66b00,stroke-width:2px
classDef tableGap fill:#e2f2e7,stroke:#a66b00,stroke-width:2px,stroke-dasharray:5 5
class deals input
class deal_code code
class summary support
class latex tableGap
Goodwill and target MQ currently builds the deal panel and embeds regression summaries in JSON. It does not yet save fitted models or write a manuscript-ready LaTeX table.