NFN Directory Web Service Parameters Directory File Format... 46

Size: px
Start display at page:

Download "NFN Directory Web Service Parameters Directory File Format... 46"

Transcription

1 Nasdaq Fund Network (NFN) Daily List Reports Updated: June 6, 2018 Table of Contents Nasdaq Fund Network (NFN) Daily List Reports... 1 verview... 2 Web Service Reports... 2 Secured Website Access... 2 Architecture... 3 Hours of peration... 5 Release Notes... 5 NFN Daily List(s)... 9 Web Service Parameters... 9 NFN Daily List File Format... 9 Event Descriptions Daily List Processing Summary NFN Daily List Posting Time NFN Directory Web Service Parameters Directory File Format Documentation Posting Service Web Service Parameters Documentation List File Format NFN Root Directory Web Service Parameters Root Directory File Format Root Directory Dynamic File Format Ex Date Report Web Service Parameters Ex-Date Report File Format NFN Ex-Date Report Timing Appendix A Documentation Version Control Log Ex Date file format changes:... 76

2 verview Web Service Reports The NFN Daily List is a web-based data product offered by Nasdaq Information, LLC. The NFN Daily List is designed to provide the market data community with issue level security details for NFN instruments. This Nasdaq product includes NFN-related reports: 1. NFN Daily List: This component provides advance notification of NFN registration actions such as new instruments, deleted instruments and instrument attribute changes. For the Daily List component, Nasdaq will generate two daily files: a. Daily List Advance Notifications: This file will include all NFN registration actions that were approved by NFN perations on the current business date for a future System effective date. b. Daily List Next Business Day Changes: This file provides only those NFN registration actions scheduled to take effect on the next business date. 2. Directory: This component file provides security level information for all active instruments in the NFN system at the beginning of the current business day. 3. Documentation Posting Service: Nasdaq allows NFN issuers to post prospectus, statements of additional information (SAI), semi-annual and annual reports, and money market monthly financial statements in PDF format for market data vendors to access. Each day, Nasdaq will generate a file defining new NFN documents available for download. 4. Ex Date Report: Nasdaq allows NFN pricing agents to enter advance notifications of Dividend/Interest and Capital Distribution actions. To ensure that the market data community can access these corporate actions on the appropriate ex-date, Nasdaq plans to add an Ex-Date report to the NFN web product. Please note that the NFN Daily List includes CUSIP numbers. Firms must have an agreement in place with the S&P CUSIP Bureau and appropriate NFN entitlement token in order to see the CUSIP values within the NFN files. Secured Website Access Nasdaq offers NFN website access to NFN Daily List subscribers. Through the NFN website, firms may download all the reports listed above. In addition, Nasdaq will offer the following functionality via the NFN website: Search capabilities for the Directory and Daily List products. Ability to view intra-day NFN reporting statistics. Ability to download monthly NFN reports such as counts by pricing agent, counts by issuer, Updates by instrument type and Updates by time interval. Revised: June 6, 2018 Page 2

