Compute an exit waterfall
exit_waterfall_computeComputes an exit waterfall: distributes an exit valuation across the cap stack (preferences, participation, conversions, options, warrants). Requires a Hemrock API key with the Cap Table & Exit Waterfall product. Pass a "model" object and a numeric "exitValuation".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Waterfall model: { common: [...], preferred: [...], options?, warrants?, convertibles? }. See list_concepts ("waterfall") for the structure. | |
| exitValuation | Yes | Total exit proceeds to distribute. |