Update valuation
Updates a valuation. Only the fields present in the payload are changed. Changing valuation_base re-derives whether the valuation sits on the company or on the portfolio company.
Request Body
application/jsonOptionalportfolio_company_idstringMove the valuation to another portfolio company. Required when switching valuation_base to investment_value from a company-level base, which has no single portfolio company to fall back to.
"^\\d+$"datestringDate 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
Path Parameters
idRequiredstringValuation ID
"^\\d+$"Credentials
Valuation updated