3 Firms should be able to log into the NFN website at to take advantage of the new functionality. For details on the NFN website functionality, please refer to the Downloads and Reports section of the NFN Website User Guide. Architecture The NFN Registration Service data files will be accessible to subscribers via Secured Web Service. In order to access the files, NFN Daily List subscribers must have a valid security certificate, user ID and password from Nasdaq. Nasdaq strongly recommends that firms create web service calls to retrieve the NFN Daily List and NFN Directory files. Nasdaq has modified the authentication process for fetching files from the NFN Secure Web Service. All programmatically generated calls should contain client certificate issued by Nasdaq (NasdaqM Web Security Framework). Exported ( certificate can be saved as a file and added to the request. For security reasons, Nasdaq recommends that firms access the NFN web services via PST (user credentials passed via form post) method. The following is an example call that can be used to retrieve files: GetFile(" 2010&Type=pipe","YURUSERNAME","YURPASSWRD", PATHTSAVEDCERT, CERTPASSWRD ); public static void GetFile (string url, string username, string password, string certpath, string certpassword) { string postdata = String.Format("username={0}&password={1}", username, password); StreamReader sr = null; HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(url); request.method = "PST"; request.accept = "text/html"; request.cookiecontainer = new CookieContainer(); request.useragent = "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)"; ///Exported client certificate added to the request. 509Certificate yourcert = new 509Certificate(certPath, certpassword); request.clientcertificates.add(yourcert); byte[] bytearray = System.Text.Encoding.UTF8.GetBytes(postData); request.contenttype = "application/x-www-form-urlencoded"; request.contentlength = bytearray.length; Stream datastream = request.getrequeststream(); datastream.write(bytearray, 0, bytearray.length); datastream.close(); try { Revised: June 6, 2018 Page 3

4 } using (HttpWebResponse response = (HttpWebResponse)request.GetResponse()) { if ((int)response.status < 400 (int)response.status > 499) { sr = new StreamReader(response.GetResponseStream()); //here you can parse the stream and store in db, or write to a file //i will simply write it to the console Console.WriteLine(sr.ReadToEnd()); } else { //error in web request returned by server Console.WriteLine(response.Status + ": " + response.statusdescription); } } } catch (Exception e) { Console.WriteLine(e.Message); } finally { sr.close(); } Note: Clients are required to replace username and password with their unique assigned logon credentials from Nasdaq. Additional authentication examples are available upon request. Clients also need to present a valid client side certificate NasdaqM Web Security Framework. ther Sample Calls Using CURL: curl -b cookies.txt -c cookies.txt -d "username=&password=yyy" url --cert <certificate[:password]> Note: Cookies should be turned on to retain sessions. In addition, explicitly post the username and password (lower case) and remove server variables. Revised: June 6, 2018 Page 4

5 Hours of peration The NFN web service reports outlined in this document are available for download from Monday mornings at 12:00 a.m., Eastern Time (ET) through Friday evenings at 11 p.m., ET. The NFN posting times for each report are as follows: Report Name NFN Daily Lists All Versions Initial Posting Time Between 11:00 a.m., ET and 1 p.m., ET Final Posting Time Notes 6:00 p.m., ET Nasdaq attempts to post file by 12 noon, ET. After initial posting, Nasdaq attempts to limit the NFN Daily List changes to corrections only. Directory 7:00 a.m., ET Since the NFN Symbol Directory contains only active instruments, it is rare for the contents to change intraday. Ex-Date Report 8:00 a.m., ET 8:05 p.m., ET Nasdaq dynamically updates the Ex-Date report as pricing agents enter dividend and capital distribution data into the NFN system. For the most complete data, Nasdaq recommends that firms pull the report after 8:05 p.m., ET Release Notes Upcoming Change Changes pertaining to rebranding to the NFN Daily List n or about August 20, 2018, Nasdaq will release rebranding changes to the Nasdaq Fund Network (NFN) Daily List, and Symbol Directory. These changes will include removing branding from 4 field headerss in message header row, and removing branding from 1 event code, detailed below.nasdaq will release JSN formatted data streams and files. For JSN formatted test files please see Data Technical News Daily List Changes: ld MFQS Symbol Current MFQS Symbol New MFQS Event New Symbol Current Symbol - New Event Revised: June 6, 2018 Page 5

6 MFQS Symbol for Merger / Acquisition MFQS Attribute Change MFQS Effective Date Symbol Directory changes: ld MFQS Symbol MFQS Start Date Symbol for Merger / Acquisition Attribute Change System Effective Date New Symbol Pricing Start Date Nasdaq to release a new Type, and a new code for Demand Deposit Account: Type Description DD 5 Demand Deposit Account A demand deposit is an account with a bank or other financial institution that allows the depositor to withdraw his or her funds from the account without warning or with less than seven days' notice. Demand deposits are a key component of the M1 money supply calculated by the Federal Reserve. In addition to integrating the rebranding of the Nasdaq Fund Network, the names of the web service reports are also changing. Report Advanced Notification Daily List Report names through August 17, 2018 ~/reports/mfqsadvance.ashx Report names as of August 20, 2018 ~/reports/dladvance.ashx Symbol Directory ~/reports/mfqsdirectory.ashx ~/reports/directory.ashx Documentation Download ~/reports/mfqsdocpost.ashx ~/reports/docpost.ashx Next Day Notification Daily List Expense ~/reports/mfqsnextday.ashx ~/reports/mfqsfundexpense.as hx ~/reports/dlnextday.ashx ~/reports/expense.ashx Root Directory ~/reports/mfqsroot.ashx ~/reports/rootdirectory.ashx Performance ~/reports/mfqsperfo rmance.ashx ~/reports/performance.as hx Revised: June 6, 2018 Page 6

7 n March 26, 2018, Nasdaq will release a new s and Type values to the NFN Daily List. The new Types and s will denote the addition of SMAs, UMAs, CITs, Separate Accounts and the shift of Hedge Funds from Alternative Products, to its own Type, the for Hedge Funds will remain the unchanged. n January 29, 2018, Nasdaq will release a new field to the NFN Daily List. Root Symbol will denote the Root identification for each instrument listed with NFN, where available. This field will not be required. Past Changes Change 2017 n November 20, 2017, Nasdaq will release a new field to the NFN Daily List. Class will denote the share class for each instrument listed with NFN, where available. This new field will be eligible for Mutual Funds, Money Market Funds, Annuities, and Alternative Investment Products. This field will not be required. Based on client demand, Nasdaq is modifying NFN eligibility standards to allow both registered and non-registered instruments to use the valuation service. n March 6, 2017, Nasdaq will release three new values in the existing Registration field on the NFN Daily List. The new field will denote the U.S. regulatory oversight body with which the NFN instrument is registered. The allowable values are: Description S U.S. Securities and Exchange Commission (SEC) is covered by SEC rules. M Municipal Securities Rulemaking Board (MSRB) is covered by MSRB rules. C U.S. Commodity Futures Trading Commission (CFTC) is covered by CTFC rules. SEC Registration Exemption meets SEC exemption requirements and is not covered by MSRB or CTFC rules. N Not Registered with U.S. Regulatory Agency is not covered by U.S. regulatory agency rules. n May 15, 2017, Nasdaq will add two codes for the existing field in the NFN Symbol Directory and NFN Daily List file formats. The new values are: Description Y Interval Fund An interval fund is a type of investment company that periodically offers to repurchase its shares from shareholders. Please refer to the SEC website for a more complete description. Revised: June 6, 2018 Page 7

8 Z Business Development Company (BDC) Note: NFN supports a footnote code of I to denote when repurchase offer periods. BDCs is a type of closed-end investment company for the purpose of making capital more readily available to small, developing, and financially troubled companies that do not have ready access to the public capital markets or other forms of conventional financing. Please refer to the SEC website for BDC rules. Revised: June 6, 2018 Page 8

9 NFN Daily List(s) Web Service Parameters To retrieve the NFN Directory, Web Service Users shall need to enter a call with the following parameters: Daily List File Name: As noted below, Nasdaq offers two versions of the NFN Daily List. User should specify DLAdvance or DLNextDay. Date of Daily List: Data should be entered in MM-DD-YYYY or MM/DD/YYYY format. File Type: Data should indicate requested file format. ptions: ML for ML formatted text, pipe for pipe ( ) delimited text, ExcelML for a formatted MS- Excel file, or JSN for a JSN format. NFN Daily List File Format Each business day, Nasdaq will post two NFN Daily List files with the same basic file format: NFN Daily List Advance Notifications: This file will include all NFN registration actions that were approved by NFN perations on the current business date regardless of the effective date. This advance notification file will be stored as a pipedelimited text file. For the Web Service file name parameter, please use DLAdvance. NFN Daily List Next Business Day Changes: This file provides only those NFN registration actions scheduled to take effect on the next business day. This next day file will be stored as a pipe-delimited text file. For the Web Service file name parameter, please use DLNextDay. The file format for both files will be the same. The NFN Daily List files will include a message header row with the field headings. Following the message header row, the individual security-level records will be sorted in ascending order by System Effective Date and then ascending alphabetic order by Symbol field. As the last record in the file, the system will provide the Web Service parameters as well as the Note for the Day. Security Level Details Posting Date Date, MM/DD/YYYY Denotes the date on which the NFN Daily List record was generated. Date field is stored in MM/DD/YYYY format. Posting Time Time, HHMMSS Denotes the time that the NFN Daily List entry was generated or last updated. The time will be Revised: June 6, 2018 Page 9

10 stated in HHMMSS format. The time is based on US Eastern Time. System Effective Date (New field name as of August 20, 2018) Event (New field name as of August 20, 2018) Date, MM/DD/YYYY Text up to 50 bytes Denotes the date that the NFN instrument registration change will be effective in the NFN system. Date field is stored in MM/DD/YYYY format. Indicates the type of registration action associated with the NFN instrument. Allowable values are: Issuer Corporate Action Date Type / Tier Current (New as of August 20, 2018) Date, MM/DD/YYYY 2 bytes, Event s Addition Deletion Replacement Attribute Change Restore Withdraw Addition Withdraw Deletion Withdraw Replacement Withdraw - Attribute Change Withdraw Restore Denotes the date that the NFN issuer will enact (enacted) the instrument change action on its side. Date field is stored in MM/DD/YYYY format. Note: The Issuer Corporate Action Date shall be populated for Attribute Change and Deletion event codes only. Denotes the NFN security class and listing tier for the instrument at the time of the Daily List posting. Allowable values are: MF Mutual Fund News Media List MS Mutual Fund Supplemental List $$ Money Market Fund News Media List $S Money Market Fund Supplemental List US Unit Investment Trust (UIT) AN Annuity SP Structured Product AP Alternative Investment Product (AIP) EM NextShares Exchange Traded Managed Fund MA Managed Accounts Revised: June 6, 2018 Page 10

11 CT SA HF DD Collective Investment Trust (CIT) Separate Accounts Hedge Fund Demand Deposit Account Type / Tier New (New as of August 20, 2018) 2 bytes, For addition actions, this field will not be reflect the NFN issue type for the instrument being replaced in the system. will reflect the NFN issue type in system on the Daily List posting date. For deletion actions, this field will reflect the NFN issue type for the instrument being removed from the system. For restore actions, this field will not be Denotes the NFN security class and listing tier for the instrument as of the System Effective Date. Allowable values are: MF Mutual Fund News Media List MS Mutual Fund Supplemental List $$ Money Market Fund News Media List $S Money Market Fund Supplemental List US Unit Investment Trust (UIT) AN Annuity SP Structured Product AP Alternative Investment Product (AIP) EM NextShares Exchange Traded Managed Fund MA Managed Accounts CT Collective Investment Trust (CIT) SA Separate Accounts HF Hedge Fund DD Demand Deposit Account For addition actions, this field will reflect the NFN issue type for the instrument being added to the system. Revised: June 6, 2018 Page 11

12 reflect the NFN issue type for the instrument being added to the system. will reflect the NFN issue type as of the System effective date. For deletion actions, this field will not be For restore actions, this field will reflect the NFN issue type for the instrument being reinstated to the NFN system. Current (New as of August 20, 2018) 1 byte, Indicates the investment strategy or subcategory for the NFN instrument at the time of the Daily List posting. The allowable values are: Mutual Funds (Types MF and MS) Mutual Fund pen End C Mutual Fund Closed End Y Interval Fund Z Business Development Company (BDC) Money Market Funds (Types $$ and $S) Money Market Fund General A Purpose Money Market Fund G Government Securities Money Market Fund Tax Exempt Securities Unit Investment Trust (Type US) Unit Investment Trust Debt D Securities Unit Investment Trust Equity E Securities Annuities (Type AN) M Annuity Variable N Annuity Equity Indexed Structured Products (Type SP) R Structured Product Hybrid Structured Product Single S Stock Structured Product T Buffer/Barrier Enhanced Upside Structured Product Principal U Protected Structured Product V Commodity / F Structured Product Rates W Enhanced Revised: June 6, 2018 Page 12

13 L Structured Product ther Alternative Investment Products (Type AP) B Managed Future Fund F Fund of Hedge Fund I Non-Traded REIT J Non-Traditional Hedge Fund (Registered) K Commodity Pool Fund P Private Equity ffering NextShares Exchange Traded Managed Funds (Type EM) Q NextShares Hedge Fund (Type HF) H Hedge Fund Collective Investment Trust (Type CT) 1 Collective Investment Trust Managed Accounts (Type MA) 2 Separately Managed Accounts (SMA) 3 Unified Managed Accounts (UMA) Separate Accounts (Type SA) 4 Separate Accounts Demand Deposit Account (Type DD) 5 Demand Deposit Account New (New as of August 20, 2018) 1 byte, For addition actions, this field will not be reflect the NFN issue category for the instrument being replaced in the system. will reflect the NFN issue category in system on the Daily List posting date. For deletion actions, this field will reflect the NFN issue category for the instrument being removed from the system. For restore actions, this field will not be Indicates the investment strategy or subcategory for the NFN instrument on the stated System Effective Date. The allowable values are: Mutual Funds (Types MF and MS) Revised: June 6, 2018 Page 13

14 C Y Z Mutual Fund pen End Mutual Fund Closed End Interval Fund Business Development Company (BDC) Money Market Funds (Types $$ and $S) Money Market Fund General A Purpose Money Market Fund G Government Securities Money Market Fund Tax Exempt Securities Unit Investment Trust (Type US) Unit Investment Trust Debt D Securities Unit Investment Trust Equity E Securities Annuities (Type AN) M Annuity Variable N Annuity Equity Indexed Structured Products (Type SP) R Structured Product Hybrid Structured Product Single S Stock Structured Product T Buffer/Barrier Enhanced Upside Structured Product Principal U Protected Structured Product V Commodity / F Structured Product Rates W Enhanced L Structured Product ther Alternative Investment Products (Type AP) B Managed Future Fund F Fund of Hedge Fund I Non-Traded REIT J Non-Traditional Hedge Fund (Registered) K Commodity Pool Fund P Private Equity ffering NextShares Exchange Traded Managed Funds (Type EM) Q NextShares Hedge Fund (Type HF) H Hedge Fund Collective Investment Trust (Type CT) 1 Collective Investment Trust Revised: June 6, 2018 Page 14

15 Managed Accounts (Type MA) 2 Separately Managed Accounts (SMA) 3 Unified Managed Accounts (UMA) Separate Accounts (Type SA) 4 Separate Accounts Demand Deposit Account (Type DD) 5 Demand Deposit Account Symbol Current (New field name as of August 20, 2018) Symbol New (New field name as of August 20, 2018) 11 bytes, 11 bytes, For addition actions, this field will reflect the NFN issue category for the instrument being added to the system. reflect the NFN issue category for the instrument being added to the system. will reflect the NFN issue category as of the System effective date. For deletion actions, this field will not be For restore actions, this field will reflect the NFN issue category for the instrument being reinstated to the NFN system. Denotes the Nasdaq-assigned symbol for NFN instrument at the time of the NFN Daily List file posting. For addition actions, this field will not be reflect the symbol for the instrument being replaced in the system. will reflect the symbol in system on the Daily List posting date. For deletion actions, this field will reflect the symbol for the instrument being removed from the system. For restore actions, this field will not be Denotes the new Nasdaq-assigned symbol for NFN instrument as of the System Effective Date. Revised: June 6, 2018 Page 15

16 For addition actions, this field will reflect the symbol for the instrument being added to the system. reflect the symbol for the instrument being added to the system. will reflect the symbol as of the System effective date. For deletion actions, this field will not be For restore actions, this field will reflect the symbol for the instrument being reinstated to the NFN system. CUSIP Current 9 bytes, Denote the CUSIP in the NFN system for the instrument at the time of the NFN Daily List file posting. Please note that Nasdaq will only populate this field for recipient firms with a valid CUSIP license and entitlement token. CUSIP New 9 bytes, For addition actions, this field will not be reflect the CUSIP for the instrument being replaced in the system. will reflect the CUSIP in system on the Daily List posting date. For deletion actions, this field will reflect the CUSIP for the instrument being removed from the system. For restore actions, this field will not be Denotes the CUSIP number, as being reported by the NFN Issuer, for the NFN instrument as of the System Effective Date. Please note that Nasdaq will only populate this field for recipient firms with a valid CUSIP license and entitlement token. For addition actions, this field will reflect the CUSIP for the instrument being added to the system. reflect the CUSIP for the instrument being added to the system. will reflect the CUSIP as of the System effective date. Revised: June 6, 2018 Page 16

17 For deletion actions, this field will not be For restore actions, this field will reflect the CUSIP for the instrument being reinstated to the NFN system. Name Current Text up to 150 bytes Denotes the Issue Name in the NFN system for the instrument at the time of the NFN Daily List file posting. Name New Issuer Name Current Text up to 150 bytes Text up to 150 bytes For addition actions, this field will not be reflect the Issue Name for the instrument being replaced in the system. For instrument attribute change actions, this field will reflect the Issue Name in system on the Daily List posting date. For deletion actions, this field will reflect the Issue Name for the instrument being removed from the system. For restore actions, this field will not be Denotes the Issue Name for NFN instrument as of the System Effective Date. For addition actions, this field will reflect the Issue Name for the instrument being added to the system. reflect the Issue Name for the instrument being added to the system. will reflect the Issue Name as of the System effective date. For deletion actions, this field will not be For restore actions, this field will reflect the Issue Name of the instrument being reinstated to the NFN system. Denotes the name of the Issuer / Sponsor for the NFN instrument at the time of the NFN Daily List file posting. For addition actions, this field will not be reflect the Issuer Name for the Revised: June 6, 2018 Page 17

18 instrument being replaced in the system. will reflect the Issuer Name in system on the Daily List posting date. For deletion actions, this field will reflect the Issuer Name for the instrument being removed from the system. For restore actions, this field will not be Issuer Name New Text up to 150 bytes Denotes the name of the Issuer / Sponsor for the NFN instrument as of the System Effective Date. Exchange for Listed s Current 4 bytes, For addition actions, this field will reflect the Issuer Name for the instrument being added to the system. reflect the Issuer Name for the instrument being added to the system. will reflect the Issuer Name as of the System effective date. For deletion actions, this field will not be For restore actions, this field will reflect the Issuer Name for the instrument being reinstated to the NFN system. Denotes the IS Market Identification s (MICs) for the primary listing market center for the NFN instrument at the time of the Daily List posting. Note: This field will be populated for closed-end funds / exchange traded funds and structured products only. For addition actions, this field will not be not be will reflect the Listing Exchange in system on the Daily List posting date. For deletion actions, this field will reflect the Listing Exchange for the instrument being removed from the system. For restore actions, this field will not be Revised: June 6, 2018 Page 18

19 Exchange for Listed s New 4 bytes, Denotes the IS Market Identification s (MICs) for the primary listing market center for the NFN instrument as of the System Effective Date. Note: This field will be populated for closed-end funds / exchange traded funds and structured products only. Exchange Symbol For Listed s Current Exchange Symbol For Listed s New 11 bytes, 11 bytes, For addition actions, this field will reflect the Listing Exchange for the instrument being added to the system. not be will reflect the Listing Exchange as of the System effective date. For deletion actions, this field will not be For restore actions, this field will reflect the Listing Exchange for the instrument being reinstated to the NFN system. Denotes the ticker symbol for the NFN instrument on its primary listing market at the time of the Daily List posting. Note: This field will only be populated if the exchange code field above is For addition actions, this field will not be not be will reflect the Listing Exchange in system on the Daily List posting date. For deletion actions, this field will reflect the Listing Exchange for the instrument being removed from the system. For restore actions, this field will not be Denotes the ticker symbol for the NFN instrument on its primary listing market as of the System Effective Date. Note: This field will only be populated if the exchange code field above is Revised: June 6, 2018 Page 19

20 For addition actions, this field will reflect the Listing Exchange Symbol for the instrument being added to the system. not be will reflect the Listing Exchange Symbol as of the System effective date. For deletion actions, this field will not be For restore actions, this field will reflect the Listing Exchange Symbol for the instrument being reinstated to the NFN system. Newspaper Category Current 20 bytes, (inclusive of spaces) Denotes the heading to be displayed in print media stock tables in for the NFN Issuer / Fund Family as of the Daily List posting date. This field will only be populated if the NFN Fund Type Current field value is equal to MF (Mutual Fund News Media List) or $$ (Money Market Fund News Media List). Newspaper Category New 20 bytes, (inclusive of spaces) For addition actions, this field will not be not be For NFN attribute change actions, this field will reflect the Newspaper Heading in system on the Daily List posting date. For deletion actions, this field will reflect the Newspaper Heading for the instrument being removed from the system. For restore actions, this field will not be Denotes the heading to be displayed in print media stock tables in for the NFN Issuer / Fund Family as of the System Effective Date. Note: This field should only be populated if the NFN Fund Type New field value is equal to MF (Mutual Fund News Media List) or $$ (Money Market Fund News Media List). For addition actions, this field will reflect the Newspaper Heading for the instrument being added to the system. not be Revised: June 6, 2018 Page 20

21 will reflect the Newspaper Heading as of the System Effective Date. For deletion actions, this field will not be For restore actions, this field will reflect the Newspaper Heading for the instrument being reinstated to the NFN system. Newspaper Abbreviation Current Denotes the descriptive symbol to be displayed in the print media stock tables for the NFN instrument as of System Effective Date. 16 bytes, (inclusive of spaces) Note: This field should only be populated if the NFN Fund Type Current field value is equal to MF or $$. Newspaper Abbreviation New 16 bytes, (inclusive of spaces) For addition actions, this field will not be not be will reflect the Newspaper Symbol in system on the Daily List posting date. For deletion actions, this field will reflect the Newspaper Symbol for the instrument being removed from the system. For restore actions, this field will not be Denotes the descriptive symbol to be displayed in the print media stock tables for the NFN instrument as of System Effective Date. Note: This field should only be populated if the NFN Fund Type New field value is equal to MF or $$. For addition actions, this field will reflect the Newspaper Symbol for the instrument being added to the system. not be will reflect the Newspaper Symbol as of the System Effective Date. For deletion actions, this field will not be For restore actions, this field will reflect the Newspaper Symbol for the Revised: June 6, 2018 Page 21

22 instrument being reinstated to the NFN system. Pricing Agent Current Text up to 150 bytes Denotes the name of the firm responsible for submitting valuation data for NFN instrument at the time of the Daily List posting. Pricing Agent New Text up to 150 bytes For addition actions, this field will not be reflect the Pricing Agent for the instrument being replaced in the system. will reflect the Pricing Agent in system on the Daily List posting date. For deletion actions, this field will reflect the Pricing Agent for the instrument being removed from the system. For restore actions, this field will not be Denotes the name of the firm responsible for submitting valuation data for NFN instrument as of the System Effective Date. Pricing Frequency Current 1 byte, For addition actions, this field will reflect the Pricing Agent for the instrument being added to the system. reflect the Pricing Agent for the instrument being added to the system. will reflect the Pricing Agent as of the System effective date. For deletion actions, this field will not be For restore actions, this field will reflect the Pricing Agent for the instrument being reinstated to the NFN system. Denotes the pricing frequency for the NFN instrument as of the Daily List posting date. Allowable values are: I D W B M Intraday Daily Weekly Bi-weekly Monthly Revised: June 6, 2018 Page 22

23 Q S A Quarterly Semi-Annual Annual Pricing Frequency New 1 byte, For addition actions, this field will not be reflect the NFN Pricing Frequency for the instrument being replaced in the system. will reflect the NFN Pricing Frequency in system on the Daily List posting date. For deletion actions, this field will reflect the NFN Pricing Frequency for the instrument being removed from the system. For restore actions, this field will not be Denotes the expected pricing frequency for the NFN instrument as of System Effective Date. Allowable values are: I D W B M Q S A Intraday Daily Weekly Bi-weekly Monthly Quarterly Semi-Annual Annual Please note that, if the Issuer does not provide this information, the default pricing frequency will be Daily. For addition actions, this field will reflect the NFN Pricing Frequency for the instrument being added to the system. reflect the NFN Pricing Frequency for the instrument being added to the system. will reflect the NFN Pricing Frequency as of the System effective date. For deletion actions, this field will not be Revised: June 6, 2018 Page 23

24 For restore actions, this field will reflect the NFN Pricing Frequency for the instrument being reinstated to the NFN system. Country of Issuance 2 bytes, Denotes the primary registration location for the issuance as of System Effective Date. For this field, Nasdaq will use IS 3166 country codes. ISIN Current 12 bytes, Reserved for future use. Denotes the ISIN for the NFN at the time of the Daily List posting. The ISIN should map to the country of issuance. ISIN New Currency Inception Date NAV Inception Date 12 bytes, 3 bytes, Date, MM/DD/YYYY 11 bytes, Reserved for future use. Denotes the ISIN for the NFN as of the System Effective Date. The ISIN should map to the country of issuance. Denotes the currency in which the NFN instrument will submit valuation data as of System Effective Date. Nasdaq will use the GitHub currency alphabetic codes for this field. The default value is USD. Denotes the date that the NFN was created by the NFN Issuer. Field will be stated in MM/DD/YYYY format if available. For addition actions, this field will reflect the Inception Date for the instrument being added. reflect the Inception Date for the instrument being added. will reflect the Inception Date in the NFN system for the security. For deletion actions, this field will not be For restore actions, this field will reflect the inception date for the instrument being reinstated to the NFN system. Denotes the net asset value (NAV) for the NFN instrument as of the Inception Date. Data format: $$$$$$$$.dddd. Refer to the Pricing Currency field for the denomination for the NAV. Revised: June 6, 2018 Page 24

25 For addition actions, this field will reflect the Inception Date NAV for the instrument being added. reflect the Inception Date NAV for the instrument being added. will reflect the updated inception date NAV if provided by the issuer. For deletion actions, this field will not be For restore actions, this field will reflect the inception date NAV for the instrument being reinstated to the NFN system if available. Total Net Assets Inception Date 15 bytes, Denotes the total net assets for the NFN instrument as of the Inception Date. Data format: $$$$$$$$$$$$$$$. Refer to the Pricing Currency field for the denomination for the Total Net Assets. Minimum Initial Subscription 12 bytes, For addition actions, this field will reflect the Total Net Assets - Inception Date for the instrument being added. reflect the Total Net Assets - Inception Date for the instrument being added. will reflect the updated Total Net Assets - Inception Date if provided by the issuer. For deletion actions, this field will not be For restore actions, this field will reflect the Total Net Assets - Inception Date for the instrument being reinstated to the NFN system if available. Denotes the Minimum Initial Subscription amount for the NFN instrument as of the Corporate Action Date. Data format: $$$$$$$$$.dd. Refer to the Pricing Currency field for the denomination for the subscription amount. Please note that Minimum Initial Subscription is an optional data entry field. For addition actions, this field will reflect the Minimum Initial Subscription for the instrument being added. Revised: June 6, 2018 Page 25

26 reflect the Minimum Initial Subscription for the instrument being added. will reflect the Minimum Initial Subscription as of the Corporate Action Date. For deletion actions, this field will not be For restore actions, this field will reflect the Minimum Initial Subscription for the instrument being reinstated to the NFN system. Minimum Incremental Subscription 12 bytes, Denotes the Minimum Initial Subscription amount for the NFN instrument as of the Corporate Action Date. Data format: $$$$$$$$$.dd. Refer to the Pricing Currency field for the denomination for the subscription amount. Please note that Minimum Initial Subscription is an optional data entry field. pen To New Investors 1 byte, For addition actions, this field will reflect the Minimum Incremental Subscription for the instrument being added. reflect the Minimum Incremental Subscription for the instrument being added. will reflect the Minimum Incremental Subscription as of the Corporate Action Date. For deletion actions, this field will not be For restore actions, this field will reflect the Minimum Incremental Subscription for the instrument being reinstated to the NFN system. Denotes if the NFN is open or closed to new investors as of the Corporate Action Date. Allowable values are: C <space> Closed to new investors pen to new investors Not available Please note that, if the issuer does not provide this flag, the default value will be. Revised: June 6, 2018 Page 26

27 For addition actions, this field will reflect the Flag for the instrument being added. reflect the Flag for the instrument being added. will reflect the Flag as of the Corporate Action Date. For deletion actions, this field will not be For restore actions, the field will reflect the Flag for the instrument being reinstated to the NFN system. Number of Shareholders 12 bytes, Denotes the number of shareholders for the NFN instrument as of the date listed in the field below. Number of Shareholders Date Total Shares utstanding Date, MM/DD/YYYY 12 bytes, For addition actions, this field will reflect the Number of Shareholders for the instrument being added. reflect the Number of Shareholders for the instrument being added. will reflect the Number of Shareholders as of the date listed below. For deletion actions, this field will not be For restore actions, this field will reflect the Number of Shareholders from the most recent NFN application for the instrument being reinstated to the NFN system. Indicates the As of Date associated with the Number of Shareholders field above. Field will be stated in MM/DD/YYYY format if available. This field will only be populated if the Number of Shareholders is provided. Denotes the number of total shares outstanding (TS) for the NFN instrument as of date listed in the field below. For addition actions, this field will reflect the TS for the instrument being added. reflect the TS for the instrument being added. Revised: June 6, 2018 Page 27

28 will reflect the TS as of the date listed below. For deletion actions, this field will not be For restore actions, this field will reflect the TS from the most recent NFN application for the instrument being reinstated to the NFN system. Total Shares utstanding Date Date, MM/DD/YYYY Indicates the As of Date associated with the TS field above. Field will be stated in MM/DD/YYYY format if available. This field will only be populated if the TS is provided. Total Net Assets 15 bytes, Denotes the Total Net Assets (in actual currency units) for the NFN instrument as of the date listed in the field below. Data Format: $$$$$$$$$$$$$$$. Refer to the Pricing Currency field for the denomination for the Total Net Assets. For addition actions, this field will reflect the Total Net Assets for the instrument being added. reflect the Total Net Assets for the instrument being added. will reflect the Total Net Assets as of the date listed below. For deletion actions, this field will not be For restore actions, this field will reflect the Total Net Assets from the latest NFN application for the instrument being reinstated to the NFN system. Total Net Assets Date Date, MM/DD/YYYY Note: NFN allows firms to report Total Net Assets via the NFN Valuation Module on a daily basis. nce a security is active on the NFN system, firms should use the Nasdaq Fund Network Data Service product for Total Net Asset information. Indicates the As of Date associated with the Total Net Assets field above. Field will be stated in MM/DD/YYYY format if available. This field will only be populated if the Total Net Assets is provided. Revised: June 6, 2018 Page 28

29 Deposit Date Current Date, MM/DD/YYYY Indicates the current date in the NFN system for the trust deposit. Field will be stated in MM/DD/YYYY format. This field will only be populated for UIT and Structured Product registrations. Deposit Date New Termination Date Current Date, MM/DD/YYYY Date, MM/DD/YYYY For addition actions, this field will not be reflect the Deposit Date for the instrument being removed. will reflect the Deposit Date on the Daily List posting date. For deletion actions, this field will reflect the Deposit Date for the instrument being deleted. For restore actions, this field will not be Indicates the new date in the NFN system for the trust deposit. Field will be stated in MM/DD/YYYY format. This field will only be populated for UIT and Structured Product instruments. For addition actions, this field will reflect the Deposit Date for instrument being added. reflect the Deposit Date for the instrument being added. will reflect the Deposit Date as of the System Effective Date. For deletion actions, this field will not be For restore actions, this field will reflect the Deposit Date for the instrument being instated to the NFN system. Indicates the scheduled maturity or termination date for the NFN instrument on the Daily List posting date. Field will be stated in MM/DD/YYYY format if available. This field will only be populated for UIT and Structured Product instruments. For addition actions, this field will not be Revised: June 6, 2018 Page 29

30 reflect the Termination Date for the instrument being removed. will reflect the Termination Date as of the System Effective Date. For deletion actions, this field will reflect the Termination Date for the instrument being deleted. For restore actions, this field will not be Termination Date New Date, MM/DD/YYYY Indicates the scheduled maturity or termination date for the NFN instrument as of the System Effective Date. Field will be stated in MM/DD/YYYY format if available. This field will only be populated for UIT and Structured Product instruments. Distribution Frequency Current 1 byte, For addition actions, this field will reflect the Termination Date for instrument being added. reflect the Termination Date for the instrument being added. will reflect the Termination Date as of the System Effective Date. For deletion actions, this field will not be For restore actions, this field will reflect the Termination Date from the most recent NFN application for the instrument being reinstated to the NFN system. Indicates the current distribution frequency for the instrument in the NFN system on the Daily List posting date. Allowable values are: M Q S A <space> Monthly Quarterly Semi-Annual Annual Not available For addition actions, this field will not be Revised: June 6, 2018 Page 30

31 reflect the Distribution Frequency for the instrument being removed. will reflect the Distribution Frequency as of the Daily List posting date. For deletion actions, this field will reflect the Distribution Frequency for the instrument being deleted. For restore actions, this field will not be Distribution Type Current 2 bytes, Indicates the current distribution type listed in the NFN system for the instrument. Allowable values are: C R W RC RW <space> Cash Reinvest Wrap Reinvest Cash Reinvest Wrap Not available Distribution Frequency New 1 byte, For addition actions, this field will not be reflect the Distribution Type for the instrument being removed. will reflect the Distribution Type as of the Daily List posting date. For deletion actions, this field will reflect the Distribution Type for the instrument being deleted. For restore actions, this field will not be Indicates the expected distribution frequency for the instrument. Allowable values are: M Q S A <space> Monthly Quarterly Semi-Annual Annual Not available For addition actions, this field will reflect the Distribution Frequency for instrument being added. Revised: June 6, 2018 Page 31

32 reflect the Distribution Frequency for the instrument being added. will reflect the Distribution Frequency as of the System Effective Date. For deletion actions, this field will not be For restore actions, this field will reflect the Distribution Frequency for the instrument being reinstated to the NFN system. Distribution Type New 2 bytes, Indicates the planned distribution type reported by the Issuer for the NFN instrument. Allowable values are: C R W RC RW <space> Cash Reinvest Wrap Reinvest Cash Reinvest Wrap Not available Par Per Share/Unit 13 bytes, For addition actions, this field will reflect the Distribution Type for instrument being added. reflect the Distribution Type for the instrument being added. will reflect the Distribution Type as of the System Effective Date. For deletion actions, this field will not be For restore actions, this field will reflect the Distribution Type for the instrument being reinstated to the NFN system. Denotes the face value amount for the NFN instrument as of the System Effective Date. Data format will be: $$$$$$.dddddd. Refer to the Pricing Currency field for the denomination for the Par amount. Please note that the Par Per Unit/Share field may only be populated for UIT securities. For addition actions, this field will reflect the Par for instrument being added. Revised: June 6, 2018 Page 32

33 reflect the Par for the instrument being added. will reflect the Par as of the System Effective Date. For deletion actions, this field will not be For restore actions, this field will reflect the Par for the instrument being reinstated to the NFN system. Deletion Reason 1 byte, Denotes the reason why the NFN instrument is being deleted from the system. This field will only be populated for deletion actions. Allowable values are: Symbol for Merger / Acquisition (New field name as of August 20, 2018) 11 bytes, L Liquidated E Terminated / Expired M Merged A Acquired I Removed at Issuer Request Q Removed by Nasdaq P Issuance Postponed C Issuance Cancelled R Reorganization V Conversion <space> Not applicable Indicates the NFN Symbol for the surviving instrument in the event of a merger or acquisition. This field will be populated for Deletion events if the Deletion Reason is M (Merged), A (Acquired), or R (Reorganization). Nasdaq will populate this field if it is entered by the NFN Issuer even if the surviving instrument is not part of the NFN system. This field will also be populated for Deletion events if the Deletion Reason is V (Conversion). For instrument conversions, NFN Daily List will carry a deletion record for the old asset class as well as an addition record for the new asset class value. Firms may use the CUSIP / Symbol fields in the deletion record to map data as appropriate. Revised: June 6, 2018 Page 33

34 CUSIP for Merger / Acquisition 9 bytes, Indicates the CUSIP number for the surviving instrument in the event of a merger or acquisition. Please note that Nasdaq will only populate this field for recipient firms with a valid CUSIP license and entitlement token. This field will be populated for Deletion events if the Deletion Reason is M (Merged), A (Acquired), or R (Reorganization). Nasdaq will populate this field if it is entered by the NFN Issuer even if the surviving instrument is not part of the NFN system. Document Available NSCC Clearing Eligible Current 1 byte, 1 byte, This field will also be populated for Deletion events if the Deletion Reason is V (Conversion). For instrument conversions, NFN Daily List will carry a deletion record for the old asset class as well as an addition record for the new asset class value. Firms may use the CUSIP / Symbol fields in the deletion record to map data as appropriate. Denotes if supporting documentation will be posted to the NFN service on the stated effective date. Allowable values are: Y Yes. Supporting documentation will be available for this corporate action on stated System effective date N No. Supporting documentation will not be posted to NFN Daily List for this corporate action. <space. Not applicable Denotes if the NFN instrument is currently National Securities Clearing Corporation (NSCC) eligible. Allowable values are: Y N <space> Yes. NFN issuer has indicated that this instrument is NSCC clearing eligible. No. NFN issuer has indicated that this instrument is not NSCC clearing eligible. Not available. NFN issuer did not provide NSCC eligibility status. Revised: June 6, 2018 Page 34

35 For addition actions, this field will not be reflect the NSCC eligibility flag for the instrument being removed. will reflect the NSCC eligibility flag as of the Daily List posting date. For deletion actions, this field will reflect the NSCC eligibility flag for the instrument being deleted. For restore actions, this field will not be NSCC Clearing Eligible New 1 byte, Denotes if the NFN instrument will be National Securities Clearing Corporation (NSCC) eligible as of the stated System effective date. The allowable values are: Y N <space> Yes. NFN issuer has indicated that this instrument is NSCC clearing eligible. No. NFN issuer has indicated that this instrument is not NSCC clearing eligible. Not available. NFN issuer did not provide NSCC eligibility status. Test Symbol Flag 1 byte, For addition actions, this field will reflect the NSCC eligibility flag for instrument being added. reflect the NSCC eligibility flag for the instrument being added. will reflect the NSCC eligibility flag as of the System Effective Date. For deletion actions, this field will not be For restore actions, this field will reflect the NSCC eligibility flag for the instrument being reinstated to the NFN system. Denotes if the instrument is set up as a live or test issue currently in the NFN system. Allowable values are: Revised: June 6, 2018 Page 35

NFN Directory Web Service Parameters Directory File Format... 54

NFN Directory Web Service Parameters Directory File Format... 54 Nasdaq Fund Network (NFN) Daily List Reports Updated: March 15, 2019 Table of Contents Nasdaq Fund Network (NFN) Daily List Reports... 1 verview... 2 Web Service Reports... 2 Secured Website Access...

More information

Mutual Fund Quotation Service (MFQS) Daily List Reports

Mutual Fund Quotation Service (MFQS) Daily List Reports Mutual Fund Quotation Service (MFQS) Daily List Reports Updated: January 12, 2018 Table of Contents verview... 3 Web Service Reports... 3 Secured Website Access... 3 Architecture... 4 Hours of peration...

More information

Mutual Fund Dissemination Service (MFDS)

Mutual Fund Dissemination Service (MFDS) Mutual Fund Dissemination Service (MFDS) Web-based data access option Data format specification as of January 17, 2018 Managed by Nasdaq Global Information Services Table of Contents Background... 3 Product

More information

Nasdaq Fund Network (NFN) Batch Upload File Format Specification for NFN Website Users. 6/19/2018 Nasdaq Global Information Services

Nasdaq Fund Network (NFN) Batch Upload File Format Specification for NFN Website Users. 6/19/2018 Nasdaq Global Information Services Nasdaq Fund Network (NFN) Batch Upload File Format Specification for NFN Website Users 6/19/2018 Nasdaq Global Information Services 1 Overview... 3 2 Data Format Changes... 3 2.1 Introduction of NFN 0050

More information

Mutual Fund Quotation Service (MFQS) Batch Upload File Format Specification for MFQS Website Users. 3/22/2018 Nasdaq Global Information Services

Mutual Fund Quotation Service (MFQS) Batch Upload File Format Specification for MFQS Website Users. 3/22/2018 Nasdaq Global Information Services Mutual Fund Quotation Service (MFQS) Batch Upload File Format Specification for MFQS Website Users 3/22/2018 Nasdaq Global Information Services 1 Overview... 3 2 Data Format Changes... 3 2.1 Introduction

More information

MFQS WEBSITE USER GUIDE (VERSION )

MFQS WEBSITE USER GUIDE (VERSION ) MFQS WEBSITE USER GUIDE (VERSION 2017-2) TABLE OF CONTENTS INTRODUCTION... 3 Overview... 3 Upcoming Releases... 3 Recent Releases... 3 Sign Up Process... 4 Issuers, Administrators and Pricing Agents...

More information

Mutual Fund Quotation Service (MFQS) File Format Specification for MFQS FTP Server Users. 3/22/2018 Nasdaq Global Information Services

Mutual Fund Quotation Service (MFQS) File Format Specification for MFQS FTP Server Users. 3/22/2018 Nasdaq Global Information Services Mutual Fund Quotation Service (MFQS) File Format Specification for MFQS FTP Server Users 3/22/2018 Nasdaq Global Information Services 1 MFQS FTP Server Information... 4 1.1 Overview... 4 1.2 FTPS Server

More information

Nasdaq Fund Network Data Service

Nasdaq Fund Network Data Service Nasdaq Fund Network Data Service Version: 2018-3 Revised: May 22, 2018 Distributed by: Nasdaq Global Information Services 805 King Farm Boulevard, Suite 200 Rockville, MD 20850 Phone: +1 301 978 5307 E-mails:

More information

Nasdaq Daily List File Format and Specifications

Nasdaq Daily List File Format and Specifications Nasdaq Daily List File Format and Specifications Introduction This specifications document outlines the file format for the Nasdaq Equities, Dividends, Mutual Funds and Next Day X-Date Daily Lists. Please

More information

NASDAQ OMX Global Index Data Service SM

NASDAQ OMX Global Index Data Service SM NASDAQ OMX Global Index Data Service SM Version: 2009-2 Revised: September 25, 2009 Distributed by: NASDAQ OMX Global Data Products 9600 Blackwell Road, Suite 500 Rockville, MD 20850, USA Phone: +1 301

More information

NASDAQ Daily List File Format and Specifications

NASDAQ Daily List File Format and Specifications NASDAQ Daily List File Format and Specifications Introduction This specifications document outlines the file format for the NASDAQ Equities, Dividends, Mutual Funds and Next Day X-Date Daily Lists. Please

More information

BZX Exchange US Listings Corporate Actions Specification

BZX Exchange US Listings Corporate Actions Specification BZX Exchange US Listings Corporate Actions Specification Version 1.0.12 October 17, 2017 Contents 1 Introduction... 3 1.1 Daily Listed Securities Report Overview... 3 1.2 Daily Distributions Report Overview...

More information

Regulatory Notice. MSRB Documents System Hours in EMMA System, RTRS and SHORT System Information Facilities

Regulatory Notice. MSRB Documents System Hours in EMMA System, RTRS and SHORT System Information Facilities Regulatory Notice 0 2015-11 Publication Date July 23, 2015 Stakeholders Municipal Securities Dealers, Municipal Advisors, Issuers, Investors, General Public Notice Type Regulatory Announcement Category

More information

To assist recordkeepers in this task, Mid Atlantic has developed the Investment Toolkit. The Toolkit provides the following services:

To assist recordkeepers in this task, Mid Atlantic has developed the Investment Toolkit. The Toolkit provides the following services: Overview The new fee disclosure rules have created new responsibilities for plan sponsors and plan service providers. While overall, these new rules should help even the playing field for unbundled or

More information

NLS Plus. Version 2.1

NLS Plus. Version 2.1 NLS Plus Version 2.1 A trade-by-trade data feed with Nasdaq, Nasdaq BX and Nasdaq PSX transactions and consolidated volume information for U.S. exchange-listed equities Page 1 Table of Contents 1 Product

More information

FINRA ADDS FINRA Automated Data Delivery System User Guide

FINRA ADDS FINRA Automated Data Delivery System User Guide FINRA ADDS FINRA Automated Data Delivery System User Guide Version 14 Updated January 2018 Table of Contents Overview... 4 Access... 4 Web Access... 4 Trade Journals... 4 Tick Size Pilot Firm Review Files...

More information

MFQS Access Options In June of 2005, NASDAQ OMX discontinued the PDN access option for MFQS. See MFQS News # for details.

MFQS Access Options In June of 2005, NASDAQ OMX discontinued the PDN access option for MFQS. See MFQS News # for details. The Mutual Fund Quotation Service (MFQS) User Guide was originally published in 2001. While the instructions on how to use the MFQS website to submit price data are still accurate, some of the operation

More information

NASDAQ ITCH to Trade Options

NASDAQ ITCH to Trade Options Market Data Feed Version 4.0 NASDAQ ITCH to Trade Options 1. Overview NASDAQ ITCH to Trade Options (ITTO) is a direct data feed product in NOM2 system offered by The NASDAQ Option Market, which features

More information

OTC Markets Compliance Analytics Product Specification

OTC Markets Compliance Analytics Product Specification OTC Markets Compliance Analytics Product Specification Version 1.7 November 2017 OTC Markets Compliance Analytics Specification Change history Date Version Description 11/2017 1.7 Amendment of OTC Tier

More information

NASDAQ OpenView Basic SM. Data Feed Interface Specifications Version c Updated: September 12, 2006

NASDAQ OpenView Basic SM. Data Feed Interface Specifications Version c Updated: September 12, 2006 NASDAQ OpenView Basic SM Data Feed Interface Specifications Version 2006-1c Updated: September 12, 2006 Table of Contents 1 Introduction...1 1.1 Product Background...1 1.2 OpenView Basic Product Description...2

More information

Trading. The screens shown are for illustration purposes only. Streetscape, mystreetscape, and BondTraderPro are registered trademarks of FMR Corp.

Trading. The screens shown are for illustration purposes only. Streetscape, mystreetscape, and BondTraderPro are registered trademarks of FMR Corp. Introduction... 1 Accessing Trading Functions... 2 Selecting Accounts... 2 Using Order Lists... 3 Entering an Equity Order... 5 Optional Fields on the Equity Order Ticket... 7 Entering a Mutual Fund Order...

More information

NASDAQ Best Bid and Offer (QBBO) Version 2.0

NASDAQ Best Bid and Offer (QBBO) Version 2.0 NASDAQ Best Bid and Offer (QBBO) Version 2.0 Distributed by: NASDAQ OMX Global Data Products 805 King Farm Blvd Rockville, MD 20850 U.S.A. +1 301 978 5307 1 Product Description NASDAQ Best Bid and Offer

More information

BX Options Depth of Market

BX Options Depth of Market Market Data Feed Version 1.3 BX Options Depth of Market 1. Overview Nasdaq BX Options Depth of Market (BX Depth) is a direct data feed product offered by The Nasdaq BX Options Market, which features the

More information

PHLX GLIMPSE INTERFACE SPECIFICATIONS. Version 1.5 PHLX GLIMPSE

PHLX GLIMPSE INTERFACE SPECIFICATIONS. Version 1.5 PHLX GLIMPSE Version 1.5 PHLX GLIMPSE 1. Overview A complement to the PHLX Depth real-time data feed product on Nasdaq PHLX SM (referred as PHLX ) PHLX GLIMPSE is a point-to-point data feed connection that provides

More information

OTC Markets Promotion Data File Specification

OTC Markets Promotion Data File Specification OTC Markets Promotion Data File Specification Version 1.0 March 2018 OTC Markets Promotion Data Specification Change history Date Version Description 3/2018 1.0 Initial Version 3/2018 2 Version 1.0 OTC

More information

Cboe End-of-Day ETP Key Values Feed Specification. Version 1.0.3

Cboe End-of-Day ETP Key Values Feed Specification. Version 1.0.3 Cboe End-of-Day ETP Key Values Feed Specification Version 1.0.3 June 15, 2018 Contents 1 Introduction... 3 2 Protocol... 4 2.1 Format... 4 2.2 Availability... 4 2.3 File Name... 4 3 File Layout and Field

More information

PERSHING STANDARD FILE LAYOUTS

PERSHING STANDARD FILE LAYOUTS FILE LAYOUT FOR: Intraday-GLOBAL CUSTOMER POSITION GENERAL INFORMATION File Frequency: Daily Record Size: 750 characters Form Name: (Intraday) DESCRIPTION The Intraday Global Customer Position file ()

More information

NYSE Group Corporate Actions Client Specification

NYSE Group Corporate Actions Client Specification NYSE Group Corporate Actions Client Specification Version Date 2.1.1 28 Sep 2016 2016 NYSE. All rights reserved. No part of this material may be copied, photocopied or duplicated in any form by any means

More information

Plan Access ABA-RF Guide

Plan Access ABA-RF Guide Plan Access ABA-RF Guide September 1, 2014 Copyright Copyright 2009, 2014 Voya Institutional Plan Services, LLC All rights reserved. No part of this work may be produced or used i4 any form or by any means

More information

Nasdaq Options GLIMPSE

Nasdaq Options GLIMPSE Market Data Feed Version 3.2 Nasdaq Options GLIMPSE 1. Overview A complement to the Nasdaq Options ITCH to Trade Options (ITTO) real-time data feed product, Nasdaq Options GLIMPSE 3.0 is a point-to-point

More information

Important Notice National Securities Clearing Corporation

Important Notice National Securities Clearing Corporation A#: 8657 P&S# 8232 DATE: DECEMBER 21, 2018 TO: ALL PARTICIPANTS ATTENTION: MANAGING PARTNER/OFFICER; OPERATIONS PARTNER/OFFICER; MANAGER P&S DEPARTMENT; MANAGER DATA PROCESSING;CASHIER FROM: SUBJECT: PRODUCT

More information

NASDAQ OMX PSX Best Bid and Offer

NASDAQ OMX PSX Best Bid and Offer NASDAQ OMX PSX Best Bid and Offer For PSX Trading Venue NASDAQ OMX Global Data Products 7/10/2013 VERSION 2.0 7/10/2013 1 PSX Best Bid and Offer (PSX BBO) 1 Overview 1.1 Product Description PSX Best Bid

More information

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation.

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation. Fully Disclosed Brokers Getting Started Guide October 2017 2017 Interactive Brokers LLC. All Rights Reserved Any symbols displayed within these pages are for illustrative purposes only, and are not intended

More information

Mutual Fund Quotation Service (MFQS) Access Agreement Introduction and Instructions

Mutual Fund Quotation Service (MFQS) Access Agreement Introduction and Instructions Mutual Fund Quotation Service (MFQS) Access Agreement Introduction and Instructions This introduction page is intended solely for informational purposes and should not be considered as an agreement or

More information

Bats Europe Reference Data Specification

Bats Europe Reference Data Specification Bats Europe Reference Data Specification Version 1.30 19th February, 2016 Bats Trading Limited is a Recognised Investment Exchange regulated by the Financial Conduct Authority. Bats Trading Limited is

More information

RussellTick TM. Developed by: NASDAQ OMX Information, LLC 9600 Blackwell Road, Suite 500 Rockville, MD 20850, USA

RussellTick TM. Developed by: NASDAQ OMX Information, LLC 9600 Blackwell Road, Suite 500 Rockville, MD 20850, USA RussellTick TM Developed by: NASDAQ OMX Information, LLC 9600 Blackwell Road, Suite 500 Rockville, MD 20850, USA Phone: +1 301 978 5307 Fax: +1 301 978 5295 E-mail: dataproducts@nasdaqomx.com Version:

More information

NASDAQ OPTIONS GLIMPSE INTERFACE SPECIFICATIONS. Market Data Feed Version 1.2 BX OPTIONS GLIMPSE

NASDAQ OPTIONS GLIMPSE INTERFACE SPECIFICATIONS. Market Data Feed Version 1.2 BX OPTIONS GLIMPSE Market Data Feed Version 1.2 BX OPTIONS GLIMPSE 1. Overview A complement to the Nasdaq BX Options Depth of Market (BX Depth) real-time data feed product, Nasdaq BX Options GLIMPSE (BX GLIMPSE) is a point-to-point

More information

Margin Direct User Guide

Margin Direct User Guide Version 2.0 xx August 2016 Legal Notices No part of this document may be copied, reproduced or translated without the prior written consent of ION Trading UK Limited. ION Trading UK Limited 2016. All Rights

More information

T+2 TEST APPROACH: DETAILED TESTING FRAMEWORK

T+2 TEST APPROACH: DETAILED TESTING FRAMEWORK JULY 2016 T+2 TEST APPROACH: DETAILED TESTING FRAMEWORK A WHITE PAPER TO THE INDUSTRY TABLE OF CONTENTS 1. Introduction...1 2. Background...2 3. Test Structure...3 Participating Infrastructures... 3 Industry

More information

NASDAQ OMX BX Last Sale

NASDAQ OMX BX Last Sale NASDAQ OMX BX Last Sale For BX Trading Venue and BX Listing Market NASDAQ OMX Global Data Products 805 Kind Farm Blvd Rockville, MD 20850 +1 301 978 5307 11/1/2013 1 Overview 1.1 Product Description BX

More information

OTC Markets Compliance Data File Specification

OTC Markets Compliance Data File Specification OTC Markets Compliance Data File Specification Version 1.7 July 2017 OTC Markets Compliance Data File Specification Change history Date Version Description 4/2014 1.0 Initial Version 5/2014 1.1 Added 2

More information

NASDAQ OMX PSX Last Sale

NASDAQ OMX PSX Last Sale NASDAQ OMX PSX Last Sale For PSX Trading Venue NASDAQ OMX Global Data Products 11/1/2013 1 Overview PSX Last Sale SM (PLS) is a direct data feed product offered by NASDAQ OMX to support the PSX Trading

More information

Security Data File Specification

Security Data File Specification Security Data File Specification Version 2.4 November 2017 Security Data File Specification Change history 11/20/2017 Amendment of OTC Tier values. Remove OTC from Pink tiers. 08/03/2017 Addition of UNS

More information

IPO VITAL SIGNS. Participant Training Guide

IPO VITAL SIGNS.  Participant Training Guide IPO VITAL SIGNS http://ipovitalsigns.com February, 2008 Table of Contents Introduction...2 Course Objectives...2 IPO Vital Signs Login...3 Search IPO Vital Signs...4 Using the IPO Process for Law Firms

More information

Alternative Trading System (ATS) Transparency. Data Website User Guide July 13, Version 3

Alternative Trading System (ATS) Transparency. Data Website User Guide July 13, Version 3 Alternative Trading System (ATS) Transparency Data Website User Guide July 13, 2015 Version 3 This ATS Transparency Data Website User Guide is being made available for informational purposes only. It is

More information

Mass Mutual: Allocated Link

Mass Mutual: Allocated Link Mass Mutual: Allocated Link Overview The Relius Administration system provides three functions for Mass Mutual clients. Each of these three functions are described in this guide. The four functions are:

More information

Nasdaq Options GLIMPSE

Nasdaq Options GLIMPSE Nasdaq Options GLIMPSE Market Data Feed Version 4.00 Nasdaq Options GLIMPSE 1. Overview A complement to the NASDAQ Options ITCH to Trade Options (ITTO) real-time data feed product, NASDAQ Options GLIMPSE

More information

Glimpse for Best of Nasdaq Options (BONO)

Glimpse for Best of Nasdaq Options (BONO) S Market Data Feed Version 1.1 Glimpse for Best of Nasdaq Options (BONO) 1. Overview A complement to the Best of Nasdaq Options (BONO) real-time data feed products, Glimpse for Best of Nasdaq Options (BONO)

More information

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation.

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation. Allocation Fund Investment Manager Getting Started Guide February 2018 2018 Interactive Brokers LLC. All Rights Reserved Any symbols displayed within these pages are for illustrative purposes only, and

More information

CONNEXOR Terms for Data Vendors

CONNEXOR Terms for Data Vendors CONNEXOR Terms for Data Vendors CONNEXOR Terms delivers a comprehensive set of reference data with a wide range of high-quality information across the entire life cycle of financial instruments. The receiver

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

Pursuant to Section 19(b)(1) of the Securities Exchange Act of 1934 ( Act ), 1 and Rule

Pursuant to Section 19(b)(1) of the Securities Exchange Act of 1934 ( Act ), 1 and Rule This document is scheduled to be published in the Federal Register on 05/31/2016 and available online at http://federalregister.gov/a/2016-12670, and on FDsys.gov 8011-01p SECURITIES AND EXCHANGE COMMISSION

More information

1 Overview Architecture Data Types Message Formats Snapshot Message... 9

1 Overview Architecture Data Types Message Formats Snapshot Message... 9 asdaq GLIMPSE 5.0 Table of Contents 1 Overview... 2 2 Architecture... 2 3 Data Types... 2 4 Message Formats... 2 4.1 System Event Message... 3 4.2 Add Order Message... 3 4.3 Stock Directory... 5 4.4 Stock

More information

On December 10, 2015, NYSE Arca, Inc. ( Exchange ) filed with the Securities and

On December 10, 2015, NYSE Arca, Inc. ( Exchange ) filed with the Securities and This document is scheduled to be published in the Federal Register on 04/04/2016 and available online at http://federalregister.gov/a/2016-07511, and on FDsys.gov 8011-01p SECURITIES AND EXCHANGE COMMISSION

More information

Reference Guide Business Online Banking

Reference Guide Business Online Banking Reference Guide Business Online Banking Welcome to safer internet banking Security As online fraud becomes more sophisticated, our security measures need to advance to combat these crimes. The secure token

More information

CMS Web User s Guide. Nasdaq Nordic. Version:

CMS Web User s Guide. Nasdaq Nordic. Version: CMS Web User s Guide Nasdaq Nordic Version: 4.0.130911. Contents 1 Introduction... 4 1.1 Overview... 4 1.2 How to access CMS Web... 4 1.3 User roles... 5 1.3.1 User... 5 1.3.2 Administrator... 5 1.4 Accounts...

More information

PERSHING STANDARD FILE LAYOUTS

PERSHING STANDARD FILE LAYOUTS FILE LAYOUT FOR: [Intraday- Global Bookkeeping Activity GENERAL INFORMATION File Frequency: Record Size: Form Name: DESCRIPTION Daily 750 Characters (Intraday) Intraday Bookkeeping Activity () messages

More information

1,500,000* Credit Suisse X-Links Silver Shares Covered Call ETNs due April 21, 2033**

1,500,000* Credit Suisse X-Links Silver Shares Covered Call ETNs due April 21, 2033** Pricing Supplement No. ETN-7/A6 To the Prospectus Supplement dated June 30, 2017 and the Prospectus dated June 30, 2017 Filed Pursuant to Rule 424(b)(2) Registration Statement No. 333-218604-02 June 30,

More information

PHLX Clearing Trade Interface (CTI)

PHLX Clearing Trade Interface (CTI) PHLX Clearing Trade Interface (CTI) Specification Version 1.1 Table of Contents Table of Contents... 1 1. Overview... 2 2. Architecture... 3 2.1 Network protocol... 3 2.2 Connection... 3 2.3 Backup...

More information

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation.

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation. Multiple Funds Investment Manager Getting Started Guide May 2017 2017 Interactive Brokers LLC. All Rights Reserved Any symbols displayed within these pages are for illustrative purposes only, and are not

More information

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation.

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation. Non-Disclosed Brokers Getting Started Guide August 2017 2017 Interactive Brokers LLC. All Rights Reserved Any symbols displayed within these pages are for illustrative purposes only, and are not intended

More information

Cboe End-of-Day ETP Key Values Feed Specification. Version 1.0.1

Cboe End-of-Day ETP Key Values Feed Specification. Version 1.0.1 Cboe End-of-Day ETP Key Values Feed Specification Version 1.0.1 October 17, 2017 Contents 1 Introduction... 3 2 Protocol... 4 2.1 Format... 4 2.2 Availability... 4 2.3 File Name... 4 3 File Layout and

More information

Multifamily Securities Investor Access Desk Reference Manual

Multifamily Securities Investor Access Desk Reference Manual Multifamily Securities Investor Access Manual February 2013 Contents 1 Application Overview... 3 2 Minimum Browser Requirements... 3 3 Contacting Investor Access Tool Administrator... 3 4 Accessing and

More information

NASDAQ Last Sale (NLS)

NASDAQ Last Sale (NLS) NASDAQ Last Sale (NLS) Direct Data Feed Interface Specification Version: 1.00 Date Revised: July 2, 2010 Table of Contents 1 Product Description:... 3 2 Network Protocol Options... 3 3 Architecture...

More information

Openfunds Fields (sorted by OF-ID)

Openfunds Fields (sorted by OF-ID) Openfunds Fields (sorted by OF-ID) Status: Version: Version 1.24 (Including fields of this and all preceding versions.) Date: 2018-12-05 Notice: FINAL IMPORTANT NOTICE: ---------------------------------------------------

More information

ENTER REPORT EMPLOYER SELF-SERVICE USER GUIDE

ENTER REPORT EMPLOYER SELF-SERVICE USER GUIDE ENTER REPORT EMPLOYER SELF-SERVICE USER GUIDE Feb 2017 State of North Carolina Department of State Treasurer Retirement Systems Division Table of Contents 1--INTRODUCTION... 5 1.1 PREFERRED SYSTEM REQUIREMENTS

More information

OTC Company Data File User Specification

OTC Company Data File User Specification OTC Company Data File User Specification Version 2.1 November 2017 Company Data File Specification Change history 11/20/2017 Amendment of OTC Tier values. Remove OTC from Pink tiers. 10/14/2013 Amendment

More information

Tutorial. Morningstar DirectSM. Quick Start Guide

Tutorial. Morningstar DirectSM. Quick Start Guide April 2008 Software Tutorial Morningstar DirectSM Quick Start Guide Table of Contents Quick Start Guide Getting Started with Morningstar Direct Defining an Investment Lineup or Watch List Generating a

More information

CashPro Online Getting Started Guide. Investments

CashPro Online Getting Started Guide. Investments CashPro Online Getting Started Guide Investments Table of Contents Introduction...3 Accessing CashPro Invest...3 Researching Mutual Funds, Holdings, and Bank Liability Rates...5 Order Entry...7 Submitting

More information

ISE, GEMX, & MRX Trade Feed Specification VERSION JUNE 13, 2017

ISE, GEMX, & MRX Trade Feed Specification VERSION JUNE 13, 2017 ISE, GEMX, & MRX Trade Feed Specification VERSION 1.0.1 JUNE 13, 2017 Nasdaq ISE/Nasdaq GEMX/Nasdaq MRX Trade Feed Table of Contents 1. Overview 3 2. Architecture 4 3. Data Types 4 4. Message Formats 5

More information

Net Order Imbalance Indicator Support Document

Net Order Imbalance Indicator Support Document Net Order Imbalance Indicator Support Document The Net Order Imbalance Indicator (NOII) can have a positive impact on a trader s ability to perform effectively in a highly competitive environment. This

More information

Trade Data Dissemination Service 2.0 (TDDS 2.0)

Trade Data Dissemination Service 2.0 (TDDS 2.0) Trade Data Dissemination Service 2.0 (TDDS 2.0) Data Feed Interface Specification Version Number: 9.0A Revised: June 16, 2017 Managed and Published by: Financial Industry Regulatory Authority (FINRA) Product

More information

Global Liquidity Fund service user guide

Global Liquidity Fund service user guide Global Liquidity Fund service user guide Contents Page 1 Welcome 1 2 Using the Global Liquidity Fund service for the first time 2 3 Account maintenance 4 4 Investment Reports 7 5 Create New Investment

More information

NASDAQ OMX Nordic and Baltic markets update 2. New OMRX indexes due to Kommuninvest s Benchmark program in GCF on October 29th,

NASDAQ OMX Nordic and Baltic markets update 2. New OMRX indexes due to Kommuninvest s Benchmark program in GCF on October 29th, Global Data Products NORDIC WEEKLY NEWSLETTER CONTENTS October 19th 2010 #35 NASDAQ OMX Nordic and Baltic markets update 2 Page New OMRX indexes due to Kommuninvest s Benchmark program in GCF on October

More information

Taiwan Futures Exchange. Market Data Transmission Manual

Taiwan Futures Exchange. Market Data Transmission Manual Taiwan Futures Exchange Market Data Transmission Manual (Market Data Transmission Network) Prepared by TAIFEX Ver. 2.16S (updated on 2017/11/23) This spec is for the feed that symbol format is linked with

More information

Dear Participant: Please refer to Part IV of the attached document for information on who to call with questions.

Dear Participant: Please refer to Part IV of the attached document for information on who to call with questions. Dear Participant: You are receiving the attached notification as the result of a regulation passed by the Department of Labor (DOL) in October 2010. This participant fee disclosure regulation, referred

More information

100,000* Credit Suisse X-Links Crude Oil Shares Covered Call ETNs due April 24, 2037**

100,000* Credit Suisse X-Links Crude Oil Shares Covered Call ETNs due April 24, 2037** Pricing Supplement No. ETN-20/A To the Prospectus Supplement dated June 30, 2017 and the Prospectus dated June 30, 2017 Filed Pursuant to Rule 424(b)(2) Registration Statement No. 333-218604-02 June 30,

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS PENSIONS INVESTMENTS LIFE INSURANCE FREQUENTLY ASKED QUESTIONS SELF-INVESTED FUND EXECUTION-ONLY TRADING ACCOUNT Table of Contents 1. Introduction 2. How do I login to the Execution-Only Trading Account

More information

Internet procedure to notify Final Terms

Internet procedure to notify Final Terms Internet procedure to notify Final Terms referred to prospectuses approved by the competent authority of a EU member State concerning operations to be performed in Italy as host member State and regarding

More information

ONEVIEW LIFE USER GUIDE

ONEVIEW LIFE USER GUIDE ONEVIEW LIFE USER GUIDE How to make the most of this client management portal April 2019 Contents 1. HOW TO LOG IN 4 1.1 Access OneView Life via Adviser Advantage 4 1.2 Access OneView Life via Illustrator

More information

Dear Participant: Please refer to Part IV of the attached document for information on who to call with questions.

Dear Participant: Please refer to Part IV of the attached document for information on who to call with questions. Dear Participant: You are receiving the attached notification as the result of a regulation passed by the Department of Labor (DOL) in October 2010. This participant fee disclosure regulation, referred

More information

Nasdaq Net Order Imbalance SnapShot (NOIS) Version 2.20

Nasdaq Net Order Imbalance SnapShot (NOIS) Version 2.20 1. Overview Nasdaq Net Order Imbalance SnapShot (NOIS) Version 2.20 Nasdaq Net Order Imbalance SnapShot (NOIS) is a direct data feed product offered by The Nasdaq Stock Market. NOIS is being released in

More information

SCICOM Extract (CP24) and File Layouts

SCICOM Extract (CP24) and File Layouts Schwab Retirement Technologies n Schwab RT SQL Recordkeeping Operations Library SCICOM Extract (CP24) and File Layouts Schwab RT Recordkeeping Operations Library SCICOM Extract (CP24) December 18, 2011

More information

NASDAQ OMX BX Best Bid and Offer

NASDAQ OMX BX Best Bid and Offer NASDAQ OMX BX Best Bid and Offer For BX Trading Venue and BX Listing Market NASDAQ OMX Global Data Products 9600 Blackwell Road, Suite 500 Rockville, MD 20850 +1 301 978 5307 12/03/2009 VERSION 1.0 7/2/2010

More information

INTENT TO AWARD Student Loan Billing Services The WV Higher Education Policy Commission (Commission) currently has several grant programs that

INTENT TO AWARD Student Loan Billing Services The WV Higher Education Policy Commission (Commission) currently has several grant programs that INTENT TO AWARD Student Loan Billing Services The WV Higher Education Policy Commission (Commission) currently has several grant programs that require the use of a Student Loan Billing Service. In 2008,

More information

Get ready Your Plan is on the move!

Get ready Your Plan is on the move! Get ready Your Plan is on the move! November 2018 We are pleased to announce that the is moving to a new recordkeeper, Voya Financial this January. Bass Pro Shops and Voya have prepared this newsletter

More information

PayFlex HealthHub TM Health Savings Account Investment Portal Guide

PayFlex HealthHub TM Health Savings Account Investment Portal Guide PayFlex HealthHub TM Health Savings Account Investment Portal Guide PRESENTED BY: February 24, 2011 10802 Farnam Drive, Suite 100 Omaha, Nebraska 68154 (800) 284-4885 TABLE OF CONTENTS HEALTHHUB Section

More information

Dear Participant: Please refer to Part IV of the attached document for information on who to call with questions.

Dear Participant: Please refer to Part IV of the attached document for information on who to call with questions. Dear Participant: You are receiving the attached notification as the result of a regulation passed by the Department of Labor (DOL) in October 2010. This participant fee disclosure regulation, referred

More information

Importing Fundamental Data

Importing Fundamental Data Chapter V Importing Fundamental Data Includes Clearing Fundamental Data In this chapter 1. Retrieve fundamental data from a data service 726 2. Import Telescan/ProSearch Scan File (for Telescan users)

More information

Total Order Plus Integrated Accounting Series General Ledger

Total Order Plus Integrated Accounting Series General Ledger Total Order Plus Integrated Accounting Series General Ledger Mindware Corporation Of America Integrated ted Accounting Series Total Order Plus General Ledger User Guide Copyright 1999 by Mindware Corporation

More information

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation.

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation. February 2018 2018 Interactive Brokers LLC. All Rights Reserved Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation. Contents

More information

Nasdaq Last Sale (NLS) (including Nasdaq Trades FilterView 2.1 and TRF Trades FilterView 3.0) Version 3.0

Nasdaq Last Sale (NLS) (including Nasdaq Trades FilterView 2.1 and TRF Trades FilterView 3.0) Version 3.0 Nasdaq Last Sale (NLS) (including Nasdaq Trades FilterView 2.1 and TRF Trades FilterView 3.0) Version 3.0 Page 1 Table of Contents 1 Product Description...3 2 Data Delivery Options.....3 3 Network Protocol

More information

BELEX.info User Manual

BELEX.info User Manual www.belex.info User Manual Belgrade Stock Exchange September, 2014 Welcome W Saddeeee Sadr Guidelines Through the Improved Version of the Belgrade Stock Exchange Service for Distribution of Real-Time Trading

More information

Version 2.1. Nasdaq PSX Last Sale (PLS) 1

Version 2.1. Nasdaq PSX Last Sale (PLS) 1 Nasdaq PSX Last Sale (PLS) Version 2.1 Nasdaq PSX Last Sale (PLS) 1 1 Overview 1.1 Product Description Nasdaq PSX Last Sale SM (PLS) is a direct data feed product offered by Nasdaq to support the PSX Trading

More information

A Security Pricing System For: Estate & Gift Tax Evaluations. Single Security Pricing & Portfolio Reporting. Reorganization Information

A Security Pricing System For: Estate & Gift Tax Evaluations. Single Security Pricing & Portfolio Reporting. Reorganization Information A Security Pricing System For: Estate & Gift Tax Evaluations Single Security Pricing & Portfolio Reporting Reorganization Information Cost Basis Accounting IRS Mode Evaluation Services, Inc. 180 Old Tappan

More information

UCAA Expansion Application Insurer User Guide December 2017

UCAA Expansion Application Insurer User Guide December 2017 UCAA Expansion Application Insurer User Guide December 2017 2017 National Association of Insurance Commissioners All rights reserved. Revised Edition National Association of Insurance Commissioners NAIC

More information

Omnesys India Nest Web3

Omnesys India Nest Web3 Updated on 3/15/2011 05:21:00 PM Version 1.0.0.1 Page 1 of 45 Table of Contents TRADE...3 MARKET WATCH...3 TO CREATE MARKET WATCH...5 ORDER BOOK...7 TRADE BOOK...9 AMO...10 TICKER...10 MARKET WATCH...11

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS PENSIONS INVESTMENTS LIFE INSURANCE FREQUENTLY ASKED QUESTIONS SELF-INVESTED FUND EXECUTION-ONLY TRADING ACCOUNT 1 Execution-Only Trading Account Frequently Asked Questions TABLE OF CONTENTS Introduction

More information

EDGA & EDGX STOCK EXCHANGES

EDGA & EDGX STOCK EXCHANGES EDGA & EDGX STOCK EXCHANGES Regulatory Information Circular Circular Number: 2010-458 Contact: Jeff Rosenstrock Date: July 16, 2010 Telephone: (201) 942-8295 Subject: Teucrium Corn Fund Background Information

More information

NextShares Price Display Guidelines

NextShares Price Display Guidelines NextShares Price Display Guidelines Purpose The intended purpose of this document is to provide a common reference point for the market data vendor community to use as they develop price displays for NextShares

More information