Add financing rounds
Add financing rounds across your cap tables. Creates new financing events with stage information, valuations, and co-investor details.
Permissions:
- User must be authenticated via OAuth.
- User must have access to the companies.
- User must have permission to add data to the cap tables.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
A list of financing rounds to add.
Response
Created
The ID of the company this financing event belongs to.
"pvYe"
The name of the financing round.
"Series A"
The pre-money valuation of the company at the time of the financing round.
{ "currency": "USD", "value": "20000000" }The total size of the financing round.
{ "currency": "USD", "value": "5000000" }The fully diluted share count at the time of the financing round.
"1000000"
The closing date of the financing round.
"2030-01-01"
The list of co-investors in the financing round.
{ "is_lead": true, "name": "Investor 1" }{ "is_lead": false, "name": "Investor 2" }The name of the company this financing event belongs to.
"Acme Corp"
The ID of the financing.
"a2Ne"
Whether this is a crypto financing event.
false
The liquidation multiple (e.g., 1.00, 1.50, 2.00).
"1.50"
The cap multiple for capped participating preferences.
"3.00"
The seniority position: SENIOR_TO_ALL or PARI_PASSU.
SENIOR_TO_ALL, PARI_PASSU, PARI_PASSU_ALL_PREVIOUS "SENIOR_TO_ALL"
The participation type: NON_PARTICIPATING, FULLY_PARTICIPATING, or CAPPED_PARTICIPATING.
NON_PARTICIPATING, FULLY_PARTICIPATING, CAPPED_PARTICIPATING "NON_PARTICIPATING"
Financing rounds that share equal seniority in the same pari passu group.
[{ "id": "a2Ne", "name": "Series A" }]