Add convertible investment
Records a convertible note, SAFE or venture debt. While it is outstanding only the convertible terms apply; once it converts, set conversion_date together with the share price and share counts it converted into.
Request Body
application/jsonOptionalportfolio_company_idRequiredstringPortfolio company the investment belongs to (required) – this is what ties the investment to a fund
"^\\d+$"dateRequiredstringDate of the investment – when the shares were registered, or the contribution paid in
"^\\d{4}-\\d{2}-\\d{2}$"funding_round_idstringFunding round the investment was made in. Leave unset for transactions struck outside a round.
"^\\d+$"investment_typestringWhether this is the fund's first cheque or a follow-on
"Original" | "Follow-on"invested_capitalnumberCapital invested, in the fund's currency
investment_costsarray<object>Transaction costs booked against the deal
cashflowsarray<object>How the invested capital was paid in. Must add up to invested_capital.
fieldsobjectCustom fields
currencystringISO 4217 currency of the share price
3Maximum length: 3share_pricenumberPrice per share
share_typestringShare type acquired
"preferred" | "common"share_classstringShare class acquired
shares_acquiredintegerShares acquired by the fund
shares_issuedintegerTotal shares issued in the round
shares_outstandingintegerShares outstanding after the transaction, fully diluted
esopintegerShares reserved for the option pool
funds_rolestringThe fund's role in the round
"Lead" | "Co-lead" | "Syndicate"is_internal_roundbooleanWhether the round was led by existing investors only
convertible_currencystringISO 4217 currency the convertible is denominated in
3Maximum length: 3convertible_valuenumberThe fund's share of the convertible, in the convertible's currency
convertible_totalnumberTotal size of the convertible, including other investors
convertible_capnumberValuation cap. Leave unset for an uncapped note.
convertible_cap_typestringWhether the cap is stated pre- or post-money
"pre-money" | "post-money"convertible_discountnumberConversion discount, as a fraction (0.2 = 20%)
0Maximum: 1convertible_interestnumberCapitalised interest converted into shares
expiration_datestringMaturity date of the note
"^\\d{4}-\\d{2}-\\d{2}$"conversion_datestringDate the note converted. Leave unset while it is still outstanding – the share fields only apply once it has converted.
"^\\d{4}-\\d{2}-\\d{2}$"Credentials
Investment created