Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.2 KB

Quote.md

File metadata and controls

23 lines (13 loc) · 1.2 KB

Quote

The quote id, value and lineage of the quotes all keyed by a unique correlation id.

Properties

Name Type Description Notes
quoteId QuoteId
metricValue MetricValue [optional]
lineage String Description of the quote's lineage e.g. 'FundAccountant_GreenQuality'. [optional]
cutLabel String The cut label that this quote was updated or inserted with. [optional]
uploadedBy String The unique id of the user that updated or inserted the quote.
asAt OffsetDateTime The asAt datetime at which the quote was committed to LUSID.
scaleFactor java.math.BigDecimal An optional scale factor for non-standard scaling of quotes against the instrument. For example, if you wish the quote's Value to be scaled down by a factor of 100, enter 100. If not supplied, the default ScaleFactor is 1. [optional]

Back to Model listBack to API listBack to README