POUCH Specification. Version 1.1.3

Size: px
Start display at page:

Download "POUCH Specification. Version 1.1.3"

Transcription

1 POUCH Specification February 1, 2007

2 Overview BATS subscribers may use the POUCH protocol to enter limit orders, cancel existing orders, and receive executions. POUCH does not support modifying orders. BATS also offers the FIX protocol for subscribers for who would rather use that format for orders. In general, POUCH was designed for subscribers who place a high premium on performance and throughput. BATS PITCH protocol, also distributed separately, is used to send out BATS market data. All subscriber trading activity on BATS is anonymous. POUCH only reflects the order activity for a specific POUCH account. The highlighted sections indicate differences between POUCH and similar protocols used by other ECNs. BATS reserves the right to add fields to the end of POUCH messages before the linefeed terminator. Note that Order Ids and Execution Ids are 12 characters base 36 instead of 9 characters base 10. Protocol The POUCH protocol is comprised of a series of fixed-length messages communicated between the POUCH host and client. The length of each message is dependent upon the message type. Each message is made up of noncontrol ASCII bytes. The messages that make up the POUCH protocol are delivered using SOUP 2.0, which handles sequencing and delivery integrity. BATS implementation of SOUP 2.0 is the same as other ECN s. Messages sent from the POUCH host to the client are sequenced and guaranteed via SOUP 2.0. Messages sent from the client to the POUCH host are unsequenced and may be resent benignly. Each POUCH host port is bound to a BATS assigned POUCH account. Each day every new order is uniquely identified by the combination of POUCH account and the subscriber assigned token. Each POUCH message reflects the addition, deletion, or execution of an order in the system. POUCH client applications should robustly ignore any message types they do not understand. s BATS supports multiple versions of POUCH. Each new version is backward compatible with every earlier version. For example, subscribers using POUCH 1.0 are unaffected by the introduction of version 1.1. If subscribers wish to use version 1.1 functionality, they can simply send the additional version 1.1 fields in the New Order Message and the corresponding additional version 1.1 fields in the Order Accepted Message will be sent to the subscriber. Thus, the introduction of a new version does not require subscribers to take any action unless they wish to use the new functionality. Data Types Numeric fields are a string of ASCII digits, right justified and zero filled on the left. Base 36 Numeric (Order Id and Execution Id) fields are base 36 (0-9A-Z) numbers, right justified and zero filled on the left. Alpha fields are left justified and space padded on the right. Alpha-Numeric fields are a string of ASCII characters (33-126, excluding characters (,; ) and space), left justified and space padded on the right. Prices are decimal with 6 whole number digits followed by 4 decimal digits. The whole number portion is zero filled on the left and the decimal portion is zero filled on the right. The decimal point is implied by position and does not explicitly appear in the field. Fees are decimal with a + (fee) or (rebate) prefix followed by 5 whole number digits and 5 decimal digits. The whole number portion is zero filled on left and the decimal portion is zero filled on the right. The decimal point is implied by position and does not explicitly appear in the field. BATS Trading, Inc Page 2 of 13

3 Timestamp fields are whole number milliseconds past midnight Eastern Time, right justified and zero filled on the left, with no decimal point. Automatic Cancel On Disconnect or Malfunction All open orders for a subscriber will be cancelled automatically if no messages have been received from the subscriber for three heartbeat intervals. This is done to prevent orders from being stuck in an unknown state in the event of telecommunications failure. Order Canceled Messages for the automatically cancelled orders are available upon reconnection. Subscribers are responsible for rerouting orders to other market centers based on their business needs. This should be rare, but all open orders may also be cancelled in the event of a complete or partial system malfunction. Access Fees Returned on Order Execution Messages The access fee associated with each fill is calculated to 5 decimals and returned on each Order Execution Message. Negative numbers indicate liquidity rebates. Subscribers should program their systems to read, validate, and pass along this field in order to avoid making software changes to their systems when BATS fee schedule changes. The sum of the access fees received during a month should equal the access fee charged or rebated on a subscriber s monthly bill, rounded to the nearest penny. Service Bureau Functionality A service bureau arrangement allows one or more subscribers to enter orders through a single POUCH account. Each service bureau POUCH account must be explicitly configured to allow orders on behalf of certain BATS subscribers with a service bureau agreement. After an agreement is signed, a service bureau can submit orders on behalf of different BATS subscribers by submitting the subscriber s MMID in the Firm field of each New Order message. 1 Outbound Sequenced Messages BATS to Subscriber Outbound messages are sent from the POUCH host to your client application. Unlike other ECN s, BATS does not send start of day and end of day messages. 1.1 Order Messages Order messages mark each event the in lifetime of an order Order Accepted Message An Order Accepted Message acknowledges the acceptance of a New Order Message. Fields in the New Order Message are reflected in the Order Accepted Message. The entered and accepted values may differ for certain fields. An Order Accepted Message is always sent prior to any Order Canceled or Order Execution Message for the order. 1.0 Timestamp 0 8 Numeric Timestamp 1.0 Message Type 8 1 A Order Accepted Message 1.0 Token 9 14 Alpha-Numeric Client assigned order token field as entered 1.0 Side Indicator 23 1 Alpha Side indicator as entered (see New Order Message for values) 1.0 Shares 24 6 Numeric Number of shares as entered 1.0 Stock Symbol 30 6 Alpha Stock symbol as entered 1.0 Price Price Accepted limit order price which is always equal to or better than the entered price. BATS Trading, Inc Page 3 of 13

4 1.0 Time In Force 46 5 Numeric Accepted Time In Force which is always equal to or shorter than the entered Time in Force. 1.0 Firm 51 4 Alpha Accepted firm for the order. If left blank, the default firm for the POUCH account will be filled in here. 1.0 Display 55 1 Alpha Display type as entered 1.0 Order Id Base 36 Numeric BATS assigned day-unique identifier 1.0 Reject Action 68 1 Alpha Reject action as entered 1.0 Add Liquidity 69 1 Alpha Add Liquidity Only flag as entered Only 1.1 Max Floor 70 6 Numeric Portion of Shares to display. The balance is reserve. 0 displays entire quantity (Default). The displayed quantity of each order at a price level is decremented first. When displayed quantity is fully decremented it is reloaded up to MaxFloor from reserve. Use Display field to indicate orders that are entirely hidden. 1.1 Discretion Cents 76 4 Numeric Whole pennies of discretion more aggressive than the order price. Non-negative number between If zero (default), discretion price is equal to order price. Order will be displayed at Price but can execute in discretionary range. A discretionary order will use the minimum amount of discretion necessary to achieve execution. Non-zero Discretion Cents does not mix with IOC and requires Reject Action= R (Reject) and Add Liquidity Only= R (Allow Removal) Capacity 80 1 Alpha A Agency P Principal R - Riskless Conditional Percent Quantity 81 3 Numeric Percent (0-100) of inbound routable, marketable Shares that this resting conditional order will interact with. Default is zero, indicating this is not a BATS conditional order. To accept a value greater than zero, the order must be Add Liquidity Only (Add Liquidity Only= A ) and hidden (Display= N ) User 84 4 Alpha-Numeric User-defined pass through value to distinguish different trading activity BATS Trading, Inc Page 4 of 13

