Summary Member Impact - OMnet Genium INET (November 2017)

Size: px
Start display at page:

Download "Summary Member Impact - OMnet Genium INET (November 2017)"

Transcription

1 Summary Member Impact - OMnet Genium INET (November 2017) Contents 1. Purpose of the Document Reference Data Trade Report Type Description Messages Structure Minimum Block Trade Size and Liquidity flag Description Messages Structure Minimum Deferral Size Description Messages Structure Extra Reference Data for Commodities Description Messages Structure Default Trader ID Description Structure and Messages Coupon Interest Rate Description Structure and Messages

2 2.7 Override of Liquidity Flag, Minimum Block Trade Size, Minimum Deferral Size Description Messages Structure Market Maker Obligations Stressed Market Description Messages Structure Allow sub-lis Trade Reporting Description Messages Structure Order Management OM_EXCHANGE_INFO structure Description Structure Messages Circuit Breaker Triggering information Description Structure and Messages Trade Report Originator Description Structure and Messages Quotes Description Structure and Messages Indicative quotes Post Trade Transparency flags Description

3 3.6.2 Messages Structure Multi Leg Trade Report Description Structure and Messages Market Maker Messages Description Structure and Messages Trade Report Notification Description Structure and Messages Extended Order Record Keeping fields in Indicative Quotes Description Messages Structures Exceptional Market State Description Structure and Messages Trading and Market Information Public Trade Ticker Description Messages and Structures Order Book Levels Trade and Position Management Trade Information New fields in OM_EXCHANGE_INFO New struct with extra MIFID information Rectify Deals/Trades Description Messages and Structures

4 6.3 Give-ups Description Messages and Structures OTC Trade Reports Time of Agreement for Swaps and TM FRA Trade Reports More Details about Pre-novation Results External Affirmation of Swaps and TM FRA Query Holding Rectify Trade/Deal Description Messages and Structures EMIR reporting Unique Trade Identifier (UTI) in API Trade UTI Trade UTI in OTC Trades Position UTI Deal Source Changes Impact on Reports OTC Trades Market Status Instrument Status Information Description Collateral Management Collateral Evaluations Description Messages and Structures Revision History

5 1. Purpose of the Document This document presents an overview of the technical impact of the Genium INET release (November 2017) on the OMnet API compared to the version (February 2017). To ensure that the full impact of the release is considered, the Summary of Changes section in the OMnet Message Reference Manual should be used. 2. Reference Data 2.1 Trade Report Type Description Venue of Execution and Transaction Category will be available via trade report type configuration. This is a mandatory change Messages DQ45/DA Structure New fields to be added to structure ANSWER_TRADE_REPORT_TYPES o Venue of Execution [UINT8] Values: 0=Not applicable, 1=MIC Code, 2=SINT, 3=XOFF o Transaction Category [UINT8] Values: 0=Not applicable, 1=TPAC, 2=XFPH 2.2 Minimum Block Trade Size and Liquidity flag Description Minimum Trade Report Size (Pre-Trade LIS) and Liquidity will be available in the reference data for the Instrument Class Messages DQ122/DA122, BU122 DQ123/DA123, BU Structure New named structure NS_INST_CLASS_MIFID will be added with the following fields: o Minimum Block Trade Size [INT64] o Liquid [UINT8] 2.3 Minimum Deferral Size Description Minimum Deferral Size will be available in the reference data for the Instrument Class. Note that there will be two deferral sizes. This is a mandatory change 5

6 2.3.2 Messages DQ122/DA122, BU122 DQ123/DA123, BU Structure Named structure NS_INST_CLASS_TRR_DEF_PUBL (37118) will be extended with the following field: o INT64_T traded_quantity_q // SSTI Deferral Size =>Existing field with changed description o INT64_T traded_quantity_2_q // LIS Deferral Size 2.4 Extra Reference Data for Commodities Description New reference data fields will be published for Commodity instruments Messages DQ122/DA122, BU122 DQ123/DA123, BU Structure New named structure NS_INST_CLASS_COMMODITY with the following fields: Base Product [4 chars] Sub Product [4 chars] Further Sub Product Code [4 chars] Quantity in Measurement unit [25 chars] Note that emission allowances are identified with Base Product = ENVR and Sub Product = EMIS. 2.5 Default Trader ID Description The Default Trader ID configured for the user will be provided. This is a mandatory change Structure and Messages A Default TraderID [char6] will be added to the answer for DQ30 (struct ANSWER_USER_TYPE_INFO). 2.6 Coupon Interest Rate Description The coupon interest rate can now be negative. The coupon interest rate will be expressed as a percentage with 6 implicit decimals; for example the value should be interpreted as 0,11%. Note: This means 2 more implicit decimals than the current interpretation. This is a mandatory change. 6

7 2.6.2 Structure and Messages coupon_interest_i is changed from unsigned INT32 to a signed INT32, this affects the structs: DA4_DA19 (used in broadcasts BU4 and BU19) NS_FIXED_INCOME (used in BU120, BU121, answers to DQ120, DQ121) 2.7 Override of Liquidity Flag, Minimum Block Trade Size, Minimum Deferral Size Description For some instruments (Fixed Income Derivatives and Commodity Derivatives) the sub-classes defined in RTS 2 Annex III are segemented based on maturity buckets. Those instruments might have an override value defined for Liquidity Flag, Minimum Block Trade Size, Minimum Deferral Size (SSTI, LIS), depending on ESMA publication of transparency results Messages DQ124/DA124, BU124 DQ125/DA125, BU Structure New named structure NS_INST_SERIES_MIFID2 will be added with the following fields: INT64_T traded_quantity_q // SSTI Deferral Size INT64_T traded_quantity_2_q // LIS Deferral Size INT64_T min_block_trade_size_q // Pre-trade LIS UINT8_T liquid_c // Liquid (value = 1 means yes and value = 2 means no - value = 0 means 'undefined') Note: This new NS_INST_SERIES_MIFID2 is only sent for Instruments Series having override values configured. If any of the fields defined in this struct has value = 0, it means that the value defined at Instrument Class level applies. 2.8 Market Maker Obligations Stressed Market Description Market Maker Obligations shall be updated to include information if defined Price Quotation Responsibility is valid during Normal Trading or Stressed Market condition Messages DQ135/DA135, BU Structure New UINT8 field (valid_during_market_condition_c) in named structure ns_price_quote_resp: /* NAMED STRUCT = */ typedef struct ns_price_quote_resp 7

8 { series_t series; uint16_t resp_fulfilled_n; uint16_t min_hold_time_n; char mm_resp_type_c; uint8_t valid_during_market_cond_c; char filler_2_s [2]; } ns_price_quote_resp_t; 2.9 Allow sub-lis Trade Reporting Description Allow sub-lis trade reporting field will be available in the reference data for Trade Report Messages DQ45/DA Structure Structure ANSWER_TRADE_REPORT_TYPES will be extended with the following field: UINT8_T allow_sub_lis_c //Allow sub-lis trade reporting 3. Order Management 3.1 OM_EXCHANGE_INFO structure Description Due to requirements for order record keeping, transaction reporting and Trader ID, new fields will be added to the overlay structure OM_EXCHANGE_INFO, as a consequence the field exchange_info_s needs to be extended to 64 bytes. This is a mandatory change Structure The overlay structure OM_EXCHANGE_INFO will have new fields added: - Client identification code [32-bit unsigned integer/short code] - Investment decision within firm [32-bit unsigned integer/short code] - Execution within firm [32-bit unsigned integer/short code] - Client identification qualifier [1 byte] - Investment decision qualifier [1 byte] - Execution within firm qualifier [1 byte] - Trader ID [6 chars] - DEA-flag [1 byte enumerated value] (This shall not be set in the incoming transactions. It will be populated from the reference data configuration on the Trader ID.) - Risk reducing indicator [1 byte enumerated value] (Commodities risk reducing indicator for MIFID reporting) - Filler [9 bytes for future use] 8

