The Lab

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 1.5.11

...

Expand


Table Filter
totalrow,,,,,,,,,,,,
hidelabelsfalse
sparkNameSparkline
hidePaneFiltration panel
sparklinefalse
defaultt360_tex,MDBookType(PricingSession)&&MDEntryType(PricingSession)&&Comments&&ExecutionVenue&&MDBookType (SessionType == Pricing)&&MDEntryType (SessionType == Pricing)&&Products&&client_role&&target_platform&&MDBookType&&MDEntryType
isFirstTimeEnterfalse
cell-width250,250
hideColumnstrue
customNoTableMsgfalse
disabledfalse
enabledInEditorfalse
globalFilterfalse
id17000560441621706243615658_1177155530-1944328825
order0,1
hideControlsfalse
inversefalse,false
columnVenue
disableSavefalse
separatorPoint (.)
labelsVenue‚Hide columns
ddOperatorOR
datepatterndd M yy
hideFilters1
updateSelectOptionsfalse
worklog365|5|8|y w d h m|y w d h m
isORAND
Table Excerpt Include
isFirstTimeEntertrue
v2
nameSupportedInstruments
merge-tablestrue
pageSupported Instruments
typepage



...

Expand


Table Filter
totalrow,,,
hidelabelsfalse
sparkNameSparkline
hidePanetrue
sparklinefalse
defaultt360_tex
isFirstTimeEnterfalse
cell-width150250
hideColumnsfalse
customNoTableMsgfalse
disabledfalse
enabledInEditorfalse
globalFilterfalse
id17013424170641706225089110_-213706131622182935
order0
hideControlstrue
inversefalse
columnVenue
disableSavefalse
separatorPoint (.)
labelsVenue
userfilterddOperatorVenueOR
datepatterndd M yy
updateSelectOptionsfalse
worklog5|8|w d h m|w d h m
isORAND

Table Excerpt Include
copytabletrue
namePartyIDs
pagePartyIDs
typepage


...

Expand


Table Filter
totalrow,,,,,
hidelabelsfalse
sparkNameSparkline
hidePanetrue
sparklinefalse
defaultt360_tex
isFirstTimeEnterfalse
cell-width150250
hideColumnsfalse
customNoTableMsgfalse
disabledfalse
enabledInEditorfalse
globalFilterfalse
id16980692506921706225045729_-623713811768028204
order0
hideControlstrue
inversefalse
columnVenue
disableSavefalse
separatorPoint (.)
labelsVenue
userfilterddOperatorVenueOR
datepatterndd M yy
updateSelectOptionsfalse
worklog5|8|w d h m|w d h m
isORAND

Table Excerpt Include
copytabletrue
nameRegulatoryFields
pageRegulatory Fields
typepage


...

Expand


Table Filter
totalrow,,,,,
hidelabelsfalse
sparkNameSparkline
hidePanetrue
sparklinefalse
defaultt360_tex
isFirstTimeEnterfalse
cell-width150250
hideColumnsfalse
customNoTableMsgfalse
disabledfalse
enabledInEditorfalse
globalFilterfalse
id16980692614571705441562397_298911271-569085714
order0
hideControlstrue
inversefalse
columnVenue
disableSavefalse
separatorPoint (.)
labelsVenue
userfilterddOperatorVenueOR
datepatterndd M yy
updateSelectOptionsfalse
worklog5|8|w d h m|w d h m
isORAND

Table Excerpt Include
copytabletrue
namePassthruFields
pagePassthru Fields
typepage


Please refer to Passthru Fields for the full Enterprise table across all venues.


Details

Note
titleUnsupported Functionality

Functionality currently not yet supported in Whisperer

  • Bank Basket functionality.
  • TimeOptions.
  • MultiAllocations
  • MTF
  • NonDeliverable Fwds/Swp/Blk

:

  • Time Options
  • MultiAllocations

Pricing

As well as Bilateral Quote negotiation, 360T TEX also supports Basket functionality where Quote messages are received from multiple providers.

A list of all available LPs per SecurityType is provided for the client in the UserNotification(LoggedOn) message's  Text field in json format, as per the example below: 