5 1.1.2 Order Canceled Message A canceled order message indicates the order has been reduced or canceled in response to a Cancel Order Message, the order timing out, or an automatic cancel. This message does not necessarily indicate the entire order is dead as some portion of the order may still be alive. 1.0 Timestamp 0 8 Numeric Timestamp 1.0 Message Type 8 1 C Order Canceled Message 1.0 Token 9 14 Alpha- Client assigned order token Numeric field as entered 23 6 Numeric Number of shares canceled (incremental) 1.0 Canceled Shares 1.0 Cancel Reason 29 1 Alpha Reason the order was canceled. See reasons below Cancel Reasons Reasons A F H L M N O Q R S T U V W X Y Z Description Administrative. This order was manually canceled or reduced by a BATS administrative terminal, usually in response to a subscriber request. Could not reflect on SUMO or NSX Halted. Not accepting new orders. Lock or cross. Order would lock or cross NBBO. Order exceeds maximum size limit No Liquidity. Ran out of liquidity to execute against. Token does not match a known order Waiting for first trade Routing unavailable Short sale violation Trade through. Order would have caused a trade through violation. User requested. Sent in response to Cancel Order Message. Would cause wash trade AddLiquidityOnly order would remove liquidity Expired. Time in Force for this order has expired. Symbol not traded Unforeseen reason The client should robustly handle any new Cancel Reasons that may be added in the future Order Execution Message An Order Execution Message indicates all or part of an order has been executed. Subscribers should use the Access Fee field in each execution to account for their debit or credit with BATS. 1.0 Timestamp 0 8 Numeric Timestamp 1.0 Message Type 8 1 E Order Executed Message 1.0 Token 9 14 Alpha- Client assigned order token BATS Trading, Inc Page 5 of 13

6 Numeric field as entered 1.0 Executed Shares 23 6 Numeric Number of shares executed (incremental) 1.0 Price Price Price of the execution 1.0 Liquidity Flag 39 1 Alpha See Liquidity Flag Values below. 1.0 Execution Id Base 36 Numeric BATS assigned execution ID shared by the buy and sell order. 1.0 Access Fee Fee (+) Fee or (-) rebate for the entire execution based on BATS access fee policies. 1.0 Contra 63 4 Alpha BATS = Internally matched INET = Routed to Nasdaq ARCA = Routed to Arca NSX = Order delivery execution from NSX Liquidity Flag Values Flag A C R X Q Description Added liquidity Conditionally Added liquidity Removed liquidity Routed NASDAQ or NSX delivered against order Trade Broken Message A Trade Broken Message indicates an execution on BATS has been broken. The trade is not good and will not clear. The break reason is given in the message. 1.0 Timestamp 0 8 Numeric Timestamp 1.0 Message Type 8 1 B Trade Broken Message 1.0 Token 9 14 Alpha- Client assigned order token Numeric 1.0 Execution Id Base 36 Numeric field as entered BATS execution identifier of the execution that was broken. Execution Id refers to previously sent Order Execution Message. 1.0 Reason 35 1 Alpha See Trade Break Reasons below. Trade Break Reasons BATS Trading, Inc Page 6 of 13

7 Reason A C E Description Administrative. The trade was broken by a BATS administrative terminal. Consent. Both parties agreed to break the trade. Erroneous. The trade was declared clearly erroneous Order Rejected Message An Order Rejected Message is sent in response to a New Order Message that cannot be accepted for the given reason. The order is dead and the token cannot be re-used. 1.0 Timestamp 0 8 Numeric Timestamp 1.0 Message Type 8 1 J Order Rejected Message 1.0 Token 9 14 Alpha- Numeric Client assigned order token field as entered 1.0 Reason 23 1 Alpha See Cancel Reasons above. 1.0 Text (Optional) 24 Variable Alpha- Numeric Description of reject reason (optional, by default text is NOT sent) The client should robustly handle any new Reject Reasons that may be added in the future. 2 Outbound Unsequenced Messages (Optional) BATS to Subscriber Outbound unsequenced messages are not counted in the number of sequenced messages sent to the subscriber. Thus, when logging into POUCH via Soup 2.0, the requested sequence should not include outbound unsequenced messages. Further, outbound unsequenced messages are never replayed. 2.1 Cancel Rejected Message A Cancel Rejected Message is sent in response to a Cancel Order Message that contains an unknown order token. A Cancel Rejected Message indicates BATS never accepted the order and the order can be considered dead. A Cancel Rejected Message is NOT sent in a too late to cancel scenario. Each POUCH port can be configured to send or not send Cancel Rejected Messages based on subscriber choice. By default Cancel Rejected Messages are NOT sent. 1.0 Message Type 0 1 K Cancel Rejected Message 1.0 Token 1 14 Alpha-Numeric Client assigned order token field as entered 1.0 Reason 15 1 Alpha O Unknown Order 3 Inbound Messages Subscriber to BATS Inbound messages are unsequenced messages sent from the subscriber to the POUCH host. Subscribers may benignly re-send inbound messages if they are unsure if BATS received the message due to a dropped connection BATS Trading, Inc Page 7 of 13

8 for any reason. An intelligent POUCH client can safely re-send pending messages during recovery without fear of generating duplicate orders. 3.1 New Order Message A New Order Message allows a subscriber to enter an order into BATS. Each new order is identified by a day unique token within the context of each POUCH account. An Order Accepted Message will be sent in response to a valid new order while a duplicate order will be rejected. 1.0 Message Type 0 1 O New Order Message 1.0 * Token 1 14 Alpha-Numeric Client assigned day unique order token for each POUCH account 1.0 Side Indicator 15 1 Alpha B Buy S Sell T Sell Short E Sell Short Exempt U Sell Short Unable to Locate will cause reject 1.0 Shares 16 6 Numeric Number of shares as entered. Must be greater than zero. 1.0 Stock Symbol 22 6 Alpha Stock symbol 1.0 Price Price Limit order price. See Data Types section for description of price format. Zero price indicates market order. 1.0 Time In Force 38 5 Numeric Number of seconds this order should live before being canceled. See special values below. 1.0 Firm 43 4 Alpha All caps Firm Identifier for the subscriber. If this field is blank, the default firm for the POUCH account will be used. 1.0 Display 47 1 Alpha Y Visible N Invisible R Visible, but reject order if Price cannot be accepted and displayed without adjustment. L Visible, but reject order if Price cannot be accepted without permanent adjustment. 1.0 Reject Action 48 1 Alpha Action to take if the order would normally be rejected. O Route to all electronic market centers BATS Trading, Inc Page 8 of 13

9 1.0 Add Liquidity Only N Route to NASDAQ (INET) only A Route to ARCA only R Reject as normal I Intermarket Sweep sweep BATS book without regard to NBBO but do not book or route C Route to NSX BLADE (sweep BATS first) Z Route full size to NSX, then sweep BATS (Reg. NMS compliant way to access NSX top of book) 49 1 Alpha A Add Liquidity Only R Allow Removal of Liquidity 1.1 Max Floor 50 6 Numeric Portion of Shares to display. The balance is reserve. 0 displays entire quantity (Default). The displayed quantity of each order at a price level is decremented first. When displayed quantity is fully decremented it is reloaded up to MaxFloor from reserve. Use Display field to indicate orders that are entirely hidden. 1.1 Discretion Cents 56 4 Numeric Whole pennies of discretion more aggressive than the order price. Nonnegative number between If zero (default), discretion price is equal to order price. Order will be displayed at Price but can execute in discretionary range. A discretionary order will use the minimum amount of discretion necessary to achieve execution. Non-zero Discretion Cents does not mix with IOC and requires Reject Action= R (Reject) and Add Liquidity Only= R (Allow Removal) Capacity 60 1 Alpha A Agency P Principal BATS Trading, Inc Page 9 of 13

