Change Summary
Advisory Change
Background
24X acquired 11B Technologies in 2021. While 24X phased out most of the "11B" references in their API,
ExecIDremained unchanged until this update, introduced to adhere to ISDA best practices for Unique Trade Identifiers (UTIs).
Affected Venues
Change
The format of ExecID field published in ExecutionReport is updated.
Details of the different components that form an ExecID before and after the change:
- Old Format -
ExecIDis formed of '11B', TradeID, TimeStamp and Side colon-separated components - i.e. 31 characters in total. e.g.11B:1234567890123456789:12345:B - New Format -
ExecIDwill be composed of a 10 character portion of 24X's LEI and a unique trade reference identifier with no special characters or delimiters up to 25 characters in length, followed by a side indicator - i.e. 36 characters in total. e.g.YXBUZH7G3N123456789012345678912345B
Timeline
- 07th September - UAT - Updated
ExecIDchange made available on 24X's UAT environment. - 18th September - UAT - Whisperer 2023.09.18.WE released, parsing the
ExecutionReportExecIDto also publish theExecutingFirmLEIPartyRole. - 30th October - PROD - 24X implement the updated
ExecIDchange in production. - 17th November - PROD - As of release 2023.11.17.WE, Whisperer will no longer publish
PartyRoleExecutingFirmLEIinExecutionReport, reverting the change from 18 September, due to 24X supplying only a portion of their LEI.
Whisperer Client Impact
Impact to Clients
Clients should ensure their downstream systems can handle the ExecID format change and client's API can process the changes, documented in Change Details section of this page.
MarketFactory reverted the change to parse LEI from ExecID field in release 2023.11.17.WE.
Change Details
ExecID - This field is already published in ExecutionReport, but the length of the field value has increased and can be up to 36 characters.
Whisperer no longer attempts to extract the LEI from the ExecID.