Currency Exchanged Event (v1)

Event indicating that a foreign-exchange conversion has been booked successfully

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

conversionId string
required

Identifier assigned by the external provider to the completed conversion

debited object
required

Details of the debited side of a completed currency exchange

credited object
required

Details of the credited side of a completed currency exchange

fixedAmountSide string
required

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
rate number
required

Exchange rate applied to the conversion