10 1.1.2 Conditional Percent Quantity R Riskless 61 3 Numeric Percent (0-100) of inbound routable, marketable Shares that this resting conditional order will interact with. Default is zero, indicating this is not a BATS conditional order. To accept a value greater than zero, the order must be Add Liquidity Only (Add Liquidity Only= A ) and hidden (Display= N ) User 64 4 Alpha-Numeric User-defined pass through value to distinguish different trading activity * Token has the same restrictions as the OATS 'Routed Order ID', defined in Appendix A of the 'OATS Reporting Technical Specifications'. Special Time In Force Values Value Description 0 Immediate or cancel Market Day. Indicates that the order should live until the market close on the primary market for the security BATS Day. Indicates that the order should live until the end of the BATS trading day. BATS follows NASDAQ conventions when assigning liquidity add/remove status on fills that involve discretion: 1) An IOC order is always charged the remove fee. Whatever order it hits always gets the provider rebate. 2) A non IOC order that hits a discretionary order at other than its display price gets the provider rebate. The resting discretion order is charged the remove fee. 3) A discretion order that hits a resting discretion order gets the provider rebate. The resting discretion order is charged the remove fee, but uses the minimum necessary amount of reserve. 4) An inbound add liquidity only order may execute against a discretionary order at its displayed price. In this case the add liquidity only order gets the provider rebate and the resting discretionary order pays the remove fee. 3.2 Cancel Order Message A Cancel Order Message requests that an order be canceled or reduced. The shares field in the Cancel Order Message represents the new intended order size. This new intended order size is the maximum cumulative shares that can be executed after the cancel is applied. Enter shares of zero to cancel an entire order. 1.0 Message Type 0 1 X Cancel Order Message 1.0 Token 1 14 Alpha-Numeric Client assigned day unique order token for each POUCH account BATS Trading, Inc Page 10 of 13

11 1.0 Shares 15 6 Numeric New intended order size. This is the maximum cumulative shares that may be executed after the cancel is applied. Enter zero to kill the entire order. BATS Trading, Inc Page 11 of 13

12 Symbology BATS allows a maximum of 6 characters for symbols which requires the conversion of certain CQS issues to a 6 character format prior to order entry. The conversion for these CQS symbols is found below. Symbology for CQS Symbols Type SIAC/CQS Suffix Exchange/CMS Suffix BATS Suffix Preferred p PR - Preferred Class "A" pa PRA -A Preferred Class "B" pb PRB -B Class "A" /A A.A Class "B" /B B.B Warrants /WS WS + Warrants Class "A" /WS/A WSA +A Warrants Class "B" /WS/B WSB +B Preferred when distributed p/wd PRWD -$ When distributed /WD WD $ Called /CL CL * Class "A" called /A/CL ACL.A* Preferred called p/cl PRCL -* Preferred "A" called pa/cl PRACL -A* Preferred "A" when issued paw PRAWI -A# Emerging Company Marketplace /EC EC! Partial Paid /PP Convertible called /CV/CL CVCL % Rights r RT ^ Units /U U = When issued w WI # Rights when issued rw RTWI ^# Preferred when issued pw PRWI -# Class "A" when issued /Aw AWI.A# Warrant when issued /WSw WSWI +# Test /TEST TEST ~ BATS does not require conversion of NASDAQ-listed securities as they are limited to 5 characters. BATS Trading, Inc Page 12 of 13

13 Support Please questions or comments regarding this specification to Revision History Date Modification January 9, Initial February 3, Added description of service bureau support March 24, Added additional reason codes March 27, Added Cancel Rejected Message and reject text May 11, Added Alpha-numeric data type description June 7, Added Max Floor and Discretion Cents to New Order and Order Accepted Messages June 15, Added Capacity to New Order and Order Accepted Messages July 31, Added Conditional Percent Quantity to New Order and Order Accepted Messages August 16, Added NASDAQ (INET) Only routing as possible Reject Action August 21, Added Symbology Section September 21, Added User field to New Order and Order Accepted messages October 5, Added Market order support (zero price) November 27, Added valid Contra values on Order Execution Message December 15, Added C (BATS+NSX BLADE) routing as possible Reject Action December 20, Added Z (NSX+BATS) routing as possible Reject Action December 28, Added V (Would Wash) Cancel Reason January 29, Added R Display Indicator to opt-out of price adjustment BATS Trading, Inc Page 13 of 13

Quote Using Orders (QUO) (Previously OTTO Version 1.4d)

Quote Using Orders (QUO) (Previously OTTO Version 1.4d) Quote Using Orders (QUO) (Previously OTTO Version 1.4d) Contents 1 Overview...2 1.1 Architecture...2 1.2 Data Types...3 1.3 Fault Redundancy...3 1.4 Service Bureau Configuration...4 1.5 Important Notes...4

More information

Chi-X Japan CHIXOE Interface Specification

Chi-X Japan CHIXOE Interface Specification Chi-X Japan Trading System Document ID: JPCX-L3-D-022 9-Nov-2017 Version 1.8 CONTENTS 1 Introduction... 1 1.1 Relevant documents... 1 1.2 Revision History... 1 2 Data Types... 2 2.1 Integer... 2 2.2 Alpha...

More information

Japannext PTS OUCH Trading Specification for Equities

Japannext PTS OUCH Trading Specification for Equities Japannext PTS OUCH Trading Specification for Equities Version 1.8 Updated 8 November 2017 Table of Contents Introduction...3 Overview...3 Fault Redundancy...3 Service Configuration...3 Data Types...3 Inbound

More information

QIX Programming Specification Version Updated May 14, 2018

QIX Programming Specification Version Updated May 14, 2018 QIX Programming Specification Version 218-1 Updated May 14, 218 Page 2 Confidentiality/Disclaimer This DRAFT Specification is being forwarded to you strictly for informational purposes solely for the purpose

More information

US Equities TOP Specification. Version 1.3.1

US Equities TOP Specification. Version 1.3.1 US Equities TOP Specification Version 1.3.1 October 17, 2017 Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Typography... 4 1.3 Data Types... 5 2 Protocol... 6 2.1 Message Format... 6 3 Sessions...

More information

Version Updated: February 27, 2018

Version Updated: February 27, 2018 Version 1.64 Updated: February 27, 2018 Copyright 2018 Exchange LLC. All rights reserved. This document may not be modified, reproduced, or redistributed without the written permission of IEX Group, Inc.

More information

Specialized Quote Interface (SQF) VERSION 6.4N October 31, 2017

Specialized Quote Interface (SQF) VERSION 6.4N October 31, 2017 Specialized Quote Interface (SQF) VERSION 6.4N October 31, 2017 Nasdaq Options Market Nasdaq PHLX Nasdaq BX Options Specialized Quote Interface Version 6.4n Version 6.4n Page 1 Table of Contents 1 Overview...

More information

OPTIONS PRICE REPORTING AUTHORITY

