Investment Whitepaper Template
Structure for a detailed acquisition-assessment whitepaper. Produce clean
markdown (headings, tables, blockquotes) — it is rendered to PDF verbatim by
the generate_whitepaper_pdf tool, so formatting matters.
Use markdown tables for all quantitative comparisons. Use > blockquotes for
the most important risk callouts. Do not invent figures.
CITATIONS: every material claim, figure, and table value carries an inline
numbered footnote marker in Markdown footnote syntax, e.g. "14.7% weight
loss[^venture]". Reuse the same short key for the same source; define every key
under a final ## References heading (e.g. [^venture]: Phase 2 VENTURE 13-week results, Obesity, Jan 2026.). The renderer turns these into a numbered, linked
reference list. Never fabricate a source, URL, accession number, or doc ID.
FORMATTING: write plain markdown only. Do NOT use LaTeX or MathJax math
notation ($...$, $$...$$, \frac, \text, \ge, \gamma, etc.) — the PDF
renderer shows it raw. Use Unicode symbols and inline arithmetic instead, e.g.
"≥70%", "Fcγ receptor", and "Runway = $56.4M / ($22.6M / 3) = 7.5 months".
Acquisition Assessment:
1. Executive Summary
- 4–7 bullets: what the target is, the deal thesis, headline recommendation
(Pursue / Pursue with conditions / Pass / Monitor), and the single biggest
value driver and the single biggest risk.
- One-line Recommendation with a conviction level (High/Medium/Low).
2. Company & Deal Thesis
- What they do, lead assets, corporate stage, why they'd be acquired now.
- Deal-thesis archetype (platform / single-asset / tuck-in / distressed).
3. Scientific & Modality Assessment
- Mechanism, novelty, platform breadth, IP position, differentiation.
- Competitive class table (asset | company | mechanism | stage).
4. Clinical & Regulatory Assessment
- Pipeline table (asset | indication | phase | next catalyst | key risk).
- Trial design quality, regulatory designations, agency interactions, CMC.
5. Commercial & Market Assessment
- Addressable population, epidemiology, competitive landscape, pricing/
reimbursement outlook, peak-sales framing (state assumptions).
6. Financial Assessment
- Financial-snapshot table (metric | latest | prior | source).
- Cash runway calculation shown explicitly with the formula and inputs.
- Burn trajectory, dilution history, debt, valuation context.
7. Deal Structure & Risk Analysis
- Risk register table (risk | likelihood | impact | mitigation).
- Exclusivity/patent timeline, encumbrances, integration considerations.
8. Valuation & Comparable Transactions
- Recent comparable M&A deals (target | acquirer | value | premium | date).
- Rough valuation framing; label all assumptions clearly.
9. Recommendation & Conditions
- Restate recommendation, conditions precedent, diligence follow-ups, and the
key questions to resolve before term sheet.
10. Confidence & Information Gaps
- Explicit confidence statement (High/Medium/Low by pillar) and the biggest
information gaps.
References
- Define every footnote key used above, one per line
(
[^key]: full citation with the most specific locator you have). The renderer
renders these as a numbered, linked reference list — do not also hand-write a
separate bulleted source list.
Footer note is added automatically by the renderer. Keep total length
proportionate to available evidence — do not pad sections with speculation.
1---2name: whitepaper-template3description: Section-by-section structure for an investment-grade acquisition whitepaper (executive summary through recommendation and sources). Load before writing a detailed report or generating the PDF.4---56# Investment Whitepaper Template78Structure for a detailed acquisition-assessment whitepaper. Produce clean9markdown (headings, tables, blockquotes) — it is rendered to PDF verbatim by10the `generate_whitepaper_pdf` tool, so formatting matters.1112Use markdown tables for all quantitative comparisons. Use `>` blockquotes for13the most important risk callouts. Do not invent figures.1415CITATIONS: every material claim, figure, and table value carries an inline16numbered footnote marker in Markdown footnote syntax, e.g. "14.7% weight17loss[^venture]". Reuse the same short key for the same source; define every key18under a final `## References` heading (e.g. `[^venture]: Phase 2 VENTURE 13-week19results, Obesity, Jan 2026.`). The renderer turns these into a numbered, linked20reference list. Never fabricate a source, URL, accession number, or doc ID.2122FORMATTING: write plain markdown only. Do NOT use LaTeX or MathJax math23notation (`$...$`, `$$...$$`, `\frac`, `\text`, `\ge`, `\gamma`, etc.) — the PDF24renderer shows it raw. Use Unicode symbols and inline arithmetic instead, e.g.25"≥70%", "Fcγ receptor", and "Runway = $56.4M / ($22.6M / 3) = 7.5 months".2627---2829# Acquisition Assessment: <Target Company>3031## 1. Executive Summary32- 4–7 bullets: what the target is, the deal thesis, headline recommendation33 (Pursue / Pursue with conditions / Pass / Monitor), and the single biggest34 value driver and the single biggest risk.35- One-line **Recommendation** with a conviction level (High/Medium/Low).3637## 2. Company & Deal Thesis38- What they do, lead assets, corporate stage, why they'd be acquired now.39- Deal-thesis archetype (platform / single-asset / tuck-in / distressed).4041## 3. Scientific & Modality Assessment42- Mechanism, novelty, platform breadth, IP position, differentiation.43- Competitive class table (asset | company | mechanism | stage).4445## 4. Clinical & Regulatory Assessment46- Pipeline table (asset | indication | phase | next catalyst | key risk).47- Trial design quality, regulatory designations, agency interactions, CMC.4849## 5. Commercial & Market Assessment50- Addressable population, epidemiology, competitive landscape, pricing/51 reimbursement outlook, peak-sales framing (state assumptions).5253## 6. Financial Assessment54- Financial-snapshot table (metric | latest | prior | source).55- Cash runway calculation shown explicitly with the formula and inputs.56- Burn trajectory, dilution history, debt, valuation context.5758## 7. Deal Structure & Risk Analysis59- Risk register table (risk | likelihood | impact | mitigation).60- Exclusivity/patent timeline, encumbrances, integration considerations.6162## 8. Valuation & Comparable Transactions63- Recent comparable M&A deals (target | acquirer | value | premium | date).64- Rough valuation framing; label all assumptions clearly.6566## 9. Recommendation & Conditions67- Restate recommendation, conditions precedent, diligence follow-ups, and the68 key questions to resolve before term sheet.6970## 10. Confidence & Information Gaps71- Explicit confidence statement (High/Medium/Low by pillar) and the biggest72 information gaps.7374## References75- Define every footnote key used above, one per line76 (`[^key]: full citation with the most specific locator you have`). The renderer77 renders these as a numbered, linked reference list — do not also hand-write a78 separate bulleted source list.7980---8182*Footer note is added automatically by the renderer. Keep total length83proportionate to available evidence — do not pad sections with speculation.*