{"openapi":"3.0.4","info":{"title":"Instrument","version":"0.0.1"},"paths":{},"components":{"schemas":{"Instrument":{"required":["identifiers","lusidInstrumentId","name","state","version"],"type":"object","properties":{"href":{"type":"string","description":"The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.","format":"uri","nullable":true},"scope":{"type":"string","description":"The scope in which the instrument lies.","nullable":true},"lusidInstrumentId":{"minLength":1,"type":"string","description":"The unique LUSID Instrument Identifier (LUID) of the instrument."},"version":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Version"},"stagedModifications":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/StagedModificationsInfo"},"name":{"minLength":1,"type":"string","description":"The name of the instrument."},"identifiers":{"type":"object","additionalProperties":{"type":"string","nullable":true},"description":"The set of identifiers that can be used to identify the instrument."},"properties":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Property"},"description":"The requested instrument properties. These will be from the 'Instrument' domain.","nullable":true},"lookthroughPortfolio":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/ResourceId"},"instrumentDefinition":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/LusidInstrument"},"state":{"enum":["Active","Inactive","Deleted"],"type":"string","description":"The state of of the instrument at the asAt datetime of this version of the instrument definition. Available values: Active, Inactive, Deleted."},"assetClass":{"enum":["InterestRates","FX","Inflation","Equities","Credit","Commodities","Money","Unknown"],"type":"string","description":"The nominal asset class of the instrument. Available values: InterestRates, FX, Inflation, Equities, Credit, Commodities, Money, Unknown."},"domCcy":{"type":"string","description":"The domestic currency, meaning the currency in which the instrument would typically be expected to pay cashflows, e.g. a share in AAPL being USD.","nullable":true},"relationships":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Relationship"},"description":"A set of relationships associated to the instrument.","nullable":true},"settlementCycle":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/SettlementCycle"},"dataModelMembership":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/DataModelMembership"},"links":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/Link"},"nullable":true}},"additionalProperties":false,"description":"A list of instruments.","title":"Instrument"}}}}