Add funding round
Adds a funding round to a company. pre_money, round_size and post_money are derived from the share price and share counts and cannot be set directly.
Request Body
application/jsonOptionalcompany_idRequiredstringCompany the round belongs to (required)
"^\\d+$"dateRequiredstringSigning date of the round – when the investment documents were signed
"^\\d{4}-\\d{2}-\\d{2}$"round_identifierRequiredstringName of the round
1round_typestringWhether the round sets a share price
"priced" | "unpriced"is_internal_roundbooleanWhether the round was led by existing investors only
is_pending_closebooleanWhether the round is signed but not yet closed
closed_onstringDate the new shares become outstanding. Leave unset to use the signing date.
"^\\d{4}-\\d{2}-\\d{2}$"liquidation_preferencestringLiquidation preference
"stacked" | "pari-passu" | "none"share_classstringShare class issued in the round
currencystringISO 4217 currency of the share price
3Maximum length: 3share_pricenumberPrice per share
shares_issuedintegerNew shares issued in the round
shares_outstandingintegerShares outstanding after the round, fully diluted
esopintegerShares reserved for the option pool
round_size_overridenumberManual round size, for unpriced rounds
fieldsobjectCustom fields
Credentials
Funding round created