9 Order capacity The existing field Order Capacity will allow two new values, 8-9. It is no longer allowed to set the Order Capacity to zero (0). In the context of Order Record Keeping the following Order Capacity mapping will be done downstream from Genium INET: Description OMnet MiFID II Order capacity Trading Capacity Not allowed for orders 0 N/A N/A Agent 1 AOTC false Principal 2 DEAL false Acting as Market Maker or Specialist 3 DEAL true Issuer holding 4 AOTC false Issue Price Stabilization 6 AOTC false Riskless principal 7 MTCH false Agent + liquidity provision 8 (new) AOTC true Riskless principal + liquidity provision 9 (new) MTCH true Liquidity Provision activity Short codes Six different short codes series are supported. 1. Client identification Firm or legal entity 2. Client identification Natural person 3. Investment decision within firm Algorithm 4. Investment decision within firm Natural person 5. Execution within firm Algorithm 6. Execution within firm Natural person For each short code field, a qualifier will be included to indicate which of the two valid short code series are used. Valid qualifier values are: 22 = Algorithm 23 = Firm or legal entity 24 = Natural person The values are chosen to align with the values defined in FIX Messages The above structure is used in the following messages: Queries External Proxy Name Total orders MQ8/MA43 MQ392/MA43 Total Order MQ9/MA44 MQ393/MA44 Total Inactive Order 9

10 MQ32/MA32 MQ416/MA32 Total Session State Type Order MQ48/MA48 MQ432/MA48 Query Own Stop Orders MQ434/MA50 MQ90/MA100 MQ396/MA100 + MQ474/MA100 MQ100/MA100 MQ397/MA100 MQ50 With Trader ID QUERY Own Linked Order Proxy orders MQ5/MA8 Proxy Order MQ34/MA34 MQ47/MA47 Own Inactive Linked Order Proxy Session State Type Order Proxy Query Stop Order MQ49/MA49 MQ433/MA49 Query Inactive Stop Orders BO5 recovery MQ151/MA151 Order Broadcast MQ154/MA154 Trade recovery CQ10/CA10 CQ11/CA11 Order Broadcast Proxy Query missing trade Query missing trade historical Trade reports MQ78/MA78 MQ398/MA334 Trade Reports, Unmatched MQ80/MA80 Transactions External Proxy Order entry MO31 MO415 Order Entry MO41 MO425 Stop Order MO2 Trade Reports Counterpart, Unmatched Multi Leg Order Entry MO90 MO474 Linked Order MO37 MO421 Two-Sided Price Quotation Order update MO33 MO417 Alteration MO43 MO427 Alter Stop Order MO100 MO484 Alter Linked Order Order delete MO4 MO388 Order Deletion MO40 MO424 Inactive Deletion MO44 MO428 Delete Stop Order Trade reports MO74 Trade Report Deletion, Unmatched MO75 MO459 Trade Report MO76 Broadcasts Message Name BO5 BO55 Firm Order Book Trade Report Notification Trade Report, Two-Sided 10

11 BD6 Dedicated Trade Information Remarks It is not possible to change Client identification code, Investment decision within firm, Execution within firm using order update transaction. Those fields are not relevant on order cancel transactions. On Trade Report Notifications (BO55/MQ80), the Order Record Keeping fields above, trader ID, and capacity will be blank. 3.2 Circuit Breaker Triggering information Description The user whose order or quote triggers a circuit breaker will be informed about this through a BO5 [Firm Order Book] broadcast Structure and Messages A new VIM struct will be added to the BO5 broadcast with the following information: struct series struct trading_code (owner of the order) bid_or_ask_c [UINT8] order ID This new VIM struct will also be added to the answers to the BO5 related queries MQ151 and MQ Trade Report Originator Description A Trade Report Originator free text field is added to identify the entering part in double sided and proxy trade report transactions Structure and Messages The Trade Report Originator [char 16] is added to the following structures: - TRADE_REPORT_2_TRANS (MO76, BO5, MA151 answer to MQ151, MA154 - answer to MQ154) - TRADE_REPORT_1_TRANS_P (MO459, BO5, MA151, MA154) The Trade Report Originator will be a free text field with no validation. 3.4 Quotes Description New fields are added to MO96 Mass Quote Transaction. 11

12 The existing quote transaction MO36 is obsolete and shall no longer be used. This applies to the proxy version of the transaction as well (MO420). Note that MO37 is only possible to use for Commodities. This is a mandatory change Structure and Messages The following fields are added to struct MASS_QUOTE_TRANS in MO96: - Investment decision within firm [32-bit signed integer/short code] - Execution within firm [32-bit signed integer/short code] - Investment decision qualifier [1 byte] (22 = Algorithm or 24 = natural person) - Execution within firm qualifier [1 byte] (22 = Algorithm or 24 = natural person) - Trader ID [6 chars] - ex_client_s [10 chars] 3.5 Indicative quotes Due to requirements for order record keeping, transaction reporting and Trader ID, a new structure QUOTE_RECORD_KEEPING will be added to the MO97/MO481. The first quote_record_keeping struct in the message will be used for all indicative quotes in the transaction. Subsequent quote_record_keeping structures are ignored. This is a mandatory change. 3.6 Post Trade Transparency flags Description Benchmark transaction flag (BENC) and Agency Cross transaction flag (ACTX) can be set in Trade Report transactions and will be available in Firm Order book messages. This is a mandatory change Messages Messages affected: MQ78/MA78, MQ334, MQ398/MA334, Trade Reports, Unmatched MQ80/MA80, MQ336 Trade Reports Counterpart, Unmatched MO75, MO331, MO459 Trade Report MO76, MO332 Trade Report, Two-Sided BO5 Firm Order Book broadcast MQ151/MA151 Order Broadcast Query Structure Structures to be extended with Benchmark trade flag and Agency Cross transaction flag: ANSWER_TRD_REPORT ANSWER_TRD_REPORT_PARTY TRADE_REPORT_1_TRANS 12

13 TRADE_REPORT_1_TRANS_P TRADE_REPORT_2_TRANS Fields to be added: Benchmark Trade flag [UINT8] Agency Cross Trade Flag [UINT8] 3.7 Multi Leg Trade Report Description New Multi Leg Trade Report transactions will be added as a way to report package transactions (TPAC): Double sided Multi trade report transaction One-Sided Multi leg trade report transaction One-sided Multi leg trade report broadcast One-sided Multi leg trade report query, Unmatched One-sided Multi leg trade report query, Counterpart Unmatched The existing Trade Report transaction MO77 Combination Trade Report is obsolete and shall no longer be used. This is a mandatory change Structure and Messages New two-party multileg trade report transaction (max number of legs: 10) with following fields: Series Trade report type Date of agreement Time of Agreement Deferred publication Benchmark transaction flag Agency cross transaction flag Trade report originator (optional free text) Struct buyer o struct party //This is the buyer o ex_client_s o customer_info_s o struct exchange_info_s o open_close_req_c o give_up_member Struct seller o struct party //This is the seller o ex_client_s o customer_info_s o struct exchange_info_s o give_up_member o open_close_req_c 13

14 Items o o o o struct series Quantity Premium Leg side (as defined or opposite) New one-party multileg trade report transaction (max number of legs:10) with following fields: Series Trade report type Date of agreement Time of Agreement Deferred publication Benchmark transaction flag Agency cross transaction flag Bid or Ask Customer_info_s ex_client_s Struct party //this is the counterpart Struct exchange_info_s give_up_member open_close_req_c Items o struct series o Quantity o Premium o Leg side (as defined or opposite) The related multileg trade report counterparty notification broadcast,queries and unmatched Trade Report delete will also be added. A copy of the information send at entry and leg number will be added in new structure in BO Market Maker Messages Description New value in bid_or_ask_c field in MC4 and corresponding broadcast MI4 to indicate request for cross Structure and Messages New value in bid_or_ask_c field in struct quote_request_vol: 3 = Cross Request 3.9 Trade Report Notification Description The BENC and ACTX will be sent in the notification to counterparty for one-party Trade Reports (BO55). 14

15 3.9.2 Structure and Messages For BO55 the filler_2s in struct trade_report_base is replaced by: UINT8_T benchmark_trade_c // Benchmark or Reference Price Trade UINT8_T agency_cross_transaction_c // Agency cross transaction flag 3.10 Extended Order Record Keeping fields in Indicative Quotes Description Extended order record keeping fields will be available in the Indicative Quote messages Messages MO97/MO Structures A new structure, QUOTE_EXTENDED_RECORD_KEEPING, will be added, to be used in the indicative quotes messages. The structure will contain: UINT32_T client_id_code_i // Client Identification Code UINT8_T client_id_code_qual_c //Client Id Code Qualifier UINT8_T order_capacity_c // Order Capacity 4. Exceptional Market State Description New query transaction and corresponding broadcast to return exceptional market state similar to the transactions used for stressed markets (MQ130 and BI620) Structure and Messages New Exceptional Circumstances Query and Answer shall be added with the following structure: Series Items o Series o Exceptional Circumstances [UINT8] New Exceptional Circumstances Broadcast shall be added with the following structure: Commodity Exceptional Circumstances [UINT8] 5. Trading and Market Information 5.1 Public Trade Ticker Description The Public Trade Ticker shall be updated to include fields in order to fulfil MiFID II post-trade transparency requirements. The FIX Market Model Typology (MMT) efficient format will be used. For a reference to FIX MMT, please see: 15