OPTIONS PRICE REPORTING AUTHORITY OPRA OPTIONS PRICE REPORTING AUTHORITY BINARY PARTICIPANT INTERFACE SPECIFICATION March 20, 203 Version.2 TABLE OF CONTENTS.0 INTRODUCTION... 7.0 BACKGROUND... 7.02 SCOPE... 7 2.0 GENERAL DESIGN OF DATA

More information

SPECIFICATION BIVA X-STREAM EXTERNAL OUCH SPECIFICATION

SPECIFICATION BIVA X-STREAM EXTERNAL OUCH SPECIFICATION SPECIFICATION BIVA X-STREAM EXTERNAL OUCH SPECIFICATION Version 1.04 Date 19 October 2016 File BIVA X-Stream External OUCH v1.04 Copyright 2016 Central de Corretajes (CENCOR), S.A. de C.V. All Rights Reserved.

More information

ISE, GEMX, & MRX Depth of Market Feed Specification VERSION 1.01 JUNE 13, 2017

ISE, GEMX, & MRX Depth of Market Feed Specification VERSION 1.01 JUNE 13, 2017 ISE, GEMX, & MRX Depth of Market Feed Specification VERSION 1.01 JUNE 13, 2017 Nasdaq ISE/Nasdaq GEMX/Nasdaq MRX Depth of Market Feed Nasdaq ISE/Nasdaq GEMX/Nasdaq MRX Glimpse for Depth of Market Feed

More information

Nasdaq ISE Trade Combo Feed Specification VERSION AUGUST 23, 2017

Nasdaq ISE Trade Combo Feed Specification VERSION AUGUST 23, 2017 Nasdaq ISE Trade Combo Feed Specification VERSION 1.0.1 AUGUST 23, 2017 Nasdaq ISE Trade Combo Feed Version 1.01 Nasdaq ISE Trade Combo Feed Table of Contents 1. Overview 3 2. Architecture 4 3. Data Types

More information

ISE, GEMX, & MRX Top Quote Feed Specification VERSION 1.01 JUNE 13,

ISE, GEMX, & MRX Top Quote Feed Specification VERSION 1.01 JUNE 13, ISE, GEMX, & MRX Top Quote Feed Specification VERSION 1.01 JUNE 13, 2017 1 Nasdaq ISE/Nasdaq GEMX/Nasdaq MRX Top Quote Feed Nasdaq ISE/Nasdaq GEMX/Nasdaq MRX Glimpse for Top Quote Feed Table of Contents

More information

ArcaTrade Specification for Bonds

ArcaTrade Specification for Bonds Specification for Bonds For the New York Stock Exchange April 24, 2007 Version 1.07 Copyright 2006 Archipelago Holdings, Inc. All Rights Reserved. Copyright 2006 Archipelago Holdings, Inc. All rights reserved.

More information

US Options Complex Multicast TOP Specification

US Options Complex Multicast TOP Specification US Options Complex Multicast TOP Specification Version 1.0.12 March 23, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 5 1.3 Symbol Ranges, Units, and Sequence

More information

US Options Complex Multicast TOP Specification

US Options Complex Multicast TOP Specification US Options Complex Multicast TOP Specification Version 1.0.4 September 1, 2017 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 5 1.3 Symbol Ranges, Units, and Sequence

More information

M I T 303 B I T - M I L L E N N I U M E X C H A N GE. MITCH Specification. Issue 6.7 October 2014

M I T 303 B I T - M I L L E N N I U M E X C H A N GE. MITCH Specification. Issue 6.7 October 2014 M I T 303 B I T - M I L L E N N I U M E X C H A N GE MITCH Specification Issue 6.7 October 2014 Contents MITCH Specification... 1 1 Introduction... 6 1.1 Purpose... 6 1.2 Readership... 6 1.3 Document series...

More information

Omega SOUP Interface Specification Guide

Omega SOUP Interface Specification Guide OMEGA ATS Omega Alternative Trading System Omega SOUP Interface Specification Guide O M E G A A L T E R NA T I V E T R A D I N G S Y S T E M Interface and Protocol Specifications (Version 1.0.20) Copyright

More information

NYSE BONDS DEPTH OF BOOK CLIENT SPECIFICATION

NYSE BONDS DEPTH OF BOOK CLIENT SPECIFICATION Document title NYSE BONDS DEPTH OF BOOK CLIENT SPECIFICATION Version Date 4.01b October 13, 2015 2015 NYSE. All rights reserved. No part of this material may be copied, photocopied or duplicated in any

More information

ISE, GEMX & MRX Top Combo Quote Feed VERSION 1.0 AUGUST 23, 2017

ISE, GEMX & MRX Top Combo Quote Feed VERSION 1.0 AUGUST 23, 2017 ISE, GEMX & MRX Top Combo Quote Feed VERSION 1.0 AUGUST 23, 2017 Top Combo Quote Feed Version 1.0 Nasdaq ISE Top Combo Quote Feed Nasdaq ISE Glimpse for Top Combo Quote Feed Table of Contents 1. Overview

More information

US Options Complex Multicast PITCH Specification

US Options Complex Multicast PITCH Specification Multicast PITCH Specification Version 2.0.9 March 23, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 5 1.3 Symbol Ranges, Units, and Sequence Numbers... 7 1.4

More information

OPTIONS PRICE REPORTING AUTHORITY

OPTIONS PRICE REPORTING AUTHORITY OPRA OPTIONS PRICE REPORTING AUTHORITY BINARY DATA RECIPIENT INTERFACE SPECIFICATION Aug 2, 207 Version 2.6 TABLE OF CONTENTS.0 INTRODUCTION... 7.0 BACKGROUND... 7.02 SCOPE... 7 2.0 GENERAL DESIGN OF

More information

VWAP Query Protocol 1.2 Specification

VWAP Query Protocol 1.2 Specification VWAP Query Protocol 1.2 Specification Date Version Author Notes 04/26/2006 1.0 SMarrinan Created 05/23/2006 1.1 SMarrinan Removed SoupTCP protocol reference. Added TCP transport descriptions. Added Login/Logout

More information

US Options Multicast Top Specification. Version 1.1.6

US Options Multicast Top Specification. Version 1.1.6 US Options Multicast Top Specification Version 1.1.6 March 23, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 5 1.3 Symbol Ranges, Units, and Sequence Numbers...

More information

Monthly Charge 11.50^

Monthly Charge 11.50^ POST OFFICE HOMEPHONE AND POST OFFICE BROADBAND PRICE LIST Line Rentals, Features and Other Charges, version 18. s correct as on 27 th September 2018 s in this document are inclusive of 20% VAT and have

More information

NFX GLIMPSE INTERFACE SPECIFICATIONS NFX GLIMPSE. Version 4.00

NFX GLIMPSE INTERFACE SPECIFICATIONS NFX GLIMPSE. Version 4.00 NFX GLIMPSE INTERFACE SPECIFICATIONS NFX GLIMPSE 1. Overview A complement to the NFX Depth of Market (NFX Depth) real-time data feed product, NFX GLIMPSE 4.0 is a point-to-point data feed connection that

More information

PHLX FIX INET SPECIFICATIONS. VERSION 2.7.g DECEMBER 8, 2017

PHLX FIX INET SPECIFICATIONS. VERSION 2.7.g DECEMBER 8, 2017 PHLX INET SPECIFICATIONS VERSION 2.7.g DECEMBER 8, 2017 Nasdaq PHLX Prepared By: Options Trading Systems Date: June 10, 2004 Revision Date: December 8, 2017 Release: 2.7.g Page: i Rev. Date: 12/08/2017

