Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 939 Bytes

DialectId.md

File metadata and controls

22 lines (12 loc) · 939 Bytes

DialectId

Unique identifier of a given Dialect

Properties

Name Type Description Notes
scope String The Scope of the dialect.
vendor String The vendor of the dialect, the entity that created it. e.g. ISDA, FINBOURNE.
sourceSystem String The source system of the dialect, the system that understands it. e.g. LUSID, QuantLib.
version String The semantic version of the dialect: MAJOR.MINOR.PATCH.
serialisationFormat String The serialisation format of a document in this dialect. e.g. JSON, XML.
entityType String The type of entity this dialect describes e.g. Instrument.

Back to Model listBack to API listBack to README