{"openapi":"3.0.4","info":{"title":"SimpleInstrument","version":"0.0.1"},"paths":{},"components":{"schemas":{"SimpleInstrument":{"description":"LUSID representation of a Simple Instrument, used as a basic definition of a generic instrument.\r\nNo analytics can be obtained for this.","required":["assetClass","domCcy","instrumentType","simpleInstrumentType"],"type":"object","properties":{"maturityDate":{"type":"string","description":"The final maturity date of the instrument. This means the last date on which the instruments makes a payment of any amount.\r\nFor the avoidance of doubt, that is not necessarily prior to its last sensitivity date for the purposes of risk; e.g. instruments such as\r\nConstant Maturity Swaps (CMS) often have sensitivities to rates that may well be observed or set prior to the maturity date, but refer to a termination date beyond it.","format":"date-time"},"domCcy":{"type":"string","description":"The domestic currency."},"assetClass":{"enum":["InterestRates","FX","Inflation","Equities","Credit","Commodities","Money","Unknown"],"type":"string","description":"Available values: InterestRates, FX, Inflation, Equities, Credit, Commodities, Money, Unknown."},"fgnCcys":{"type":"array","items":{"type":"string"},"description":"The set of foreign currencies, if any (optional).","nullable":true},"simpleInstrumentType":{"minLength":1,"type":"string","description":"The Instrument type of the simple instrument."},"timeZoneConventions":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/TimeZoneConventions"},"tradingConventions":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/TradingConventions"},"instrumentType":{"type":"string","enum":["SimpleInstrument"]}},"title":"SimpleInstrument"}}}}