Currency Exchange Failed Event (v1)

Event indicating that a foreign-exchange conversion has failed

Architecture

Schema

Message Schema

12 properties

Base type for all events in the system

id string
required

Unique identifier for the message, typically a UUID

debit object

Debit side of a currency exchange (the currency being sold)

credit object

Credit side of a currency exchange (the currency being bought)

fixedAmountSide string

Indicates which side of the exchange is fixed. When `DEBIT`, the debit amount is fixed and the credit amount is derived from the rate. When `CREDIT`, the credit amount is fixed and the debit amount is derived from the rate.

Allowed values: DEBIT CREDIT
amount number

The fixed amount from the original command, if known

failure object
required

Details about the failure