More information

EDGA/EDGX FIX Compatibility Mode Specification. Version 1.1.1

EDGA/EDGX FIX Compatibility Mode Specification. Version 1.1.1 EDGA/EDGX FIX Compatibility Mode Specification Version 1.1.1 February 24, 2016 Contents 1 Introduction... 3 1.1 Overview... 3 2 FIX Messages... 4 2.1 Standard Message Header... 4 2.1.1 All Members... 4

More information

US Options Complex Multicast PITCH Specification

US Options Complex Multicast PITCH Specification Multicast PITCH Specification Version 2.1.0 November 16, 2018 Contents 1 Introduction... 6 1.1 Overview... 6 1.2 Complex Multicast PITCH Feed Descriptions... 6 1.3 Feed Connectivity Requirements... 6 1.4

More information

US Equities/Options Multicast Depth of Book (PITCH) Specification

US Equities/Options Multicast Depth of Book (PITCH) Specification US Equities/Options Multicast Depth of Book (PITCH) Specification Version 2.38.0 November 27, 2017 Contents 1 Introduction... 6 1.1 Overview... 6 1.2 Feed Connectivity Requirements... 7 1.3 Symbol Ranges,

More information

Japannext PTS ITCH Market Data Specification for Equities

Japannext PTS ITCH Market Data Specification for Equities Japannext PTS ITCH Market Data Specification for Equities Version 1.5 Updated 26 October 2017 Table of Contents Introduction... 3 Overview... 3 Data Types... 3 Outbound Sequenced Messages... 3 Seconds

More information

Cboe Futures Exchange Multicast Depth of Book (PITCH) Specification. Version

Cboe Futures Exchange Multicast Depth of Book (PITCH) Specification. Version Multicast Depth of Book (PITCH) Specification Version 1.0.14 February 21, 2018 Multicast PITCH Specification (Version 1.0.14) Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Hours and System Restart...

More information

Specialized Quote Interface (SQF) VERSION 8.1 JANUARY 9, 2017

Specialized Quote Interface (SQF) VERSION 8.1 JANUARY 9, 2017 Specialized Quote Interface (SQF) VERSION 8.1 JANUARY 9, 2017 Specialized Quote Interface Version 8.1 Version 8.1 Page 1 Table of Contents 1 Overview... 6 1.1 Low Latency... 6 1.2 High Throughput... 6

More information

ARKANSAS HIGH COST FUND 2013 CARRIER REVENUE REPORT& SELF INVOICE INSTRUCTIONS

ARKANSAS HIGH COST FUND 2013 CARRIER REVENUE REPORT& SELF INVOICE INSTRUCTIONS For questions or assistance with these instructions, contact Rural Telcom Solutions, LLC via Email at: ruraltelcom@ruraltelcom.com, or by mail at: ARHCF P.O. Box 608 Danville, AR 72833 I. Filing Requirements

More information

Part 3.1 eir broadband (Asymmetric Digital Subscriber Line)

Part 3.1 eir broadband (Asymmetric Digital Subscriber Line) eir Price List Part 3.1 Part 3.1 eir broadband (Asymmetric Digital Subscriber Line) Monthly Download Limit (5) (18) Monthly Upload Limit (5) Standard Self-Install Charge Connection (12)(13)(15) ex. vat

More information

XDP Trades Client Specification NYSE Trades NYSE Arca Trades NYSE Amex Trades

XDP Trades Client Specification NYSE Trades NYSE Arca Trades NYSE Amex Trades XDP Trades NYSE Trades NYSE Arca Trades NYSE Amex Trades Version 1.0e September 29, 2011 2011 NYSE Euronext. All rights reserved. No part of this material may be copied, photocopied or duplicated in any

More information

Part 3.1 eir broadband (Asymmetric Digital Subscriber Line)

Part 3.1 eir broadband (Asymmetric Digital Subscriber Line) eir Price List Part 3.1 Part 3.1 eir broadband (Asymmetric Digital Subscriber Line) Monthly Download Limit (5) (18) Monthly Upload Limit (5) Standard Self-Install Charge Connection (12)(13)(15) $ eir broadband

More information

Cboe Futures Exchange Multicast Depth of Book (PITCH) Specification. Version 1.1.5

Cboe Futures Exchange Multicast Depth of Book (PITCH) Specification. Version 1.1.5 Multicast Depth of Book (PITCH) Specification Version 1.1.5 November 8, 2018 Multicast PITCH Specification (Version 1.1.5) Contents 1 Introduction... 5 Overview... 5 Feed Hours and System Restart... 5

More information

HKBN_mobile_services_396_family plan_t&c_eng_201802

HKBN_mobile_services_396_family plan_t&c_eng_201802 Terms and conditions of the $396 mobile services plan ( Mobile Services Plan ) 1. Promotion is valid until 28 February 2018. 2. Each service included in the Mobile Services Plan(s) is subject to the General

More information

FIRM FIX ENGINE SESSION AND APPLICATION MANUAL

FIRM FIX ENGINE SESSION AND APPLICATION MANUAL Prepared By: Options Trading Systems Date: June 10, 2004 Revision Date: Jan 15, 2013 Page: i TABLE OF CONTENTS TABLE OF CONTENTS 1 PURPOSE AND SCOPE... 1 2 PROTOCOL SUPPORT... 2 2.1 Overview... 2 2.2 Single

More information

Monthly Indicators + 1.4% + 6.4% % Activity Overview New Listings Pending Sales. Closed Sales. Days on Market Until Sale. Median Sales Price

Monthly Indicators + 1.4% + 6.4% % Activity Overview New Listings Pending Sales. Closed Sales. Days on Market Until Sale. Median Sales Price Monthly Indicators 2018 Last year, U.S. consumers seemed to be operating with a renewed but cautious optimism. The stock market was strong, wages were edging upwards and home buying activity was extremely

More information

POST OFFICE HOMEPHONE AND POST OFFICE BROADBAND PRICE LIST Line Rentals, Features and Other Charges, version 15. Prices correct as at 1 st Feb 2018

POST OFFICE HOMEPHONE AND POST OFFICE BROADBAND PRICE LIST Line Rentals, Features and Other Charges, version 15. Prices correct as at 1 st Feb 2018 POST OFFICE HOMEPHONE AND POST OFFICE BROADBAND PRICE LIST Line Rentals, Features and Other Charges, version 15. s correct as at 1 st Feb 2018 s in this document are inclusive of 20% VAT and have been

More information

NYSE Imbalances feed

NYSE Imbalances feed NYSE Imbalances feed Customer Interface Specification Version 1.3 This document was prepared by the New York Stock Exchange (NYSE). The copyright for this specification has been assigned to the NYSE and

More information

BYX Exchange US Equities BOE Specification. Version

BYX Exchange US Equities BOE Specification. Version BYX Exchange US Equities BOE Specification Version 1.10.5 May 6, 2016 Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Data Types... 4 1.3 Optional Fields and Bitfields... 5 2 Session... 7 2.1 Message

More information

London Stock Exchange

London Stock Exchange London Stock Exchange MIT 303 Level 2 - MITCH Specification Issue 11.6 17 August 2015 Contents Disclaimer 4 1.0 Introduction 5 1.1 Purpose 5 1.2 Readership 5 1.3 Document Series 5 1.4 Document History