16 Messages and Structures Messages affected: BD70, BD71, TR70, TR71 Structure: New structure to be added MIFID_TRADE_TICKER New fields to be added to structure MIFID_TRADE_TICKER o Market Model Typology [char 14] o Venue of Execution [char 4]. Values: o [MIC Code] Market MIC code (segment MIC) for CLOB matched trades or for manually reported trades with trade report types for which the Venue of Execution attribute is set to MIC Code. SINT For manually reported trades with trade report types for which the Venue of Execution attribute is set to SINT. XOFF For manually reported trades with trade report types for which the Venue of Execution attribute is set to XOFF. Notional Amount [INT64] 5.2 Order Book Levels Note that the messages BO14 [Order Book Levels]/IQ18have a struct OB_LEVELS_NO_OF_ORDERS. This struct will be activated in order to publish the number of Orders per Order Book level. 6. Trade and Position Management 6.1 Trade Information New fields in OM_EXCHANGE_INFO Description The new fields added to OM_EXCHANGE_INFO (described in the chapter Order Management) impact the size of exchange_info_s and exchange_info_cl_s (new size is 64 bytes). This is a mandatory change Messages and Structures exchange_info_s is used in struct CL_TRADE_BASE_API (messages: BD6, CA10 VIA answer to CQ10, CA11 VIA answer to CQ11). exchange_info_s is used in struct STANDARD_TRADE_REPORT (messages KB1, KC1, KA1 VIA - answer to KQ1, KA2 VIA - answer to KQ2, KA3 VIA - answer to KQ3 exchange_info_cl_s is used in message CA51 the answer to CQ51. 16

17 passthrough_s is removed from struct CL_TRADE_SECUR_PART since this information was similar to exchange_info_s sent in CL_TRADE_BASE_API (messages: BD6, CA10 VIA answer to CQ10, CA11 VIA answer to CQ11) New struct with extra MIFID information Description Due to requirements for transaction reporting, new fields will be added to the Dedicated Trade Information Stressed Market flag shall indicate if the trade was executed during stressed market condition Messages and Structures A new struct CL_TRADE_REGDATA will be added to BD6, CA10 - CQ10 answer and CA11 - CQ11 answer with the following fields: - Market Model Typology [char 14] - Venue of Execution [char 4] (same values as described under Public Trade Ticker) - Trade Report Originator [char 16] - Stressed Market [UINT8] 6.2 Rectify Deals/Trades Description In some circumstances it will be possible to amend more values in Rectify Deal or Rectify Trades. CC19 Cancel Trade will be descoped, CD31 should be used instead. This is a mandatory change Messages and Structures CD31 Rectify Deal struct will have new fields for: Benchmark flag Agency cross flag Time of agreement date Time of agreement time CD27/CD28 Rectify Trade ITEM array will have a new field: order_capacity_c [UINT8] 6.3 Give-ups Description The Directed Give-up broadcast will contain the overlay structure OM_EXCHANGE_INFO. This will allow to get the clean price for Repos. This is a mandatory change. 17

18 6.3.2 Messages and Structures New struct added to CL_GIVE_UP_API: struct exchange_info_s // Internally overlayed structure: OM_EXCHANGE_INFO This affects the broadcast BD29 [Directed Give Up] and the answer to the related queries CQ76 [Give Up Query] and CQ77 [Give Up History Query]. New struct added to to item array in ANSWER_GIVE_UP_REQUEST: struct exchange_info_s // Internally overlayed structure: OM_EXCHANGE_INFO This affects the answer to CQ61 [Holding Give Up Request Query]. The maximum number of array items in CA61 will change from 420 to OTC Trade Reports Time of Agreement for Swaps and TM FRA Trade Reports Description It should be possible to specify Time of agreement (date and time) when entering a swap or TM FRA trade report. This is a mandatory change Structures The existing OTC_IRS_TRADE_REPORT and OTC_FRA_TRADE_REPORT structs will be extended with two new fields: Time of agreement date Time of agreement time Messages The following messages will be affected: KB1 Directed OTC Trade Report KB14 Directed OTC Give Up KC1 Rectify OTC Trade Report KO1 Enter OTC Trade Report KQ1 OTC Trade Report Query KQ2 OTC Trade Report Query KQ3 OTC Trade Report Version Query KQ14 Query OTC Give Up Request Query KQ15 Query Simulate Netting OTC Trade Report 18

19 6.4.2 More Details about Pre-novation Results Description There will more details sent with the pre-novation results in order to help in case of pre-novation reject by giving the trade details together with the deficit amount and Margin account Messages and Structures KB10 (OTC Trade Operation on Hold) and KQ10 (Query OTC Trade Operation) will be extended with a new VIM struct that contains the following information: Trade report number MRA account Total surplus/deficit Base currency CB146 (CL OTC Trade Operation Rejected) and CQ146 (Query CL OTC Trade Operation) will be extended with a new VIM struct that contains the following information: MRA account Base currency The new VIM structs will only be included if the recipient is the holder of the position account for the trade report External Affirmation of Swaps and TM FRA Description Swaps and TM FRA OTC Trades affirmed by brokers outside Genium INET will be flagged Structures affirmation_state_c will be extended with a new allowed value called "Externally Affirmed by Party". affirmation_state_c is included in the OTC_TRADE_REPORT_DATA struct Messages The following messages will be affected: KB1 Directed OTC Trade Report KB14 Directed OTC Give Up KQ1 OTC Trade Report Query KQ2 OTC Trade Report Query KQ3 OTC Trade Report Version Query KQ5 Trade Report Termination Query KQ14 Query OTC Give Up Request Query 19

20 6.5 Query Holding Rectify Trade/Deal Description The information that can be changed in Rectify Trade/Rectify Deal has been added to the answers to CQ15 Query Holding Rectify Trade and CQ 16 Query Holding Deal This is a mandatory change Messages and Structures Struct answer_rectify_ext_cont (CQ15) Struct answer_rectify_d, rectify_deal_part (CQ16) 7. EMIR reporting 7.1 Unique Trade Identifier (UTI) in API Trade UTI Description The new EMIR ITS requires that the UTI is generated by the CCP at the point of clearing of the trade and communicated to the counterparty in a timely manner. The API is therefore updated to include the UTI for trades in trade confirmations. A new field will be added to the Dedicated Trade Information Messages and Structures A new struct TRADE_UTI added to BD6, CA10 - CQ10 answer and CA11 - CQ11 answer, will contain the Trade UTI and Action Type (however Action Type will be in BD6, CA10 and CA11) Trade UTI in OTC Trades Description The new EMIR ITS requires that the UTI is generated by the CCP at the point of clearing of the trade and communicated to the counterparty in a timely manner. The API is therefore updated to include the UTI for trades in trade confirmations. A new field will be added to the Directed OTC Trade Report Messages and Structures A new struct TRADE_UTI added to KB1, KA1 - KQ1 answer, KA2 - KQ2 answer and KA3 - KQ3 answer, will contain the Trade UTI and Action Type Position UTI Description This change is mandatory, as CQ3 is not implemented with VIQ/VIA concept. The position query is updated to include the CCP generated position UTI for EMIR transaction reporting. A new field will be added to the Position Query CQ3. 20

21 Messages and Structures A new field will be added to the CA3 CQ3 answer: - Position UTI 8. Deal Source Changes The table below lists the deal sources applicable with the new release. New or changed information is marked in red. Name in API Guide deal_source_n desc_long_s desc_abbreviated_s Transaction/Scenario deal_source_auto 1 Electronically Matched deal_source_manually 2 Manually Matched AUTO MANUAL Trades from orders and quotes (MO31, MO37, MO96) Off-book trades from manual exchange system deal_source_manually_combo New number 45 Manually Matched, Combination MANUAL Off-book strategy trades from manual exchange system deal_source_outside New number 46 Negotiated Outside Exchange OFF-BOOK Off-book trades registered by members (MO75, MO76) deal_source_outside_combo New number 39 Negotiated Outside Exchange, Combination OFF-BOOK Off-book strategy trades registered by members (New multi-leg transactions) deal_source_auto_combo 7 Electronically Matched, Combination deal_source_open_allocation 20 Electronically Matched, Auction deal_source_tm_combo 36 Electronically Matched, Tailor Made Combination COMBO AUCTION TMC Trades from orders and quotes in standardised combinations (MO31) Trades from orders and quotes in auction uncross (MO31, MO37, MO96) Trades from orders and quotes in tailormade combinations (MO31, MO37, MO96) 21

22 9. Impact on Reports 9.1 OTC Trades Time of agreement (date and time) is added to the reports: OTC Trade Detail Interest Rate Trades 10. Market Status 10.1 Instrument Status Information Description New EventID shall be added to BI41 and UQ15. Existing filler_2_s field shall be changed to UINT16. The EventID field shall only be used for Nasdaq internal purposes. 11. Collateral Management 11.1 Collateral Evaluations Description There is a new field (TO_DATE_S) in FQ17. This is a mandatory field Messages and Structures New field TO_DATE_S added to Struct QUERY_COLLATERAL_EVALUATION_RUN used in FQ Revision History Date Revision Change Description Published in IT Notice: IT Genium INET MiFID II Project Update (12/17) Added CD28 to the list of impacted messages Descoped CC19 used by Fixed Income cash MO37 is only possible to use for Commodities. Added numbers for the new deal sources Changed struct names of UTI Update BI41/UQ15 with new EventID field that will replace existing filler_2_s field. Only for Nasdaq internal use Added Action type field to TRADE_UTI struct Added override values for Liquidity Flag, Minimum Block Trade Size, Minimum Deferral Size in Reference Data. Added changes to FQ17. Clearified that OB_LEVELS_NO_OF_ORDERS is also available in IQ18. 22

23 Date Revision Change Description In OM_EXCHANGE_INFO 3 bytes are taken from the filler in order to qualify the short codes Client identification qualifier [1 byte], Investment decision qualifier [1 byte], Execution within firm qualifier [1 byte]. MO96: added fields Investment decision qualifier [1 byte], Execution within firm qualifier [1 byte]. MO97: added struct QUOTE_RECORD_KEEPING MC4/MI4: New possible value in bid_or_ask_c field CQ61: added struct OM_EXCHANGE_INFO Added UINT8 field (valid_during_market_condition_c) in named structure ns_price_quote_resp DQ135/DA135 BU Changes to EXCHANGE_INFO, DQ45, BO55, MO97, CQ15, CQ16, BO121. Added a new Multileg transaction 23

Fixed Income Cash Markets Genium INET Functional Changes. Document Updated:

Fixed Income Cash Markets Genium INET Functional Changes. Document Updated: Fixed Income Cash Markets Genium INET 5.0.0201 Functional Changes Document Updated: 2017-09-14 Contents 1 Introduction 3 2 Manual trade reports on exchange 3 2.1 Manual trade reports 3 2.2 Deferred Trade-Publication

More information

Nasdaq Commodities Europe

Nasdaq Commodities Europe Upcoming Functional Changes Genium INET 5.0.0201 Revision 1.2 17 Oct 2017 2017 Nasdaq, Inc. All Rights Reserved. Copyright 2017, Nasdaq, Inc. All rights reserved. All content in this document is owned,

More information

Nasdaq Commodities Europe

Nasdaq Commodities Europe Upcoming Functional Changes Genium INET 5.0.0201 Revision 1.0 15 Sep 2017 2017 Nasdaq, Inc. All Rights Reserved. Copyright 2017, Nasdaq, Inc. All rights reserved. All content in this document is owned,

More information

Fixed Income Cash Markets Genium INET Functional Changes. Document Updated:

Fixed Income Cash Markets Genium INET Functional Changes. Document Updated: Fixed Income Cash Markets Genium INET 5.0.0201 Functional Changes Document Updated: 2017-10-12 Revision History 2017-09-14 1.0 Initial description 2017-10-12 1.1 Updates to implementation dates for Circuit

More information

ASX Trade Q and Q Releases Appendices to ASX Notice

ASX Trade Q and Q Releases Appendices to ASX Notice ASX Trade Q1 2015 and Q2 2015 Releases Appendices to ASX Notice Table of Contents 1. APPENDIX 1: TECHNICAL DESCRIPTION OF ASX TRADE Q1 2015 AND Q2 2015 RELEASE ENHANCEMENTS... 4 1.1. CROSSING DEALING CAPACITY...

More information

Genium INET Market Model

Genium INET Market Model Fixed Income Derivatives Nasdaq Derivatives Markets Revision [1.0] 24 Nov 2017 2017 Nasdaq, Inc. All Rights Reserved. Document History Revision Published Author(s) Summary of Changes 1.0 [24 11 2017] Fixed

More information

TAILOR MADE COMBINATIONS. Functional Reference

TAILOR MADE COMBINATIONS. Functional Reference TAILOR MADE COMBINATIONS Functional Reference Contents Tailor made combinations 2 DOCUMENT HISTORY Date Version Comment 2014-01-31 1.0 First version. 2014-04-10 1.1 Correction of ITCH message type for

More information

Genium INET. ITCH Protocol Specification NFX. Version:

Genium INET. ITCH Protocol Specification NFX. Version: Genium INET ITCH Protocol Specification NFX Version:..235 Document ID: Documentation Release: Release Date: Publication Date: ITCH_ProtSpec_9 GENIUM_Product_a2000 206-0-7 206-0-7 All content in this document

More information

APPENDIX 1: NASDAQ APA SERVICE DESCRIPTION

APPENDIX 1: NASDAQ APA SERVICE DESCRIPTION APPENDIX 1: NASDAQ APA SERVICE DESCRIPTION About APA MiFID II introduces a requirement for all investment firms to publish OTC trades executed outside the rules of a trading venue. This requirement was

More information

ASX Trade Broadcasts OI Version Q Release

ASX Trade Broadcasts OI Version Q Release ASX Trade Broadcasts OI Version 3.0-0115 Q 015 Release Information Classification - Public Table of Contents 1. INTRODUCTION... 8 1.1. SOFTWARE DISTRIBUTION RESTRICTIONS... 8 1.. SUPPORTED PLATFORMS...

More information

CLEARING OF OTC TRADES IN LISTED EQUITY DERIVATIVES SERVICE DESCRIPTION

CLEARING OF OTC TRADES IN LISTED EQUITY DERIVATIVES SERVICE DESCRIPTION CLEARING OF OTC TRADES IN LISTED EQUITY DERIVATIVES SERVICE DESCRIPTION INTRODUCTION As a response to the changes in market structure brought about by the MiFID2/R Nasdaq is extending the current OTC clearing

More information

CLEARING OF OTC TRADES IN LISTED EQUITY DERIVATIVES SERVICE DESCRIPTION

CLEARING OF OTC TRADES IN LISTED EQUITY DERIVATIVES SERVICE DESCRIPTION CLEARING OF OTC TRADES IN LISTED EQUITY DERIVATIVES SERVICE DESCRIPTION INTRODUCTION As a response to the changes in market structure brought about by the MiFID2/R Nasdaq has extended the current OTC clearing

More information

DCASS OAPI Certification Test Application / Confirmation Form

DCASS OAPI Certification Test Application / Confirmation Form DCASS-Form 11 DCASS OAPI Certification Test Application / Confirmation Form To : Clearing Operations - Cash & Derivatives Clearing 30/F, One Exchange Square, 8 Connaught Place, Central, Hong Kong Tel:

More information

Market Model. Nasdaq Nordic, Nasdaq Baltic and First North Bond Markets Genium INET Fixed Income. Nasdaq Nordic Market Model FI 5.

Market Model. Nasdaq Nordic, Nasdaq Baltic and First North Bond Markets Genium INET Fixed Income. Nasdaq Nordic Market Model FI 5. Model Nasdaq Nordic, Nasdaq Baltic and First North Bond s Genium INET Fixed Income Nasdaq Nordic Model FI 5.1 3 January 2018 Table of Contents Table of Contents... 2 Definitions... 4 1 Introduction...

More information

Market Model. Nasdaq Nordic, Nasdaq Baltic and First North Bond Markets Genium INET Fixed Income. Nasdaq Nordic Market Model FI 5.

Market Model. Nasdaq Nordic, Nasdaq Baltic and First North Bond Markets Genium INET Fixed Income. Nasdaq Nordic Market Model FI 5. Market Model Nasdaq Nordic, Nasdaq Baltic and First North Bond Markets Genium INET Fixed Income Nasdaq Nordic Market Model FI 5.2 11 June 2018 Table of Contents Table of Contents... 2 Definitions... 4

More information

Genium INET Market Model

Genium INET Market Model Nasdaq Derivatives Markets Equity Derivatives Trading Revision 2.0 20 Nov 2017 Revision History Date Revision Change Description 20 November 2017 2.0 MiFID II version of Genium INET Market Model document

More information

Genium INET Market Model

Genium INET Market Model Equity Derivatives Trading Revision 2.5 20 Aug 2018 Revision History Date Revision Change Description 20 November 2017 2.0 MiFID II version of Genium INET Market Model document for Equity Derivatives trading

More information

London Stock Exchange. Millennium Exchange MiFID II Deployment Guide

London Stock Exchange. Millennium Exchange MiFID II Deployment Guide London Stock Exchange Millennium Exchange MiFID II Deployment Guide Issue 3.0 28 December 2017 Contents 1.0 Purpose 5 2.0 Document History 6 3.0 References to MiFIR / MiFID II documentation published

More information

Client FIX Specification Modifications for MiFID II/R Equity/Equity-Like & FFO Instruments

Client FIX Specification Modifications for MiFID II/R Equity/Equity-Like & FFO Instruments Introduction This document outlines the changes to our FIX messaging specifications being implemented to support MiFID II/R for equity (and equity-like) and FFO instruments. Much of the material here is

More information

ISE OBOE Release 1.2. OBOE Market Model. Publication Date 8 th May 2018 Release Date 1 st March Version: 1.4

ISE OBOE Release 1.2. OBOE Market Model. Publication Date 8 th May 2018 Release Date 1 st March Version: 1.4 ISE OBOE Release 1.2 OBOE Market Model Version: 1.4 Publication Date 8 th May 2018 Release Date 1 st March 2018 ISE OBOE powered by Deutsche Börse 7 Market Technology Contents 1 Introduction 4 2 Overview

More information

Revised trade reporting requirements under EMIR June 2017

Revised trade reporting requirements under EMIR June 2017 Revised trade reporting requirements under EMIR June 2017 Background Article 9 of the European Market Infrastructure Regulation (EMIR) requires counterparties to report details of any derivative contract

More information

Cboe Europe Last Sale Specification

Cboe Europe Last Sale Specification Cboe Europe Last Sale Specification Version 1.3 19 July 2017 Cboe Europe Limited is a Recognised Investment Exchange regulated by the Financial Conduct Authority. Cboe Europe Limited is an indirect wholly-owned

More information

ITCH for Genium INET PROTOCOL SPECIFICATION. Revision

ITCH for Genium INET PROTOCOL SPECIFICATION. Revision ITCH for Genium INET PROTOCOL SPECIFICATION Revision 0.4 2015-09-21 CONFIDENTIALITY/DISCLAIMER Genium, INET, ITCH, CONDICO, EXIGO, and TradeGuard are registered trademarks of Nasdaq, Inc. X-stream Trading,

More information

Turquoise. Millennium Exchange MiFID II Deployment Guide Proposal

Turquoise. Millennium Exchange MiFID II Deployment Guide Proposal Turquoise Millennium Exchange MiFID II Deployment Guide Proposal Issue 1.2 29 December 2017 Contents 1.0 Purpose 4 2.0 Document History 5 3.0 References to MiFIR / MiFID II documentation published by

More information

Genium INET Market Model Nasdaq Commodities

Genium INET Market Model Nasdaq Commodities Genium INET Market Model Nasdaq Commodities Version 4.1 Valid from January 2, 2018 1(62) Table of Contents Revision History... 5 Definitions... 9 1 Introduction... 10 2 Overview of the commodity markets...

More information

Trading Manual. Zagreb, 27 December 2017

Trading Manual. Zagreb, 27 December 2017 Zagreb, 27 December 2017 DISCLAIMER: Please note that this is a convenience translation of the which serves for information purposes only. The original Croatian text is binding in all respects. Contents:

More information

ESMA Consultation Paper on Review of the technical standards on reporting under Article 9 of EMIR (10 November 2014 ESMA/2014/1352)

ESMA Consultation Paper on Review of the technical standards on reporting under Article 9 of EMIR (10 November 2014 ESMA/2014/1352) E u r e x C l e a r i n g R e s p o n s e t o ESMA Consultation Paper on Review of the technical standards on reporting under Article 9 of EMIR (10 ) Frankfurt am Main, 09 February 2015 Acronyms Used CM

More information

Appendix n: Manual Trades

Appendix n: Manual Trades Early draft proposal for INET Nordic Market Model version effective as of January 3, 2017 Appendix n: Manual Trades For trading on-exchange, the Member can either make Trades in the Order Book or outside

More information

Nasdaq ISE (ISE) Port

Nasdaq ISE (ISE) Port Tech / Trade / Intel / List Nasdaq ISE (ISE) Port Request Form Please email the completed form to Subscriber@nasdaq.com or fax to +1 212 231 5426 ISE Member Firm Service Bureau Request Type Add Remove

More information

Genium INET PRM User's Guide

Genium INET PRM User's Guide TM Genium INET NASDAQ Nordic Version: 4.0.0250 Document Version: 11 Publication Date: Wednesday, 6th May, 2015 Confidentiality: Non-confidential Whilst all reasonable care has been taken to ensure that

More information

Trading Manual. Zagreb, December 2018

Trading Manual. Zagreb, December 2018 Zagreb, December 2018 DISCLAIMER: Please note that this is a convenience translation of the which serves for information purposes only. The original Croatian text is binding in all respects. Contents:

More information

BME markets Transaction Reporting Service. TRS v 2.1

BME markets Transaction Reporting Service. TRS v 2.1 BME markets Transaction Reporting Service TRS v 2.1 8 Jun 2018 Contents 1. BME markets transaction reporting service... 4 Introduction... 4 Notification of transaction reporting records to the competent

More information

Effective date: 1 October Trading Appendix 8 Block Trade Facility Procedures. Commodity Derivatives. Issued by Nasdaq Oslo ASA

Effective date: 1 October Trading Appendix 8 Block Trade Facility Procedures. Commodity Derivatives. Issued by Nasdaq Oslo ASA Trading Appendix 8 Block Trade Facility Procedures Commodity Derivatives Issued by Nasdaq Oslo ASA Effective date: 1 October 2018 COPYRIGHT NASDAQ OSLO ASA 1 (7) BLOCK TRADE FACILITY PROCEDURES PART A:

More information

Genium INET Market Model Nasdaq Commodities

Genium INET Market Model Nasdaq Commodities Genium INET Market Model Nasdaq Commodities Version 3.8 Valid from November 20, 2017 1 1 Please see MiFID II Functionality Activation Guide for INET and Genium INET for details of activation http://www.nasdaqomx.com/transactions/technicalinformation/geniuminet/enhancements/genium-inet-mifid-ii-

More information

MiFID II: The Unbundling ISITC Meeting

MiFID II: The Unbundling ISITC Meeting MiFID II: The Unbundling ISITC Meeting Nick Philpott 18 September 2017 0 Salmon is illiquid ESMA December 2014 Consultation Paper on MiFID II / MiFIR, p. 141 https://www.esma.europa.eu/press-news/consultations/consultation-mifid-iimifir

More information

Millennium Exchange - Oslo Børs cash equities and fixed income markets. OSLMIT Oslo Børs and Nordic ABM Market Model Fixed Income

Millennium Exchange - Oslo Børs cash equities and fixed income markets. OSLMIT Oslo Børs and Nordic ABM Market Model Fixed Income Millennium Exchange - Oslo Børs cash equities and fixed income markets OSLMIT Oslo Børs and Nordic ABM Market Model Fixed Income Issue 6.2 11 October 2017 Valid as of November 2017/January 2018 Important

More information

EMIR Revised Technical standards

EMIR Revised Technical standards REGIS-TR EMIR Revised Technical standards Overview on Revised Technical Standards Article 9 EMIR Article 81 EMIR Applicable Technical Standards (RTS and ITS) drafted in 2012 and 2013 Detection of deficiencies

More information

Market Maker Protection Model

Market Maker Protection Model Market Maker Protection Model NASDAQ OMX Derivatives Markets Equity Derivatives Version 1.1 May 21, 2010 1(16) Table of Contents 1 Introduction... 5 2 Solution summary... 6 3 Parameters... 6 3.1 Exposure

More information

Technical Specification November Reconciliation Files

Technical Specification November Reconciliation Files Reconciliation Files Table of Contents 1.0 Change History 3 2.0 Introduction 4 2.1 4 Purpose 4 3.0 Content 4 3.1 File Format 6 3.2 ORD_[MARKET]_MEMBER_DATE 6 3.3 TRD_[MARKET]_MEMBER_DATE 14 4.0 Connectivity

More information

Technical Specifications 01 November January SOLA Derivatives HSVF Market Data. SOLA 12 Drop 4: V November 2018

Technical Specifications 01 November January SOLA Derivatives HSVF Market Data. SOLA 12 Drop 4: V November 2018 Technical Specifications 01 November 201827 January 2014 SOLA Derivatives HSVF Market Data SOLA 12 Drop 4: V9.0 01 November 2018 1 1 Introduction 7 1.1 Purpose 7 1.2 Readership 7 1.3 Revision History 7

More information

London Stock Exchange Derivatives Market. MiFID II Deployment Guide Proposal

London Stock Exchange Derivatives Market. MiFID II Deployment Guide Proposal London Stock Exchange Derivatives Market MiFID II Deployment Guide Proposal Issue 1.1 28 August 2017 Contents 1.0 Purpose 5 2.0 Document History 6 3.0 References to MiFIR / MiFID II documentation published

More information

FIA MiFID II Exchange Readiness Questionnaire

FIA MiFID II Exchange Readiness Questionnaire Communication and Collaboration FIA MiFID II Readiness Questionnaire A.1 What are your plans for communicating MiFID II updates to your members and participants during 2017? The consultation period for

More information

ANNEX. to the COMMISSION DELEGATED REGULATION (EU).../...

ANNEX. to the COMMISSION DELEGATED REGULATION (EU).../... EUROPEAN COMMISSION Brussels, 19.10.2016 C(2016) 6624 final ANNEX 1 ANNEX to the COMMISSION DELEGATED REGULATION (EU).../... amending Commission Delegated Regulation (EU) No 148/2013 supplementing Regulation

More information

Information regarding MiFID II and MiFIR. Madrid, February 17th, 2017

Information regarding MiFID II and MiFIR. Madrid, February 17th, 2017 Information regarding MiFID II and MiFIR Madrid, February 17th, 2017 GENERAL VISION Ms. BEATRIZ ALONSO-MAJAGRANZAS EQUITY DIRECTOR GENERAL VISION TRANSPARENCY MARKET MICROSTRUCTURE EQUITY DERIVATIVES AND

More information

ESMA consultation on the review of the technical standards on reporting under Article 9 of EMIR

ESMA consultation on the review of the technical standards on reporting under Article 9 of EMIR Amstelveenseweg 998 1081 JS Amsterdam Phone: + 31 20 520 7970 Email: secretariat@efet.org Website: www.efet.org ESMA consultation on the review of the technical standards on reporting under Article 9 of

More information

Nasdaq MRX (MRX) Port

Nasdaq MRX (MRX) Port Nasdaq MRX (MRX) Port Request Form Please email the completed form to subscriber@nasdaq.com or fax to +1 212 231 5426. MRX Member Firm Service Bureau Request Type Add Remove Modify Products SQF FIX Purge

More information

London Stock Exchange Derivatives Market

London Stock Exchange Derivatives Market London Stock Exchange Derivatives Market LSEDM 401 HSVF Market Data Technical Specification (SOLA 11) Issue 5.1 31 March 2017 Contents 1.0 Introduction 6 6.4 Message Type ES: Instrument Schedule Notice

More information

Technical Specifications 19 March SOLA Derivatives HSVF Market Data. SOLA 12: V March 2018

Technical Specifications 19 March SOLA Derivatives HSVF Market Data. SOLA 12: V March 2018 Technical Specifications 19 March 2018 SOLA Derivatives HSVF Market Data SOLA 12: V 6.3 19 March 2018 1 1 Introduction 6 1.1 Purpose 6 1.2 Readership 6 1.3 Revision History 6 2 Overview 8 2.1 Transmission

More information

EXCHANGE RULES AND CLEARING RULES OF NASDAQ DERIVATIVES MARKETS

EXCHANGE RULES AND CLEARING RULES OF NASDAQ DERIVATIVES MARKETS 1 DEFINITIONS AND ABBREVIATIONS The terms (including derivations of such terms) set forth in the following definitions list shall, when used in the Clearing Rules or the Exchange Rules, as the case may

More information

FIA Europe response to ESMA Consultation paper Review of the technical standards on reporting under Article 9 of EMIR

FIA Europe response to ESMA Consultation paper Review of the technical standards on reporting under Article 9 of EMIR FIA Europe response to ESMA Consultation paper Review of the technical standards on reporting under Article 9 of EMIR FIA Europe and its members welcome the publication of the consultation paper and the

More information

Official Journal of the European Union. (Non-legislative acts) REGULATIONS

Official Journal of the European Union. (Non-legislative acts) REGULATIONS 21.1.2017 L 17/1 II (Non-legislative acts) REGULATIONS COMMISSION DELEGATED REGULATION (EU) 2017/104 of 19 October 2016 amending Delegated Regulation (EU) No 148/2013 supplementing Regulation (EU) No 648/2012

More information

Scope, Terms and Conditions of KDPW_CCP Reporting of ETD Transactions to the Trade Repository Operated by KDPW Document history

Scope, Terms and Conditions of KDPW_CCP Reporting of ETD Transactions to the Trade Repository Operated by KDPW Document history Scope, Terms and Conditions of KDPW_CCP Reporting of ETD Transactions to the Trade Repository Operated by KDPW Document history No. Date Section Reason Modification 1 27.01.2014 TRN example on page 7 Incorrect

More information

Reporting Guideline, version 2.1. Members On Exchange trade and Members and Non-Members OTC trade Reporting. November 20, 2017 INET NORDIC

Reporting Guideline, version 2.1. Members On Exchange trade and Members and Non-Members OTC trade Reporting. November 20, 2017 INET NORDIC Reporting Guideline, version 2.1 Members On Exchange trade and Members and Non-Members OTC trade Reporting November 20, 2017 INET NORDIC 1/21 1. General information on reporting 1.1 The Nasdaq Nordic Reporting

More information

Questions and Answers On MiFID II and MiFIR transparency topics

Questions and Answers On MiFID II and MiFIR transparency topics Questions and Answers On MiFID II and MiFIR transparency topics 03 October 2017 ESMA70-872942901-35 Date: 03 October 2017 ESMA70-872942901-35 ESMA CS 60747 103 rue de Grenelle 75345 Paris Cedex 07 France

More information

Tailor Made Combinations. Nordic Equity Derivatives Functional Walkthrough

Tailor Made Combinations. Nordic Equity Derivatives Functional Walkthrough Tailor Made Combinations Nordic Equity Derivatives Functional Walkthrough 1 Intro The Tailor Made Combination (TMC) functionality supports the creation and electronic trading of user-defined strategies

More information

Nasdaq GEMX Port. Request Form. Complete this section when requesting SQF port. Sponsored Access (required)

Nasdaq GEMX Port. Request Form. Complete this section when requesting SQF port. Sponsored Access (required) Nasdaq GEMX Port Request Form Please email the completed form to subscriber@nasdaq.com or fax to +1 212 231 5426. GEMX Member Firm Name Service Bureau Request Type Add Remove Modify Products SQF FIX Purge

More information

NASDAQ Futures, Inc. (NFX) Market Maker Protection & Self-Match Prevention Reference Guide. Version

NASDAQ Futures, Inc. (NFX) Market Maker Protection & Self-Match Prevention Reference Guide. Version NASDAQ Futures, Inc. (NFX) Market Maker Protection & Self-Match Prevention Reference Guide Version 1.02 2015-6-29 CONFIDENTIALITY/DISCLAIMER This Reference Guide is being forwarded to you strictly for

More information

Nasdaq ISE (ISE) Port

Nasdaq ISE (ISE) Port Nasdaq ISE (ISE) Port Request Form Please email the completed form to subscriber@nasdaq.com or fax to +1 212 231 5426. ISE Member Firm Service Bureau Request Type Add Remove Modify Products SQF FIX Purge

More information

Questions and Answers On MiFIR data reporting

Questions and Answers On MiFIR data reporting Questions and Answers On MiFIR data reporting 26 September 2018 ESMA70-1861941480-56 Date: 25 May 2018 ESMA70-1861941480-56 ESMA CS 60747 103 rue de Grenelle 75345 Paris Cedex 07 France Tel. +33 (0) 1

More information

CBOE EUROPE EQUITIES GUIDANCE NOTE 2017 Q2 EXCHANGE RELEASE

CBOE EUROPE EQUITIES GUIDANCE NOTE 2017 Q2 EXCHANGE RELEASE CBOE EUROPE EQUITIES GUIDANCE NOTE 2017 Q2 EXCHANGE RELEASE EFFECTIVE 14TH JULY 2017 VERSION 1.1 Cboe Europe Limited is a Recognised Investment Exchange regulated by the Financial Conduct Authority. Cboe

More information

SIX Swiss Exchange Ltd. Directive 3: Trading. of 24/08/2017 Effective from: 23/10/2017

SIX Swiss Exchange Ltd. Directive 3: Trading. of 24/08/2017 Effective from: 23/10/2017 SIX Swiss Exchange Ltd Directive : Trading of /08/07 Effective from: /0/07 Directive : Trading /0/07 Content. Purpose and principle... I General.... Trading day and trading period.... Clearing day....

More information

Cboe Europe PITCH Specification

Cboe Europe PITCH Specification Cboe Europe PITCH Specification Version 4.15 26 January, 2018 Cboe Europe Limited is a Recognised Investment Exchange regulated by the Financial Conduct Authority. Cboe Europe Limited is an indirect wholly-owned

More information

MARKET MAKING SCHEME FOR EXCHANGE TRADED PRODUCTS

MARKET MAKING SCHEME FOR EXCHANGE TRADED PRODUCTS 20 NOVEMBER 2017 Issue Date: 21 November 2017 EFFECTIVE DATE: 3 January 2018 Document type MARKET MAKING SCHEME FOR EXCHANGE TRADED PRODUCTS 1 1. MAIN PRINCIPLES 1.1 DOCUMENTATION The appointment of each

More information

EXCHANGE RULES AND CLEARING RULES OF NASDAQ DERIVATIVES MARKETS

EXCHANGE RULES AND CLEARING RULES OF NASDAQ DERIVATIVES MARKETS 1 DEFINITIONS AND ABBREVIATIONS The terms (including derivations of such terms) set forth in the following definitions list shall, when used in the Clearing Rules or the Exchange Rules, as the case may

More information

Reporting Guideline, version 2.0. Members On Exchange trade and Members and Non-Members OTC trade Reporting. September 18, 2017 INET NORDIC

Reporting Guideline, version 2.0. Members On Exchange trade and Members and Non-Members OTC trade Reporting. September 18, 2017 INET NORDIC Reporting Guideline, version 2.0 Members On Exchange trade and Members and Non-Members OTC trade Reporting September 18, 2017 INET NORDIC 1/21 1. General information on reporting 1.1 The Nasdaq Nordic

More information

Nasdaq. Commodities Position Reporting MiFID II. Version as of June 26, 2018

Nasdaq. Commodities Position Reporting MiFID II. Version as of June 26, 2018 Nasdaq Commodities Position Reporting MiFID II Version as of June 26, 2018 LEGAL DISCLAIMER The content of this document is subject to change without notice. Nasdaq makes no representations or warranties

More information

1. Indirect Clearing. 2. Straight Through Processing (RTS 26)

1. Indirect Clearing. 2. Straight Through Processing (RTS 26) Whilst FIA Europe continues to analyse ESMA s final draft Regulatory Technical Standards (RTSs) with members, the below list identifies the issues that we recognised to date. The list highlights key issues

More information

ESMA DISCUSSION PAPER MiFID II/MiFIR

ESMA DISCUSSION PAPER MiFID II/MiFIR ESMA DISCUSSION PAPER MiFID II/MiFIR Summary of ESMA s Market Data Reporting Proposals June 2014 1 Contents Transaction reporting (slides 3-18) Instrument reference data (slides 19-21) Maintaining records

More information

BATS Chi-X Europe PITCH Specification

BATS Chi-X Europe PITCH Specification BATS Chi-X Europe PITCH Specification Version 4.5 8th June, 2015 BATS Trading Limited is a Recognised Investment Exchange regulated by the Financial Conduct Authority. BATS Trading Limited is an indirect

More information

EACH response to the ESMA discussion paper Draft RTS and ITS under the Securities Financing Transaction Regulation

EACH response to the ESMA discussion paper Draft RTS and ITS under the Securities Financing Transaction Regulation EACH response to the ESMA discussion paper Draft RTS and ITS under the Securities Financing Transaction Regulation April 2016 1. Introduction...3 2. Responses to specific questions...5 2 1. Introduction

More information

NASDAQ Futures, Inc. (NFX) Mass Quote Protection & Self-Match Prevention Reference Guide

NASDAQ Futures, Inc. (NFX) Mass Quote Protection & Self-Match Prevention Reference Guide Subject to regulatory review, effective for the Open Session on November 1, 2016, the Exchange will implement new Self-Match Prevention ( SMP ) functionality pursuant to regulatory filing SR-NFX-2016-96.

More information

Market Model. Nasdaq Nordic, Nasdaq Baltic and First North Bond Markets Genium INET Fixed Income. Nasdaq Nordic Market Model FI 3.

Market Model. Nasdaq Nordic, Nasdaq Baltic and First North Bond Markets Genium INET Fixed Income. Nasdaq Nordic Market Model FI 3. Market Model Nasdaq Nordic, Nasdaq Baltic and First North Bond Markets Genium INET Fixed Income Nasdaq Nordic Market Model FI 3.5 8 June 2015 Table of Contents Definitions... 4 1 Introduction... 6 2 Overview

More information

NASDAQ Futures, Inc. (NFX) Mass Quote Protection & Self-Match Prevention Reference Guide. Version

NASDAQ Futures, Inc. (NFX) Mass Quote Protection & Self-Match Prevention Reference Guide. Version NASDAQ Futures, Inc. (NFX) Mass Quote Protection & Self-Match Prevention Reference Guide Version 1.05 2017-7-10 CONFIDENTIALITY/DISCLAIMER This Reference Guide is being forwarded to you strictly for informational

More information

SIX Swiss Exchange Ltd. Directive 3: Trading. of 09/11/2017 Effective from: 01/01/2018

SIX Swiss Exchange Ltd. Directive 3: Trading. of 09/11/2017 Effective from: 01/01/2018 SIX Swiss Exchange Ltd Directive : Trading of 09//07 Effective from: 0/0/08 Directive : Trading 0/0/08 Content. Purpose and principle... I General.... Trading day and trading period.... Clearing day....

More information

EXCHANGE RULES OF NASDAQ DERIVATIVES MARKETS

EXCHANGE RULES OF NASDAQ DERIVATIVES MARKETS CONTENTS CHAPTER 2 2.1 The Exchange's exchange activities... 2017-11-20 2.2 Exchange Membership and Exchange Traders... 2018-01-02 2.3 Exchange Listing... 2017-11-20 2.4 Electronic Trading System (EMP)...

More information

Questions and Answers On MiFID II and MiFIR transparency topics

Questions and Answers On MiFID II and MiFIR transparency topics Questions and Answers On MiFID II and MiFIR transparency topics 5 April 2017 ESMA70-872942901-35 Date: 5 April 2017 ESMA70-872942901-35 ESMA CS 60747 103 rue de Grenelle 75345 Paris Cedex 07 France Tel.

More information

Questions and Answers On MiFID II and MiFIR transparency topics

Questions and Answers On MiFID II and MiFIR transparency topics Questions and Answers On MiFID II and MiFIR transparency topics 12 July 2018 ESMA70-872942901-35 Date: 12 July 2018 ESMA70-872942901-35 ESMA CS 60747 103 rue de Grenelle 75345 Paris Cedex 07 France Tel.

More information

Manual of Transaction Reporting of Borsa Italiana

Manual of Transaction Reporting of Borsa Italiana Manual of Transaction Reporting of Borsa Italiana Guidelines for Transaction Reporting by Non-MiFID member firms This document is relevant for members of the trading venues operated and managed by Borsa

More information

10 November InfoNet. MiFID II/R Seminar. Transparency. Sponsored by

10 November InfoNet. MiFID II/R Seminar. Transparency. Sponsored by 10 November 2015 InfoNet MiFID II/R Seminar Transparency Sponsored by PRESENTATION Fabio Braga, Technical Specialist, Trading Venues Policy, FCA INFONET 10 November 2015 Transparency & Market Structure

More information

SIX Corporate Bonds AG. Directive 3: Trading. Dated 16 March 2018 Entry into force: 27 March 2018

SIX Corporate Bonds AG. Directive 3: Trading. Dated 16 March 2018 Entry into force: 27 March 2018 SIX Corporate Bonds AG Directive : Trading Dated 6 March 08 Entry into force: 7 March 08 Content Purpose and principle... General.... Trading day and trading period.... Trading hours... Definitions....

More information

Information handbook for audit trail, transaction and other regulatory reportings under the MiFID II/ MiFIR regime. Frankfurt Stock Exchange and Eurex

Information handbook for audit trail, transaction and other regulatory reportings under the MiFID II/ MiFIR regime. Frankfurt Stock Exchange and Eurex Information handbook for audit trail, transaction and other regulatory reportings under Frankfurt Stock Exchange and Eurex Release Date September 2017 Page 2 of 41 Abstract This document outlines the new

More information

Schedule 3 SCHEDULE OF EXCLUDED CONTRACTS AND INFORMATION

Schedule 3 SCHEDULE OF EXCLUDED CONTRACTS AND INFORMATION Schedule 3 SCHEDULE OF EXCLUDED CONTRACTS AND INFORMATION Reference Code Trade type Issue Date first published on db.com All trade types/multiple trade types SOL001 All trades sol DB will not generate

More information

LSE Equity Trade and Quote Data File Format Document Version 3.1

LSE Equity Trade and Quote Data File Format Document Version 3.1 LSE Equity Trade and Quote Data File Format Document Version 3.1 LSE Equity Trade and Quote Dataset, v3.1 Page 1 of 17 Overview Tick Data provides three types of market data for issues traded on the London

More information

NLX TRADING PROCEDURES. Version 1.8 (September 2016)

NLX TRADING PROCEDURES. Version 1.8 (September 2016) NLX TRADING PROCEDURES Version 1.8 (September 2016) CONTENTS DEFINITIONS... 4 1 EXECUTIVE SUMMARY... 9 1.1 Introduction... 9 2 OVERVIEW OF THE MARKET... 10 2.1 Market Structure... 10 2.2 Interest Rate

More information

(Text with EEA relevance) (OJ L 173, , p. 84)

(Text with EEA relevance) (OJ L 173, , p. 84) 02014R0600 EN 01.07.2016 001.002 1 This text is meant purely as a documentation tool and has no legal effect. The Union's institutions do not assume any liability for its contents. The authentic versions

More information

GENIUM INET MARKET MODEL

GENIUM INET MARKET MODEL GENIUM INET MARKET MODEL NASDAQ OMX Derivatives Markets NORDIC EQUITY DERIVATIVES REVISION HISTORY Date Revision Change Description April 8, 2010 1.0 Initial version for NASDAQ OMX Derivatives Markets

More information

AMO Trade Acceptance Service

AMO Trade Acceptance Service Attachment 4 A Trade Acceptance Service Business & Technical Overview Version: Draft 0.5 Publication date: Thursday, 28 January 2010 Property of: Australian Clearing House Pty Limited and ASX Settlement

More information

Questions and Answers On MiFID II and MiFIR transparency topics

Questions and Answers On MiFID II and MiFIR transparency topics Questions and Answers On MiFID II and MiFIR transparency topics 18 December 2017 ESMA70-872942901-35 Date: 18 December 2017 ESMA70-872942901-35 ESMA CS 60747 103 rue de Grenelle 75345 Paris Cedex 07 France

More information

BondVision U.S. Trading Rules

BondVision U.S. Trading Rules BondVision U.S. Trading Rules Effective 31st January 2014 BondVision US is an ATS operated by MTS Markets International Inc. ( MMI ) 1 of 5 Type of Participants Sell-Side: a participant that is configured

More information

NASDAQ Futures, Inc. (NFX) TradeGuard PTRM Reference Guide. Version

NASDAQ Futures, Inc. (NFX) TradeGuard PTRM Reference Guide. Version NASDAQ Futures, Inc. (NFX) TradeGuard PTRM Reference Guide Version 1.03 2016-12-12 CONFIDENTIALITY/DISCLAIMER This Reference Guide is being forwarded to you strictly for informational purposes and solely

More information

Genium INET Market Model

Genium INET Market Model Genium INET Market Model NASDAQ OMX Commodities Version 2.9 Valid from February 2, 2015 1(36) Table of Contents 1 Introduction... 6 2 Overview of the commodity markets... 7 2.1 Market structure... 7 2.1.1

More information

SIX Swiss Exchange Ltd. Directive 3: Trading. Dated 16 March 2018 Entry into force: 28 May 2018

SIX Swiss Exchange Ltd. Directive 3: Trading. Dated 16 March 2018 Entry into force: 28 May 2018 SIX Swiss Exchange Ltd Directive : Trading Dated 6 March 08 Entry into force: 8 May 08 Directive : Trading 8/05/08 Content Purpose and principle... I General... Trading day and trading period... Clearing

More information

Report Data File Layout

Report Data File Layout Report Data File Layout FINAL CLEARING STATEMENT (FCS) This file contains the data information of the FCS. The record length is 143 bytes. Control Record : Record type X(1) 0 = control header Participant

More information

NASDAQ Futures, Inc. (NFX) General Reference Guide. Version

NASDAQ Futures, Inc. (NFX) General Reference Guide. Version NASDAQ Futures, Inc. (NFX) General Reference Guide Version 1.06 2017-7-10 CONFIDENTIALITY/DISCLAIMER This Reference Guide is being forwarded to you strictly for informational purposes and solely for the

More information

T7 Release 6.1. Cross System Traceability

T7 Release 6.1. Cross System Traceability Release 6.1 Cross System Traceability Version 6.1-1.0 Date 26 January, 2018 1 2018 Copyright by Deutsche Börse AG ( DBAG ). All rights reserved. All intellectual property, proprietary and other rights

More information

Consultation Paper Review of the technical standards on reporting under Article 9 of EMIR

Consultation Paper Review of the technical standards on reporting under Article 9 of EMIR Consultation Paper Review of the technical standards on reporting under Article 9 of EMIR 10 November 2014 ESMA/2014/1352 Date: 10 November 2014 ESMA/2014/1352 Annex 1 Responding to this paper ESMA invites

More information

Cboe Europe Ltd. Large in Scale Service (LIS) Service Description. Version 1.2. October Cboe Europe Limited

Cboe Europe Ltd. Large in Scale Service (LIS) Service Description. Version 1.2. October Cboe Europe Limited Cboe Europe Ltd Large in Scale Service (LIS) Service Description Version 1.2 October 2017 1 Contents Introduction... 4 1. Regulation... 4 2. Definitions... 4 3. Workflow... 6 4. Market Model... 7 4.1.

More information

BTS Orders and trades register layouts Borsa Italiana and ETLX markets

BTS Orders and trades register layouts Borsa Italiana and ETLX markets BTS Orders and trades register layouts Borsa Italiana and ETLX markets Manual v. 3.4 July 2017 Contents Index 1 Revision History 3 2 Introduction 4 2.1 Purpose 4 2.2 Validity 4 2.3 References 4 4 Borsa

More information

NFX TradeGuard User's Guide

NFX TradeGuard User's Guide NFX TradeGuard User's Guide NASDAQ Futures, Inc. (NFX) Version: 4.1.1229 Document Version: 4 5 Publication Date: Monday, 12 th Dec, 2016 Confidentiality: Non-confidential Genium, INET, ITCH, CONDICO, EXIGO,

More information

Xetra Release Functional Description

Xetra Release Functional Description Page 2 of 85 Table of contents 1 Introduction 5 2 Fundamentals 7 2.1 Release History 7 2.2 Functional Features of 15 3 Xetra J-Trader The Trading GUI 19 3.1 J-Trader Menu Structure with Release 15.0 19

More information