Fired when an FX trade settles (funds move between accounts).
@spec from_payload(map()) :: %ClearBank.Webhook.Events.FxTradeSettled{ buy_account_id: term(), buy_amount: term(), sell_account_id: term(), sell_amount: term(), timestamp: term(), trade_id: term() }