The Lab

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When trading on-MTF EDM/IDM values must be populated in the outbound quotes and any resultant ExecutionReport messages. 

These details are required on-MTF only - if OFF-venue, or on-SEF then any provided values will be ignored (as they will not be mapped through to the venue message by MarketFactory).

There can only be one EDM, one IDM. The two may be the same, but there cannot be multiple of each. The EDM and IDM values provided must be previously registered by the market participant and are used to unambiguously identify the one person considered to have primary responsibility for the transaction in each capacity.

EDM and IDM lengths, formats, allowed character sets etc are dictated by the individual venues, the values you pass across need to be the exact values previously registered (e.g. on GLIMS for CNX).

For on-MTF requests here is a summary of the various Venue's behaviour:

...

  • Bloomberg - Mandatory for MTF, if you omit or provide erroneous values, the quote request will be terminated. So far, only Bloomberg will actually return a meaningful error, here is an example of what we receive:

    8=FIX.4.4|9=0302|35=b|49=BLP|56=MFMA_RFS|34=7|52=20191002-10:12:00|300=8|301=0|131=BLP.RFQ.800254719_MFTA|117=S1570011120.46998|297=5|58=Failed to convert to GPI, ShortCode=Dmitry_xxx DealCode=MFMA roletype=makerExecId   DEAL_CODE: MFMA FIX_SESSION: MFMA_RFSQuoteReqId=BLP.RFQ.800254719_MFTA quoteId=S1570011120.46998 |10=202|

    (Dmitry_002 was the correct EDM value in this case). We will convert this rejection into a QuoteResponse and forward the error message as-is. Also, at the risk of stating the obvious, these details are required on-MTF only - if OFF-venue, or on-SEF then, again any provided values will be ignored.

There can only be one EDM, one IDM. The two may be the same, but there cannot be multiple of each. The EDM and IDM values provided must be previously registered by the market participant and are used to unambiguously identify the one person considered to have primary responsibility for the transaction in each capacity.

...