Code Block
titleExample:
collapsetrue
8=FIXT.1.1|9=106|35=CB|49=GW.ven.t360_tex.RFS|56=testuser|34=3|52=20231212-10: 54: 02.073125423|926=1|58={
  "Status": "Venue connected.",
  "LPs": {
    "BLK": [
      "RBS.LND.DEMO",
      "SOCGEN.LND.DEMO",
      "COBA.DEMO",
      "RBC.DEMO",
      "CITIBANK.DEMO",
      "BOAL.DEMO"
    ],
    "FWD": [
      "RBS.LND.DEMO",
      "SOCGEN.LND.DEMO",
      "COBA.DEMO",
      "RBC.DEMO",
      "CITIBANK.DEMO",
      "BOAL.DEMO"
    ],
    "SPT": [
      "RBS.LND.DEMO",
      "SOCGEN.LND.DEMO",
      "COBA.DEMO",
      "RBC.DEMO",
      "CITIBANK.DEMO",
      "BOAL.DEMO"
    ],
    "SWP": [
      "RBS.LND.DEMO",
      "SOCGEN.LND.DEMO",
      "COBA.DEMO",
      "RBC.DEMO",
      "CITIBANK.DEMO",
      "BOAL.DEMO"
    ],
    "NDF": [
      "RBS.LND.DEMO",
      "SOCGEN.LND.DEMO",
      "COBA.DEMO",
      "RBC.DEMO",
      "CITIBANK.DEMO",
      "BOAL.DEMO"
    ],
    "NDS": [
      "RBS.LND.DEMO",
      "SOCGEN.LND.DEMO",
      "COBA.DEMO",
      "RBC.DEMO",
      "CITIBANK.DEMO",
      "BOAL.DEMO"
    ]
  }
}|10=187|


For Basket functionality, clients can specify a QuoteRequest with multiple PartyRole ExecutionVenue.

There are 3 options available for clients to utilize this functionality.

  • Single LP (Bilateral) - QuoteRequest contains NoPartyIDs group with single PartyRole ExecutionVenue with PartyID populated with a LP. Clients will receive Quote message from requested LP.
  • Multiple LPs (Basket)QuoteRequest contains NoPartyIDs group with multiple PartyRole ExecutionVenues with PartyIDs populated with LPs. Clients will receive MassQuote messages with each LP as a QuoteEntry.
  • All LPs  (Basket) QuoteRequest does not contain PartyRole ExecutionVenue in NoPartyIDs. Clients will subscribe to all available LPs and they will receive Massquote messages with each LP as a QuoteEntry.


Warning
titleMandatory field - LegMaturityDate

For NDF/NDS/NDB, it is mandatory to populate LegMaturityDate in the QuoteRequest. Otherwise, the Venue will interpret the request as deliverable rather than non deliverable.

This is breaking the normalised client behaviour on this venue.  But rather than enforcing this field for all other venues, this is considered the best approach for now on this specific venue.

Note
titlePricing Constraints
  • QuoteRequests - The default maximum
Note
titlePricing/Order Details
QuoteRequests - The default
  • number of parallel requests is 20. Please contact 360T support if you require a higher number.

PartyRole - ExecutionVenue is mandatory field to be populated with single Liquidity Provider in the QuoteRequest and NewOrderMultiLeg message from client.

Swaps - Uneven Swaps are not supported. Hence allocations on near and far leg should always match.

Blocks - TwoWay pricing is not supported for blocks
  • Blocks - The venue does not support TwoWay pricing for Blocks, and such request are rejected by WE.
  • Allocations -
Supports only Single
  • The venue only supports a single allocation per leg.
ExpireTime
  • Stream Duration-
Client can provide this
  • The client can specify desired ExpireTime as an
optional BodyPassThru field. If not provided, this limit is by default
  • optional BodyPassThru field in the QuoteRequest. This limit by default is 1 minute for Spot and 5 minutes for all other products, but can be configured per customer and product.

OrdType - Only PreviouslyQuoted should be applicable for RFS workflow. But as venue supports Market and Limit Orders for Spts and fwds, Whisperer Enterprise allows this.


Trading

The NewOrderMultiLeg must contain the quoteID from the quote message for the Bilateral request.

For the Basket functionality where MassQuote message is received:

  • ExecutionVenue per QuoteEntry is provided as EntryPassThruField indicating the Liquidity Provider name.
  • Clients should use QuoteEntryID from the MassQuote message, as QuoteID in the NewOrderMultiLeg.
  • It is recommended that PartyRole with the correct ExecutionVenue is provided in the NewOrderMultiLeg.

Please refer to RFS Basket workflow for the full Enterprise details across all venues.


Note
titleTrading Constraints
  • NDF SettlCurrency - As per the venue, settlement occurs outside 360T TEX and the settlement currency is up to the 2 counterparts to decide.
  • ExecutionReport Delays - If
Note
titleExecutionReport
If you don’t receive
  • an ExecutionReport with state Filled or Rejected is not received by the client within 10 seconds,
you
  • clients must immediately contact 360T TEX support to clarify the deal status.