Compute a cap table
cap_table_computeComputes a cap table from a list of events (founders, priced rounds, SAFEs/notes, option pools, warrants). Returns per-round snapshots and the final ownership/dilution state. Requires a Hemrock API key with the Cap Table & Exit Waterfall product; without it you get a checkout URL. Call list_concepts/get_concept for the event structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Ordered cap-table events. Each has a "type" (common_issuance, priced_round, convertible_round, option_pool, option_grant, warrant_round, secondary_sale, manual_issuance) and a "label", plus type-specific fields. Example: [{"type":"common_issuance","label":"Founders","grants":[{"id":"f","name":"Founder","shares":8000000,"kind":"founder"}]}]. |