Enter trades done in other systems.
The workflow that originated the request. For reference in monitoring and reports. Values provided by Integral as applicable.
- 0 = API/CreditEntry.
- 1 = API/TradeEntry.
ID of the book trade request assigned by you. Returned in the success response so that you can associate the request and booked trade.
Free text for additional information and the ID, if any, assigned to the trade by the trade entry organization for their reference.
Any notes on the trade. These notes are sent via STP if the trade is eligible for STP (stp=true).
Counterparty user ID. If not specified, the organization's default user as configured in the Integral system is used.
Customer user ID. If not specified, the default user of the customer organization is used.
The dealt instrument, typically three-character ISO code (for example, AUD).
Amount of the dealt instrument for the trade or near leg of swaps.
All-in rate to the precision of the currency pair’s quote convention. Trades with rates that are higher precision than allowed are rejected.
The side of the order from the customerOrg perspective, either BUY or SELL.
The dealt instrument pair (currency, metal, energy, index, crypto), seven-character ISO code (for example, AUD/USD).
Value date for the trade or near leg of swaps in the format YYYY-MM-DD.
Spot rate of the trade or near leg of the trade. Required for outrights, swaps, and NDFs.
Required for outrights, near leg of forward/forward swaps, and NDFs. Forward points for outrights and near leg of forward/forward swaps.
All-in rate at which the trade or near leg was hedged by the trader in the market.
Required for swaps. BUY or SELL (case sensitive), the side of the far-leg dealt currency from the customerOrg perspective.
Required for swaps. Value date for the far leg of swaps in the format YYYY-MM-DD. Must be later than the near-leg value date in valueDate.
All-in rate at which the far leg was hedged by the trader in the market.
NDF far-leg fixing date in the format YYYY-MM-DD. Required if farFixingTenor not specified.
Only applicable to FX Yield Manager. If FX Yield Manager is used to manage positions, this is the name of the book, if any, to which the trade is entered.
- A = Cover trades, both customer trades and its cover trades.
- B = Warehoused customer trades, FX Yield Manager hedging trades.
- empty = No-cover trades, unmanaged trades, desk trades.
How the trade is considered for credit by Integral:
0= CreditCheck: Trade request is rejected if credit is not available.1= CreditOvershoot: Trade request is accepted even if credit is not available. Credit can overshoot the available limit.2= CreditIgnore: Credit is not taken.
Credit valuation factor of customerOrg provided by counterparty.
- Book spot
- Book outright
- Book swap
- Book NDF
{ "type": "Spot", "channel": "1", "clientRequestId": "req Spot 644", "counterparty": "BrokerOrg", "counterpartyAccount": "BrokerOrgLE", "counterpartyTrader": "BrokerOrgUser", "coverRate": 1.1234, "creditMode": 2, "creditValuationAdjustment": 1.44, "customerAccount": "CustOrg1le1", "customerOrg": "CustOrg1", "trader": "CustOrg1User", "dealtAmount": 2000000, "dealtIns": "USD", "note": "Notes on trade", "rate": 1.09706, "rateId": "2022-05-12-GBPUSD-SP-435cd558", "referenceId": "ref A4f2", "side": "SELL", "spotRate": 1.09696, "stp": true, "symbol": "GBP/USD", "tradeDate": "2022-05-12", "valueDate": "2022-05-17" }
The ID and creation time of the book trade in Integral’s system.
The ID of the booked trade in Integral’s system.
The date and time (GMT) the trade was booked in the format yyyy-MM-dd HH:mm:ss,SSS Z.
{ "tradeId": "FXI30501001", "createdTime": "2022-01-19 12:36:27,200 +0000", "clientRequestId": "req swap 1" }