{"openapi":"3.0.4","info":{"title":"FixedLeg","version":"0.0.1"},"paths":{},"components":{"schemas":{"FixedLeg":{"description":"LUSID representation of a Fixed Rate Leg.","required":["instrumentType","legDefinition","maturityDate","notional","startDate"],"type":"object","properties":{"startDate":{"type":"string","description":"The start date of the instrument. This is normally synonymous with the trade-date.","format":"date-time"},"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"},"legDefinition":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/LegDefinition"},"notional":{"type":"number","format":"double"},"overrides":{"type":"object","properties":{"Amortization":{"type":"array","items":{"type":"number","format":"double"}},"Spreads":{"type":"array","items":{"type":"number","format":"double"}}},"additionalProperties":false,"description":"Any overriding data for notionals, spreads or rates that would affect generation of a leg.\r\nThis supports the case where an amortisation schedule is given but otherwise generation is allowed as usual.","nullable":true},"timeZoneConventions":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/TimeZoneConventions"},"instrumentType":{"type":"string","enum":["FixedLeg"]}},"title":"FixedLeg"}}}}