{"type":"object","required":["debitCurrency","creditCurrency","amount","fixedAmountSide"],"properties":{"debitCurrency":{"description":"ISO 4217 Alpha 3 currency code.\n","type":"string","pattern":"[A-Z]{3}","example":"EUR"},"creditCurrency":"[Circular]","amount":{"allOf":[{"description":"The amount given with fractional digits, where fractions must be compliant to the currency definition.\nUp to 14 significant figures. Negative amounts are signed by minus.\nThe decimal separator is a dot.\n\n**Example:**\nValid representations for EUR with up to two decimals are:\n\n  * 1056\n  * 5768.2\n  * -1.50\n  * 5877.78\n","type":"string","pattern":"-?[0-9]{1,14}(\\.[0-9]{1,3})?","example":"5877.78"},{"description":"The amount to be exchanged"}]},"fixedAmountSide":{"type":"string","description":"The side of the conversion that is fixed","enum":["DEBIT","CREDIT"]}}}