More information

1. How and where can I find the terms and conditions of my contract?

1. How and where can I find the terms and conditions of my contract? 1 Post Pay My Contract 1. How and where can I find the terms and conditions of my contract? At the time of signing up; When you sign up to a Bill Pay contract with id, we provide you with your contract

More information

Terms and Conditions for Access/ Entertainment/ Mobile Services Plan (with mytv SUPER)

Terms and Conditions for Access/ Entertainment/ Mobile Services Plan (with mytv SUPER) Terms and Conditions for Access/ Entertainment/ Mobile Services Plan (with mytv SUPER) 1. The Access/ Entertainment/ Mobile Services plan (with mytv SUPER) ( Service Plan ) provided by Hong Kong Broadband

More information

Japannext PTS GLIMPSE Market Data Specification for Equities

Japannext PTS GLIMPSE Market Data Specification for Equities Japannext PTS GLIMPSE Market Data Specification for Equities Version 1.2 Updated 26 October 2017 Table of Contents Introduction... 3 Overview... 3 Data Types... 3 Service Usage... 3 Outbound Sequenced

More information

NFX MARKET DATA FEED INTERFACE SPECIFICATIONS. NFX Market Data Feed

NFX MARKET DATA FEED INTERFACE SPECIFICATIONS. NFX Market Data Feed NFX Market Data Feed Table of Contents 1 INTRODUCTION... 3 1.1 PURPOSE... 3 1.2 ARCHITECTURE... 3 2 SESSION CHARACTERISTICS... 4 2.1 REAL-TIME PRODUCTION DATA... 4 2.2 PRE-LAUNCH TEST DATA... 4 2.3 TRANSMISSION

More information

VERIZON SELECT SERVICES INC. Page 1. SECTION 13 - EXHIBIT M - Network-Based IP VPN SERVICE

VERIZON SELECT SERVICES INC. Page 1. SECTION 13 - EXHIBIT M - Network-Based IP VPN SERVICE VERIZON SELECT SERVICES INC. Page 1 Quote Number or CBS/CNE Tracking Number: 1) Description of Service. Internet Protocol-Virtual Private Network (IP VPN) Service (Service) is a packet-based advanced data

More information

TAQ XDP INTEGRATED, TRADES AND BBO FEED CLIENT SPECIFICATION

TAQ XDP INTEGRATED, TRADES AND BBO FEED CLIENT SPECIFICATION NYSE, NYSE MKT Version Date 1.0b December 15, 2015 2016 NYSE. All rights reserved. No part of this material may be copied, photocopied or duplicated in any form by any means or redistributed without the

More information

US Options Multicast Top Specification. Version 1.2.2

US Options Multicast Top Specification. Version 1.2.2 US Options Multicast Top Specification Version 1.2.2 December 21, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 6 1.3 Symbol Ranges, Units, and Sequence Numbers...

More information

XDP TRADES CLIENT SPECIFICATION

XDP TRADES CLIENT SPECIFICATION Document title XDP TRADES NYSE TRADES. NYSE ARCA TRADES, NYSE MKT TRADES Version Date 1.7 12 September 2013 2014 NYSE Euronext. All rights reserved. No part of this material may be copied, photocopied

More information

User Guide. Master Covers. Version Revision 1

User Guide. Master Covers. Version Revision 1 User Guide Master Covers Version 2.2.2 Revision 1 Table of Contents Bridge User Guide - Table of Contents 1 TABLE OF CONTENTS... 1 INTRODUCTION... 4 Guide... 4 MANAGING MASTER COVERS... 5 Guide... 5 Creating

More information

Turquoise. TQ401 - Level 2 MITCH UDP Market Data. Issue January 2018

Turquoise. TQ401 - Level 2 MITCH UDP Market Data. Issue January 2018 Turquoise TQ401 - Level 2 MITCH UDP Market Data Issue 3.5.3 03 January 2018 Contents 1.0 Introduction 4 1.1 Purpose 4 1.2 Readership 4 1.3 Document Series 4 1.4 Document History 6 1.5 Enquiries 11 6.0

More information

LACS Link Product Developer Licensee Performance Requirements

LACS Link Product Developer Licensee Performance Requirements 1 General 1.1 The LACS Link data product is provided by USPS to give mailers a tool to obtain converted addresses that are changed from rural-style to city-style addresses or existing city-style addresses

More information

Telplex Communications Competitive Local Exchange and Interexchange Service Rates Ohio

Telplex Communications Competitive Local Exchange and Interexchange Service Rates Ohio Telplex Communications Competitive Local Exchange and Interexchange Service Rates Ohio The following rates apply to the furnishing of competitive local exchange and interexchange telecommunications services

More information

XDP TRADES FEED CLIENT SPECIFICATION

XDP TRADES FEED CLIENT SPECIFICATION XDP TRADES FEED NYSE TRADES, NYSE MKT TRADES Version Date 2.3e 21 November 2014 2014 NYSE. All rights reserved. No part of this material may be copied, photocopied or duplicated in any form by any means

More information

Cboe Options Exchanges Binary Order Entry Specification. Version 2.5.3

Cboe Options Exchanges Binary Order Entry Specification. Version 2.5.3 Binary Order Entry Specification Version 2.5.3 April 4, 2018 Contents Cboe Options Exchanges 1 Introduction... 5 1.1 Overview... 5 1.2 Document Format... 5 1.3 Hours of Operation... 5 1.4 Data Types...

More information

Subscription Terms & Conditions 6 Month, 12 Month and 24 Month Subscriptions

Subscription Terms & Conditions 6 Month, 12 Month and 24 Month Subscriptions Subscription Terms & Conditions 6 Month, 12 Month and 24 Month Subscriptions By subscribing to The Big Issue magazine you agree to the following terms and conditions: 1. The Big Issue will supply a magazine

More information

2018 ACH RULE CHANGES AND UPDATES. Jessica Lelii & Jill Lamb, AAP EFT Specialist, MY CU Services, LLC. Disclaimer

2018 ACH RULE CHANGES AND UPDATES. Jessica Lelii & Jill Lamb, AAP EFT Specialist, MY CU Services, LLC. Disclaimer 2018 ACH RULE CHANGES AND UPDATES Jessica Lelii & Jill Lamb, AAP EFT Specialist, MY CU Services, LLC www.mycuservices.com Disclaimer This material is not intended to provide any warranties or legal advice,

More information

Cboe US Equities Binary Order Entry Specification. Version

Cboe US Equities Binary Order Entry Specification. Version Binary Order Entry Specification Version 2.1.25 December 4, 2017 Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Data Types... 4 1.3 Optional Fields and Bit fields... 5 1.4 Hours of Operations... 7

More information

amaysim Mobile Service Description

amaysim Mobile Service Description Valid as of 24 March 2015 amaysim Australia Pty Ltd, PO Box R567, Royal Exchange NSW 1225, Australia, ABN 65 143 613 478, ACN 143 613 478 Table of Contents 1. About this service description 1 2. The Service

More information

Cboe Futures Exchange Multicast TOP Specification. Version 1.1.3

Cboe Futures Exchange Multicast TOP Specification. Version 1.1.3 Multicast TOP Specification Version 1.1.3 November 8, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Hours and System Restart... 5 1.3 Feed Connectivity Requirements... 6 1.4 Symbol Ranges,

