Add shareadjustment
Records a cap table event outside of a funding round, entered against a portfolio company. Adjustments and splits restate the company's own share counts, so they are stored against the underlying company and apply to every fund holding it – the response reports company_id instead of portfolio_company_id. A share issue stays with the portfolio company that received the shares.
Request Body
application/jsonOptionalportfolio_company_idRequiredstringPortfolio company the event is entered against (required). Adjustments and splits are resolved to the underlying company, so they apply to every fund holding it.
"^\\d+$"dateRequiredstringDate the event takes effect from
"^\\d{4}-\\d{2}-\\d{2}$"typestringshare_adjustment restates the share counts and share_split rebases them by a ratio, both across every fund. share_issue gives shares to this fund only.
"share_adjustment" | "share_split" | "share_issue"shares_outstandingintegerShares outstanding after the event, fully diluted. Required for share_adjustment; derived from the ratio on a share_split unless split_override is set.
esopintegerOption pool shares after the event. Required for share_adjustment; derived from the ratio on a share_split unless split_override is set.
split_ratio_fromintegerShares before the split, per split_ratio_to. Splits only.
0split_ratio_tointegerShares after the split, per split_ratio_from. Splits only.
0shares_issued_to_fundintegerShares issued to the fund. Share issues only.
shares_issuedintegerTotal shares issued to all shareholders. Share issues only.
split_overridebooleanSet the split's share counts by hand instead of deriving them from the ratio
descriptionstringInternal comments
fieldsobjectCustom fields
Credentials
Shareholding record created