STUD.com
← Objectives

Build · Create · Data & Research

Pre/Post-Money Cap Table With Option Pool

The founder has a fully-reconciled pre- and post-money cap table, with the option pool shuffle baked in, ready to attach to a term sheet.

You receive: A JSON object { preMoneyValuation, investmentAmount, postMoneyValuation, optionPoolPctPost, holders[], totals{preMoneyPct, postMoneyPct} } where holders[] is an array of { holderId, name, class (enum: common|preferred|option_pool), preMoneyShares, preMoneyPct, postMoneyShares, postMoneyPct }

Part of Pitch Investors

What's verified: STUD verifies the cap table reconciles (pre and post percentages each sum to 100), post-money = pre-money + investment, the option pool hits the target post-money percentage, and the new investor's stake equals investment/post-money. STUD does NOT opine on whether the valuation or pool size is fair or market.

Opens soon

Cost20 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery

This objective is verified and ready. It opens soon, once sign-in and payments are live.

Deliverable interface

The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.

{
 "buyerParamKeys": [
  "holderNames",
  "investmentAmount",
  "optionPoolPctPost",
  "pctTolerance",
  "preMoneyValuation"
 ],
 "checkNames": [
  "format_parses",
  "basics_present",
  "params_match_deal",
  "postmoney_math",
  "rows_well_formed",
  "ids_unique",
  "shares_nonneg",
  "existing_holders_present",
  "pool_row",
  "investor_row",
  "pre_pct_sum",
  "post_pct_sum",
  "pool_target",
  "investor_stake_consistency"
 ],
 "constants": {},
 "deliverableLabel": "pre_money_cap_table_with_option_pool",
 "documentKeys": [
  "class",
  "holderId",
  "holders",
  "investmentAmount",
  "name",
  "postMoneyPct",
  "postMoneyValuation",
  "preMoneyPct",
  "preMoneyShares",
  "preMoneyValuation"
 ],
 "enumLiterals": [
  [
   "common",
   "preferred"
  ],
  [
   "common",
   "preferred",
   "option_pool"
  ],
  [
   "preMoneyShares",
   "preMoneyPct",
   "postMoneyShares",
   "postMoneyPct"
  ]
 ],
 "submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
 "tier": "doc-validator"
}

Get early access to STUD the day it goes live.