Add primary investment
Records the purchase of newly issued shares in a funding round. funding_round_id is required – a primary can only happen inside a priced round, and the round supplies the share price and share counts the position is measured against.
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_idRequiredstringFunding round the shares were issued in (required for a primary)
"^\\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
Credentials
Investment created