Valuation
A context type representing the price and value of a holding.
Schema
https://fdc3.finos.org/schemas/next/context/valuation.schema.json (github)
Type
fdc3.valuation
Properties
value
(required)
price
CURRENCY_ISOCODE
(required)
valuationTime
expiryTime
Example
{
"type": "fdc3.valuation",
"value": 500,
"price": 5,
"CURRENCY_ISOCODE": "USD",
"expiryTime": "2022-05-13T16:16:24+01:00"
}