Downloads
🛡️ Public data only — no PHI permitted on this instance.
Downloads
Every export in one place. For deal-specific memos + data, open a deal first and use its export menu.
Per-deal exports
Any deal can be exported via GET /api/analysis/<deal_id>/export?format=X. Open a deal from the dashboard first, then use its export menu.
| Format | What you get |
|---|---|
?format=html | Full diligence memo — renders in browser. |
?format=pdf | HTML memo with auto-print; use browser's Save-as-PDF. |
?format=xlsx | Multi-sheet Excel workbook for the deal. |
?format=pptx | PowerPoint deck (requires python-pptx; falls back to .txt). |
?format=csv | Raw packet metrics as CSV. |
?format=json | Canonical DealAnalysisPacket JSON (round-trip safe). |
?format=package | ZIP archive: all formats + provenance index. |
7 rows
Portfolio-scope
| Export | What it contains |
|---|---|
| Portfolio CSV | Latest-per-deal snapshot across every deal in the portfolio store. |
| LP Quarterly Update (HTML) | Fund-scope LP-ready update over the last 90 days of packets. |
| Data refresh status | Trigger per-source data refreshes and watch them complete live. |
| API OpenAPI spec | Machine-readable spec for every route in this deployment. |
4 rows
Corpus browsers
| Export | What it contains |
|---|---|
| Sponsor league table | Ranked table of healthcare PE sponsors by realized corpus MOIC. |
| Corpus dashboard | Executive summary of the 635+ deal corpus — browsable tables. |
| Deal search | Full-text search across every corpus deal — browser-side filters. |
3 rows