More information

NYSE UGW Binary Gateway Specification

NYSE UGW Binary Gateway Specification NYSE UGW Binary Gateway Specification NYSE Arca NYSE American October 1, 2018 Version 6.0 Date Revision Synopsis of Change 4/25/2012 4.1a Initial Document 5/05/2012 4.1b Added conditional Liquidity Indicator

More information

Programming Logic and Design Sixth Edition

Programming Logic and Design Sixth Edition Objectives Programming Logic and Design Sixth Edition Chapter 6 Arrays In this chapter, you will learn about: Arrays and how they occupy computer memory Manipulating an array to replace nested decisions

More information

TABLE OF CONTENTS. TRACE Treasury Securities CTCI Specification ver 1.4

TABLE OF CONTENTS. TRACE Treasury Securities CTCI Specification ver 1.4 Computer to Computer Interface (CTCI) Specifications for the Trade Reporting and Compliance Engine system (TRACE ) Trade Reporting for Treasury Securities Version 1.4 April 25, 2017. TABLE OF CONTENTS

More information

XDP INTEGRATED FEED CLIENT SPECIFICATION

XDP INTEGRATED FEED CLIENT SPECIFICATION XDP INTEGRATED FEED CLIENT SPECIFICATION NYSE AMERICAN INTEGRATED FEED NYSE ARCA INTEGRATED FEED NYSE NATIONAL INTEGRATED FEED NYSE INTEGRATED FEED* Version Date 2.1g January 29, 2018 *There may be changes

More information

MSRB RTRS Price Dissemination Services Specifications Document January 25, 2008 Version 2.6

MSRB RTRS Price Dissemination Services Specifications Document January 25, 2008 Version 2.6 MSRB RTRS Price Dissemination Services Specifications Document January 25, 2008 Version 2.6 The Municipal Securities Rulemaking Board began operating its Real-Time Transaction Reporting System on January

More information

ORDER NO * * * * * * * * On April 21, 2017, Baltimore Gas and Electric ( BGE ) requested that the

ORDER NO * * * * * * * * On April 21, 2017, Baltimore Gas and Electric ( BGE ) requested that the ORDER NO. 88834 IN THE MATTER OF THE BALTIMORE GAS AND ELECTRIC COMPANY REQUEST FOR APPROVAL OF A PREPAID PILOT PROGRAM AND REQUEST FOR WAIVERS OF COMAR AND COMMISSION ORDERS BEFORE THE PUBLIC SERVICE

More information

ALL THE IMPORTANT BITS

ALL THE IMPORTANT BITS STAFF MOBILE Cap Plan AND FRIENDS OF TELSTRA CAP PLAN ALL THE IMPORTANT BITS C125 DEC11 01 ACCEPTANCE It is important that you read these terms and conditions, our Mobile Services Things you need to know

More information

Qurrex mathcing module. Specification. https://qurrex.com/

Qurrex mathcing module. Specification. https://qurrex.com/ Qurrex mathcing module Specification https://qurrex.com/ Table of contents Introduction... 2 Module description... 3 Matching auction... 3 Features of the current implementation... 3 Types of messages...

More information

Rakuten.com Merchant Manual

Rakuten.com Merchant Manual Rakuten.com Merchant Manual 1 Table of Contents Signing into your Account..3-4 Manage Shipping Settings 5 Adding Header & Footer.6-9 List/Create a Product..10-17 o Create listing.11 o Create New Product...12

More information

Post Office Broadband & Phone Archived Pricing Notifications

