Total Round Size
Total new capital being raised in the current round across all participants — the lead, follow-on investors, employee/strategic allocations, and any side-letter pieces. This is the figure that goes into the post-money math. Common pitfall: companies sometimes confuse `total_round_size` with `target_raise` — the round size is final and used in valuation math, while the target is what management is aiming for and can move during the raise. Boards should expect a specific breakdown by investor when this number is reported. — Fundraising KPI anchored to NVCA Model Legal Documents (2024 revision).
Rogue ID: fundraising.total_round_size
Type: Currency
Domain: Fundraising
Definition
Total new capital being raised in the current round across all participants — the lead, follow-on investors, employee/strategic allocations, and any side-letter pieces. This is the figure that goes into the post-money math. Common pitfall: companies sometimes confuse total_round_size with target_raise — the round size is final and used in valuation math, while the target is what management is aiming for and can move during the raise. Boards should expect a specific breakdown by investor when this number is reported.
Formula
Sum of all new-money allocations in the round (lead + follow-on + strategic + employee + side letters). Distinct from `target_raise` (intent) and `committed_amount` (in-progress signal).Why it matters
Determines the round's post-money valuation and dilution math. Also signals investor concentration risk — a round with 80% from one investor differs structurally from a round with 5 equal participants.
How to interpret
Round size noticeably below target typically signals investor demand weakness (consider repricing or scope cut). Round size meaningfully above target signals oversubscription — a healthy signal but raises governance questions on how allocations are decided.
Calculation policy
How an AI agent should compute this KPI from messy company data. Free-text rules consumed at reasoning time — not a deterministic DSL. The most common ways to get this wrong are listed under Common miscomputations.
Inclusion rules
- Total NEW capital raised in the current round across all participants — lead, follow-on investors, employee / strategic allocations, and side-letter pieces.
- The final figure that feeds the post-money valuation and dilution math.
Exclusion rules
- Not
target_raise(management intent, can move) — the round size is final and used in valuation math. - Convertible instruments (SAFEs / notes) converting at this round, when tracked separately — be explicit whether the round size is "new priced money only" or "new money plus converting instruments".
- Venture debt — debt is funding capacity, not part of the equity round size.
- Prior rounds' capital (that is
total_capital_raised).
Required inputs
- Per-investor new-money allocations for the round (lead + follow-on + strategic + employee + side letters).
- Whether converting SAFEs / notes are folded into the figure (convention).
- Pre-money valuation, to reconcile post-money = pre-money + round size.
Data-source priority
- Executed term sheet / closing allocation schedule.
- The closing cap-table model as a fallback while allocations are still firming.
Edge cases
- Multiple closes: a first close fixes part of the round size; report cumulative-to-date and footnote that the round is still open.
- Oversubscription: round size can land above target — a healthy signal, but flag the allocation-governance question.
- Concentration: a round that is 80% one investor reads structurally different from 5 equal participants — surface the breakdown.
Validation checks
- post_money_valuation − pre_money_valuation ≈ total_round_size (NVCA identity) — if it does not reconcile, one of the three is wrong.
- total_round_size ≥ committed_amount ≥ total_received at any point in an open round.
Common miscomputations
- Using
target_raisein the post-money math instead of the final round size. - Folding venture debt or unconverted SAFEs into the equity round size without a footnote — overstates the priced raise and the dilution denominator.
Related KPIs
fundraising.target_raisefundraising.committed_amountfundraising.pre_money_valuationfundraising.post_money_valuationfundraising.founder_dilution
Source
NVCA Model Legal Documents (2024 revision) · section: Series A Stock Purchase Agreement — Aggregate Investment — published 2024-01-01.
Why does this cite NVCA Model Legal Documents (2024 revision)? Read the ontology methodology for the published vs editorial tier system, attribution rules, and dispute process.
Stage relevance
| Company stage | Priority |
|---|---|
| Pre-Seed | Core |
| Seed | Core |
| Series A | Core |
| Series B | Core |
| Series C+ | Core |
Suggested for stages: Pre-Seed, Seed, Series A, Series B, Series C+.
Default owning functions
- Finance
Machine-readable
- This KPI as JSON:
/api/ontology/fundraising/total_round_size.json - All Fundraising KPIs:
/api/ontology/fundraising.json - Full catalog:
/api/ontology/index.json
Total Received
Cash that has actually been wired and cleared the company's bank account from investors in the current round. This is the cash-in-the-bank version of `committed_amount`. Common pitfall: commitments do not pay the bills — wiring can lag commitments by weeks to months for the second / third closes, and a committed-but-not-received delta of $5M+ can quietly extend the runway forecast incorrectly. Reconcile this against `finance.total_cash_in_bank` increases each period. — Fundraising KPI, I'mBoard-authored (editorial tier).
Venture Debt Available
Undrawn capacity remaining on existing venture debt facilities. Optionality the company can call on quickly without re-pricing. Common pitfall: availability is conditional — most facilities require continued covenant compliance, and an available line can be pulled or frozen by the lender if cash, ARR, or other covenants slip (per the Bessemer venture-debt content and Battery Ventures primer). The board should treat `venture_debt_available` as a soft commitment, not a hard one, until drawn. — Fundraising KPI, I'mBoard-authored (editorial tier).