Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 912 Bytes

Property.md

File metadata and controls

19 lines (9 loc) · 912 Bytes

Property

Properties

Name Type Description Notes
key String The key of the property. This takes the format {domain}/{scope}/{code} e.g. 'Instrument/system/Name' or 'Transaction/strategy/quantsignal'.
value PropertyValue [optional]
effectiveFrom OffsetDateTime The effective datetime from which the property is valid. [optional]
effectiveUntil OffsetDateTime The effective datetime until which the property is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveFrom' datetime of the property. [optional]

Back to Model listBack to API listBack to README