Post Office Broadband & Phone Archived Pricing Notifications Post Office Broadband & Phone Archived Pricing Notifications 17 July 2017 Home Phone Current Prices New Prices from 17th July 2017 Line Rental 16.99 a month No change Line Rental Saver 179.88 oneoff (equivalent

More information

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS RESOLV EDI CONTROL User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2011-2016 by Achieve IT Solutions These materials are subject to change without notice. These materials are

More information

NYSE SYMBOLOGY. Document title. 1.0c 23 Mar 2015

NYSE SYMBOLOGY. Document title. 1.0c 23 Mar 2015 Document title Version Date 1.0c 23 Mar 2015 2015 NYSE. All rights reserved. No part of this material may be copied, photocopied or duplicated in any form by any means or redistributed without the prior

More information

Terms and conditions of 24-month mytv SUPER App (Alpha Pack) 1. Subscriber must successfully register the Mobile Services Plan on or before 30

Terms and conditions of 24-month mytv SUPER App (Alpha Pack) 1. Subscriber must successfully register the Mobile Services Plan on or before 30 Terms and conditions of 24-month mytv SUPER App (Alpha Pack) 1. Subscriber must successfully register the Mobile Services Plan on or before 30 September, 2017 and activate the Mobile Services Plan on or

More information

NASDAQ NORDIC Genium INET Pre-trade Risk Management Service Guide 2.2

NASDAQ NORDIC Genium INET Pre-trade Risk Management Service Guide 2.2 NASDAQ NORDIC Genium INET Pre-trade Risk Management Service Guide 2.2 DOCUMENT SCOPE This document describes the NASDAQ Nordic Genium INET Pre-Trade Risk Management (PRM) service, offered by NASDAQ Stockholm

More information

RIGHTMOVE PRODUCT GUIDELINES New Homes. Core Membership means the basic Services to which You are entitled in return for your Core Membership Fee.

RIGHTMOVE PRODUCT GUIDELINES New Homes. Core Membership means the basic Services to which You are entitled in return for your Core Membership Fee. RIGHTMOVE PRODUCT GUIDELINES New Homes DEFINITIONS Core Membership means the basic Services to which You are entitled in return for your Core Membership Fee. Additional Products means the additional Services

More information

UTP Snap-Shot 1.0 Version 1.0 Published October 2018

UTP Snap-Shot 1.0 Version 1.0 Published October 2018 UTP Snap-Shot 1.0 Version 1.0 Published October 2018 Table of Contents 1 Overview... 3 2 Architecture... 3 3 Data Types... 5 4 Message Formats... 6 4.1 Control Message... 7 4.2 Issue Symbol Directory Message

More information

FIXED SERVICE SCHEDULE ISDN 2 SERVICE. The following additional terms and conditions apply to the provision of the ISDN 2 Service.

FIXED SERVICE SCHEDULE ISDN 2 SERVICE. The following additional terms and conditions apply to the provision of the ISDN 2 Service. FIXED SERVICE SCHEDULE ISDN 2 SERVICE The following additional terms and conditions apply to the provision of the ISDN 2 Service. 1 DEFINITIONS In this Service Schedule, in addition to those terms defined

More information

Standard Terms & Conditions

Standard Terms & Conditions Kent Innovation Centre, Millennium Way, Broadstairs, Kent, CT10 2QQ Telephone: 01843 609372 Email: office@broadbiz.co.uk Website: www.broadbiz.co.uk Social: www.facebook.com/broadbiz / twitter.com/broadbiz

More information

Bridge. Master Covers Guide. Version

Bridge. Master Covers Guide. Version Bridge Master Covers Guide Version 2.5.103 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Managing Master Covers 2 Creating a New Master Cover 2 Viewing and Modifying a Master

More information

Cboe Options Exchanges Binary Order Entry Specification. Version 2.7.2

Cboe Options Exchanges Binary Order Entry Specification. Version 2.7.2 Binary Order Entry Specification Version 2.7.2 October 26, 2018 Contents Cboe Options Exchanges 1 Introduction... 5 1.1 Overview... 5 1.2 Document Format... 5 1.3 Hours of Operation... 5 1.4 Data Types...

More information

TELECHOICE - POSTPAID MOBILE BROADBAND SERVICE PRICING TABLE SECTION 4 ARCHIVED OFFER PRICING PLANS FOR CUSTOMERS

TELECHOICE - POSTPAID MOBILE BROADBAND SERVICE PRICING TABLE SECTION 4 ARCHIVED OFFER PRICING PLANS FOR CUSTOMERS 1 TELECHOICE - POSTPAID MOBILE BROADBAND SERVICE PRICING TABLE SECTION 4 ARCHIVED OFFER PRICING PLANS FOR CUSTOMERS 1 ABOUT THIS SECTION... 2 2 MOBILE BROADBAND PLANS: 2.5 GB MOBILE BROADBAND (PLAN REF:

More information

Business 3Mobile Broadband Price Plan Rules

Business 3Mobile Broadband Price Plan Rules Business 3Mobile Broadband Effective 10th January 2018 The 3Mobile Broadband are in addition to the General Terms for Services and any other terms provided to you as part of the authorisation process completed

More information

DATA SUBMISSION REQUIREMENTS MANUAL

DATA SUBMISSION REQUIREMENTS MANUAL DATA SUBMISSION REQUIREMENTS MANUAL General Insurance Statistical Agency/ Agence statistique d'assurance générale 17th Floor 5160 Yonge Street Toronto, Ontario M2N 6L9 www.gisa-asag.ca This manual contains

More information

Publishing Mail Rate card

Publishing Mail Rate card Rate card Royal Mail Publishing Mail January 2018 Helping your business thrive and prosper Royal Mail is the UK s designated Universal Postal Service Provider, supporting customers, businesses and communities

More information

Japannext PTS FIX Trading Specification for Bonds

Japannext PTS FIX Trading Specification for Bonds Japannext PTS FIX Trading Specification for Bonds Version 1.1 Updated 15 September 2017 Table of Contents Introduction...3 Overview...3 Service Configuration...3 Fault Redundancy...3 FIX Protocol...3 Data

More information

Turquoise Equities Trading Gateway (NATIVE)

Turquoise Equities Trading Gateway (NATIVE) T Q 3 0 1 T E C H N I C A L S P E C I F I C A T I O N Turquoise Equities Trading Gateway (NATIVE) I S S U E 2.6 2 0 F e b r u a r y 2 0 1 3 1 Contents 1 INTRODUCTION... 5 1.1 Purpose... 5 1.2 Readership...

More information

TELECHOICE - POSTPAID MOBILE BROADBAND SERVICE PRICING TABLE SECTION 2 - CURRENT OFFER PRICING PLANS FOR CUSTOMERS

TELECHOICE - POSTPAID MOBILE BROADBAND SERVICE PRICING TABLE SECTION 2 - CURRENT OFFER PRICING PLANS FOR CUSTOMERS 1 TELECHOICE - POSTPAID MOBILE BROADBAND SERVICE PRICING TABLE SECTION 2 - CURRENT OFFER PRICING PLANS FOR CUSTOMERS 1 ABOUT THIS SECTION... 2 2 MOBILE BROADBAND M2M PLANS: 2.5 GB MOBILE BROADBAND M2M

More information

Appendix 3: Subscribing Entity Reference Guide to NGI s Rap Back Service Version 2.1 June 1, 2014

Appendix 3: Subscribing Entity Reference Guide to NGI s Rap Back Service Version 2.1 June 1, 2014 Appendix 3: Subscribing Entity Reference Guide to NGI s Rap Back Service Version 2.1 June 1, 2014 Note to Submitters: The information in this document is provided for you to use in any manner most appropriate

More information

CIS New Functionality. June 2015 May 2016

CIS New Functionality. June 2015 May 2016 June 2015 May 2016 23 rd June 2015: 122380 View Member Refund Checks The Capital Credit tab of the Member browser includes a secured 'View Refund Checks' button. The button will open a window and display

More information

China Telecom Corporation Limited Shanghai Branch (China. Telecom Shanghai)

China Telecom Corporation Limited Shanghai Branch (China. Telecom Shanghai) China Telecom Corporation Limited Shanghai Branch (China Telecom Shanghai) E-Surfing e-home e6 3G Mobile Bundle Package Terms and Conditions (2015/B) SHDX/F/JL/F/0/SC-111-2015 1. Name of Campaign: E-Surfing

More information

CIS New Functionality

CIS New Functionality 10 th June 2014: 114576 Direct Statement Viewing Users may go directly to a PDF Statement by selecting the menu option for Account > Go To Statement and entering the Statement ID number. If the Statement

More information

FIX DROP (NOM & BX Options) 2.3.c Updated Jan 28, 2017

FIX DROP (NOM & BX Options) 2.3.c Updated Jan 28, 2017 FIX DROP (NOM & BX Options) 2.3.c Updated Jan 28, 2017 1 Overview... 2 2 Session Information... 2 2.1 Logon... 2 2.1.1 ID Fields... 2 2.2 Sequence Numbers... 2 2.3 Heartbeat... 3 2.4 Test Request... 3

More information

XDP INTEGRATED FEED CLIENT SPECIFICATION

XDP INTEGRATED FEED CLIENT SPECIFICATION XDP INTEGRATED FEED CLIENT SPECIFICATION NYSE AMERICAN INTEGRATED FEED PRODUCTION JULY 24, 2017 NYSE ARCA INTEGRATED FEED PRODUCTION 3Q17 NYSE INTEGRATED FEED PRODUCTION LATE 2017 Version Date 2.1b May

More information

VIRGIN MOBILE POSTPAID MOBILE SERVICES DESCRIPTION 1. ABOUT THIS SERVICE DESCRIPTION...3

VIRGIN MOBILE POSTPAID MOBILE SERVICES DESCRIPTION 1. ABOUT THIS SERVICE DESCRIPTION...3 1 VIRGIN MOBILE POSTPAID MOBILE SERVICES DESCRIPTION Click on the section that you are interested in 1. ABOUT THIS SERVICE DESCRIPTION...3 2. THE SERVICE...3 2.1 What is the service?... 3 2.2 Who supplies

More information

MYO. Residential Internet Access and Telephone Services. Pricing and Services Information Guide. Connecting People Workplaces and Communities

MYO. Residential Internet Access and Telephone Services. Pricing and Services Information Guide. Connecting People Workplaces and Communities MYO New Pivit Advantage Series Make Your Own Internet Access Plans Connecting People Workplaces and Communities Residential Internet Access and Telephone Services Pricing and Services Information Guide

More information

XDP TRADES FEED CLIENT SPECIFICATION

XDP TRADES FEED CLIENT SPECIFICATION XDP TRADES FEED NYSE TRADES, NYSE MKT TRADES Version Date 2.3f 29 January 2015 2015 NYSE. All rights reserved. No part of this material may be copied, photocopied or duplicated in any form by any means

More information

PayPal Express Checkout Services

PayPal Express Checkout Services Title Page PayPal Express Checkout s Using the Simple Order API May 2017 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general

More information