Add valuation
Records a valuation against a portfolio company. share_price and enterprise_value valuations describe the company itself, 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 in that case. investment_value stays with the portfolio company.
Request Body
application/jsonOptionalportfolio_company_idRequiredstringPortfolio company the valuation is recorded against (required). For share_price and enterprise_value it is resolved to the underlying company, so the valuation applies to every fund holding it.
"^\\d+$"dateRequiredstringDate the valuation takes effect from
"^\\d{4}-\\d{2}-\\d{2}$"valuation_basestringWhat the valuation figure expresses. share_price and enterprise_value apply to the company across all funds; investment_value applies only to this fund's holding.
"share_price" | "enterprise_value" | "investment_value"valuation_methodstringHow the valuation was arrived at
currencystringISO 4217 currency of the valuation
3Maximum length: 3valuationnumberThe valuation figure
valuation_discountnumberDiscount applied to the valuation, as a fraction (0.2 = 20%)
0Maximum: 1apply_waterfallbooleanWhether to run the valuation through the liquidation waterfall
unlink_valuation_basebooleanFor investment_value, whether to stop tracking the company's enterprise value
is_inactivebooleanWhether the holding is marked inactive from this date
descriptionstringInternal comments
fieldsobjectCustom fields
Credentials
Valuation created