Add secondary investment
Records the purchase of existing shares from another holder. Link a funding_round_id when the purchase was struck on a round's terms; leave it unset when it was priced independently, and use share_price_discount to record the discount to the last round.
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
share_price_discountnumberDiscount to the last round's price, as a fraction (0.1 = 10%)
0Maximum: 1Credentials
Investment created