{"openapi":"3.0.4","info":{"title":"FxForward","version":"0.0.1"},"paths":{},"components":{"schemas":{"FxForward":{"description":"LUSID representation of an FX Forward.\r\nIncluding FX Spot and Non-Deliverable Forwards.\r\n            \r\nThis instrument has multiple legs, to see how legs are used in LUSID see [knowledge base article KA-02252](https://support.lusid.com/knowledgebase/article/KA-02252).\r\n            \r\n| Leg Index | Leg Identifier | Description |\r\n| --------- | -------------- | ----------- |\r\n| 1 | DomesticLeg | Cash flows in the domestic currency of the forward. |\r\n| 2 | ForeignLeg | Cash flows in the foreign currency of the forward (not present for non-deliverable forwards). |","required":["domAmount","domCcy","fgnAmount","fgnCcy","instrumentType","maturityDate","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"},"domAmount":{"type":"number","description":"The amount that is to be paid in the domestic currency on the maturity date.","format":"double"},"domCcy":{"type":"string","description":"The domestic currency of the instrument."},"fgnAmount":{"type":"number","description":"The amount that is to be paid in the foreign currency on the maturity date.","format":"double"},"fgnCcy":{"type":"string","description":"The foreign (other) currency of the instrument. In the NDF case, only payments are made in the domestic currency.\r\nFor the outright forward, currencies are exchanged."},"refSpotRate":{"type":"number","description":"The reference Fx Spot rate for currency pair Foreign-Domestic that was seen on the trade start date (time).","format":"double"},"isNdf":{"type":"boolean","description":"Is the contract an Fx-Forward of \"Non-Deliverable\" type, meaning a single payment in the domestic currency based on the change in fx-rate vs\r\na reference rate is used.\r\nDefaults to false if not set."},"fixingDate":{"type":"string","description":"The fixing date.","format":"date-time"},"settlementCcy":{"type":"string","description":"The settlement currency.\r\nIf provided, present value will be calculated in settlement currency, otherwise the domestic currency. Applies only to non-deliverable FX Forwards.","nullable":true},"bookedAsSpot":{"type":"boolean","description":"Boolean flag for FX Forward transactions booked with Spot settlement. This will default to False if not provided.\r\nFor information purposes only, this does not impact LUSID valuation, analytics, cashflows or events, but may be used by third party vendors."},"timeZoneConventions":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/TimeZoneConventions"},"instrumentType":{"type":"string","enum":["FxForward"]}},"title":"FxForward"}}}}