NASDAQ Global Index Watch (GIW) Secure Web Service 2.1 Access

Size: px
Start display at page:

Download "NASDAQ Global Index Watch (GIW) Secure Web Service 2.1 Access"

Transcription

1 NASDAQ Global Index Watch (GIW) Secure Web Service 2.1 Access Contents 1 Overview Web Service Introduction Architecture Output Formats Data Service Formats Standard Data Service Weightings Data Service Corporate Actions Service: History Service: PLUS Service Weightings PLUS Data Service Corporate Actions PLUS Data Service: History Service: Fixed Income Data Services Fixed Income Weightings Data Service Fixed Income Events Service: Fixed Income History Service: Support VERSION 1.0 PAGE 1

2 1 Overview NASDAQ Global Index Watch (GIW) Secure Web Service 2.1 Access NASDAQ OMX is a global leader in creating and licensing indexes and is home to the most widely tracked indexes and exchange traded funds (ETFs) in the world. NASDAQ OMX offers diverse indexes from multiple asset classes (i.e.: equities, bonds, and commodities) including many indexes calculated for third parties. This adds significant value to customers and helps them track market performance. GIW Web Service is available to Premier subscribers only. In order to access this service, users are now required to POST their username and password in the Web Request of the reporting service. NASDAQ OMX calculates and disseminates real-time values for its indices and listed ETFs throughout the trading day. Additionally NASDAQ OMX compiles and distributes the component securities and relative weightings information for index based products via secure access as part of the NASDAQ OMX Global Index Watch service. NASDAQ Global Index Watch (GIW) is an indispensable tool for investment professionals who track NASDAQ OMX indexes or trade NASDAQ OMX index-related derivative instruments. Features include: Advanced Corporate Actions/Index News Index Holdings Daily Summary Statistics Industry Breakdowns Index Methodologies Weighting Data Service Corporate Action Service History Service Weightings PLUS Data Service (enhanced with SEDOL) Corporate Actions PLUS Data Service (enhanced with SEDOL) Today NASDAQ OMX allows access to a variety of asset classes as well as packaging these into families of indexes. GIW provides the following entitlement families: NASDAQ OMX US Index Family (including NASDAQ OMX PHLX) NASDAQ OMX Nordic Index Family (including access to Nordic and Baltic indexes) NASDAQ OMX Sharia Index Family NASDAQ OMX Global Index Family NASDAQ OMX Green Economy Index Family NASDAQ OMX Commodities Index Family NASDAQ OMX Fixed Income Index Family VERSION 2.1 PAGE 2

3 2 Web Service Introduction This specification document outlines the file format for the GIW Secure Web Service. The Web Service provides the most recent and archived list of weightings, historical data and corporate actions for covered indexes. Typically the first files are posted to the GIW web service at approximately 2:00 a.m. Eastern Time. To have the most up-to-date information during the trading day, subscribers should continue to process the files periodically. 3 Architecture NASDAQ OMX has modified the authentication process for fetching files from the GIW Secure Web Service. NASDAQ OMX is making this change in an effort to meet industry security standards. For a list of indexes available please visit the index directory list on the GIW website. The following is an example call that can be used to retrieve files: GetFile(" &Date= &Type=pipe&FileType=SOD","YOURUSERNAME","YOURPASSWORD"); static private void GetFile(string url, string username, string password) { string postdata = String.Format("username={0}&password={1}", username, password); StreamReader sr = null; HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(url); request.method = "POST"; request.cookiecontainer = new CookieContainer(); 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 { using (HttpWebResponse response = (HttpWebResponse)request.GetResponse()) { if ((int)response.statuscode < 400 (int)response.statuscode > 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.StatusCode + ": " + response.statusdescription); } } } VERSION 2.1 PAGE 3

4 } catch (Exception e) { Console.WriteLine(e.Message); } finally { sr.close(); } Clients are required to replace username and password with their unique assigned logon credentials from NASDAQ OMX. Additional authentication examples are available upon request. Sample Calls Using CURL: curl -b cookies.txt -c cookies.txt -d "username=xxx&password=yyy" url Using WGET: wget -q --no-check-certificate --post-data username=xxx&password=yyy -- cookies=on --keep-session-cookies --save-cookies=cookie.txt --loadcookies=cookie.txt url Note: Cookies should be turned on to retain sessions. In addition, explicitly post the username and password (lower case) and remove server variables. 4 Output Formats GIW data output can be provided in pipe ( ) or csv (,) delimited, ASCII-text format. To reduce the download time, NASDAQ OMX will not include extra spaces or leading/trailing zeros for any fields. Additionally, fields that contain no data will not be populated, data will be returned with two delimiters in a row. 5 Data Service Formats As a subscriber to the GIW premier service, clients can access the secure web services and receive access to the following information: Weighting Data Service Corporate Action Service History Service Weightings PLUS Data Service (enhanced with SEDOL) Corporate Actions PLUS Data Service (enhanced with SEDOL) Enhanced Fixed Income Services VERSION 2.1 PAGE 4

5 6 Standard Data Service 6.1 Weightings Data Service GLOBAL INDEX WATCH WEB SERVICE This service will return to the client a data stream representing the weightings and component information related to the specific index identified in the web query. This is the standard weightings data service format and unless defined in subsequent sections will be used for the majority of our index families. Input Format The service takes in the following parameters: IndexSymbol format uses the Global Index Data Service (GIDS) assigned instrument ID; Date of Weightings File - format yyyy-mm-dd Type format provided as either pipe( ) or csv(,); default is pipe FileType values are either SOD (for start of day requests) or EOD (for end of day requests) Where XXXXXX = GIDS assigned instrument ID, ZZZZ = clients preferred return of data stream (pipe or csv) and WWW= whether the request is Start of Day or End of Day ate=yyyy-mm-dd&type=zzzz&filetype=www Header Parameter Parameter of the query Varchar (24) Alphanumeric Example: QQQQ EOD Weightings Content Symbol The identifier or ticker symbol of the index security. Varchar (18) Alphanumeric Closing Price For EOD files, the Closing Price is the last trade received from the primary market for all securities except NASDAQ securities where the NASDAQ Official Closing Price (NOCP) will be used instead. Market Value Index Shares For SOD files, the Closing price is the previous day s closing price adjusted for overnight corporate actions (if any). The market capitalization of the index security which is obtained by multiplying the instrument Market Value at the start of the day by the Index Shares. This value is based on the start of day market value of the underlying components provided by the instrument sponsor. This field represents the number of shares for an issue within a given index and is based on the specific index s Calculation Method. This value is used to calculate the issue s market value. The market value for each issue is summed to get the Aggregate Market Value used in the index calculation below: Varchar (53) Numeric Varchar (53) Numeric (including Index Value = (Aggregate Market Value / Divisor) Market Percentage The weighting of each security in the index (market Varchar (9) Numeric (including value of the security divided by the total market value of the index). Company Name The name of the issuer of the index security. Varchar (50) Alphanumeric VERSION 2.1 PAGE 5

6 Footer Index Market Value Total Index Shares Market Percentage Net Change High Low As Of Represents the summation of the market value of all component securities within the index. Represents the summation of the index shares of all component securities within the index. Represents the summation of the market percentage of all component securities within the index. This field reflects the difference between the current tick value and the prior day s closing tick value for a given instrument. Note: This value will be 0 for Start of Day requests. This field reflects the highest calculated value for an instrument during the business day. Note: This value will be 0 for Start of Day requests. This field reflects the lowest calculated value for an instrument during the business day. Note: This value will be 0 for Start of Day requests. Date of the report as of market close adjusted for corporate actions to become effective prior to market open on subsequent day. Varchar (53) Numeric (including Varchar (53) Numeric (including Varchar (9) Numeric (including Varchar (12) Alphanumeric (including special characters and spaces) MM/DD/YYYY (9/21/2009) Divisor The Divisor is a number that is adjusted periodically Varchar (53) Numeric (including (due to component changes and corporate actions) to ensure continuity of an index. This value is used in the index calculations. Current Index Value Calculated value: Index Market Value / Divisor Index Dividend Point Index Dividend Point = Dividend Market Value/Divisor Varchar (9) Numeric 9 Dividend Market Value Represents the summation of all index securities Varchar (19) Numeric 19 dividend market values Base Value Dividend Market Value = Cash dividend * index shares per security Index Value at inception. The base value represents the index inception value and may be adjusted by the sponsor occasionally. VERSION 2.1 PAGE 6

7 6.2 Corporate Actions Service: This service will return to the client a stream representing the corporate action information related to the specific index identified in the web query. This service will also allow the client to enter a future date and if an advance corporate action exists the stream will include this data with the effective date populated. This is the standard weightings data service format and unless defined in subsequent sections will be used for the majority of our index families. Input Format The service takes in the following parameters: IndexSymbol format uses the Global Index Data Service (GIDS) assigned instrument ID; Start Date - format yyyy-mm-dd EndDate - format yyyy-mm-dd Type format provided as either pipe( ) or csv(,); default is pipe Where XXXXXX = GIDS assigned instrument ID and ZZZZ = clients preferred return of data stream (pipe or csv) StartDate=YYYY-MM-DD&EndDate=YYYY-MM-DD&Type=ZZZZ Optional Input Format to return changes since last request By including an optional input, in place of the start and end dates, the client can receive a return of just the changes since the last client update request (Delta Date). IndexSymbol format uses the Global Index Data Service (GIDS) assigned instrument ID; Delta Date format mm/dd/yyyy hh:mm:ss (time represented as 24 hour input) Type format provided as either pipe( ) or csv(,); default is pipe Where XXXXXX = GIDS assigned instrument ID; mm/dd/yyyy hh:mm:ss = optional input of date and time of last record (Delta Date) pull and ZZZZ = clients preferred return of data stream (pipe or csv); DeltaDate=mm/dd/yyyy hh:mm:ss&type=zzzz Header Parameter Parameter of the query Example: QQQQ _QQQQ Varchar (40) Alphanumeric Output Stream Data Field Description Max Field Length / Attribution ID Assigned ID value in the NASDAQ OMX GIW Varchar (9) - Numeric service Effective Date Date the corporate action will take effect and may include a date later than the current date. Field Length (8) Numeric represented as (YYYYDDMM) Current Symbol New Symbol The current identifier or ticker symbol of the index security. The new identifier or ticker symbol of the index security. Varchar (18) - Alphanumeric Varchar (18) - Alphanumeric VERSION 2.1 PAGE 7

8 Output Stream Data Field Description Max Field Length / Attribution Current Company Name The current name of the issuer of the index security. Varchar (50) - Alphanumeric New Company Name The new name of the issuer of the index security. Varchar (50) - Alphanumeric Current Index Shares This field represents the current number of shares for an issue within a given index and is based on the specific index s Calculation Method. Varchar (53) - Numeric (including New Index Shares Reason Split Ratio This field represents the new number of shares for an issue within a given index and is based on the specific index s Calculation Method. This represents the reason for the corporate action. Allowable values currently defined: o Addition o Adjustment o Component Change o Deletion o Divisor Change o Index News o Name Change o Name and Symbol Change o Quarterly o Share Change o Special Corporate Action o Stock Split o Stock Dividend o Symbol Change o Update Represents the split ratio to take place on effective date Varchar (53) - Numeric (including Variable Variable Alphanumeric represented as (#:# 0r ##:#) 2:1 Comments Free form space available for comment Variable Last update date/time This field represents the last time that the record was updated. Varchar (18) - Alphanumeric represented as (MM/dd/yyyy HH:mm:ss) Deleted Flag This field represents if a record has been deleted from previous files. Field Length (1) Alphanumeric allowable values: Empty consecutive delimiters (,, or ) Deleted D VERSION 2.1 PAGE 8

9 6.3 History Service: This service will return to the client data representing the historical daily summary information related to a specific index identified in the web query. This is the standard weightings data service format and unless defined in subsequent sections will be used for the majority of our index families. Input Format The service takes in the following parameters: IndexSymbol format uses the Global Index Data Service (GIDS) assigned instrument ID; Start Date - format yyyy-mm-dd EndDate - format yyyy-mm-dd Type format provided as either pipe( ) or csv(,); default is pipe FileType values are either SOD (for start of day requests) or EOD (for end of day requests) Where XXXXXX = GIDS assigned instrument ID,ZZZZ = clients preferred return of data stream (pipe or csv) and WWW= whether the request is Start of Day or End of Day Example: Date=YYYY-MM-DD&EndDate=YYYY-MM-DD&Type=ZZZZ&FileType=WWW Header Parameter Parameter of the query Varchar (40) Alphanumeric Example: QQQQ _QQQQ EOD Output Stream Trade Date Represents the trade date for the index Field Length (8) Numeric represented as (YYYYDDMM) Index Value Net Change High Low Total Index Shares Total Market Value Divisor This field reflects the final calculated value for an instrument for the defined trade date. This value may be adjusted for corporate actions from prior days. This field reflects the difference between the current tick value and the prior day s closing tick value for a given instrument. Note: This value will be 0 for Start of Day requests. This field reflects the highest calculated value for an instrument during the business day. Note: This value will be 0 for Start of Day requests. This field reflects the lowest calculated value for an instrument during the business day. Note: This value will be 0 for Start of Day requests. Represents the summation of the index shares of all component securities within the index. This field reflects the closing Market Value at the end of day trade reporting for the instrument identified in the message. The Divisor is a number that is adjusted periodically (due to component changes and corporate actions) to ensure continuity of an index. This value is used in the index calculations. Varchar (12) - Numeric (including Varchar (12) - Numeric (including Varchar (12) - Numeric (including Varchar (12) - Numeric (including Varchar (53) Numeric (including Varchar (53) - Numeric (including Varchar (53) - Numeric (including VERSION 2.1 PAGE 9

10 Index Dividend Point Dividend Market Value GLOBAL INDEX WATCH WEB SERVICE Index Dividend Point = Dividend Market Value/Divisor Represents the summation of all index securities dividend market values Varchar (9) Numeric 9 Varchar (19) - Numeric Dividend Market Value = Cash dividend * index shares per security Base Value Index Value at inception (as adjusted) Varchar (12) - Numeric (including 7 PLUS Service 7.1 Weightings PLUS Data Service Weightings PLUS Data Service is based on the current weightings data service with additional fields. This service is available for the Green Economy Index Family and will be available for the Global Index Family in early The weightings plus service has added the following data elements in order to facilitate the global nature of these indexes: SEDOL Currency Exchange FX Rate (to be added in Q4 2010) Please Note: SEDOL information is fee liable and is populated for those users entitled, by LSE, to receive SEDOL information. It is the client s responsibility to have proper approval from LSE prior to requesting SEDOL access. If the user is NOT entitled to receive SEDOLs, the SEDOL field will be blank. The service takes in the following parameters: IndexSymbol format uses the Global Index Data Service (GIDS) assigned instrument ID Date of Weightings File - format yyyy-mm-dd Type format provided as either pipe( ) or csv(,); default is pipe FileType values are either SOD (for start of day requests) or EOD (for end of day requests) Where XXXXXX = GIDS assigned instrument ID, ZZZZ = clients preferred return of data stream (pipe or csv) and WWW= whether the request is Start of Day or End of Day X&Date=YYYY-MM-DD&Type=ZZZZ&FileType=WWW The data fields are as follows: Header Parameter Parameter of the query Example: QQQQ EOD Varchar (24) Alphanumeric Weightings Content VERSION 2.1 PAGE 10

11 Company Name The name of the issuer of the index security. Varchar (50) Alphanumeric SEDOL The Stock Exchange Daily Official List number, a code used by the London Stock Exchange to identify foreign stocks, indexes and shares. Varchar (12) - Alphanumeric Please Note: SEDOL information is fee liable and is populated for those users entitled, by LSE, to receive SEDOL information. It is the client s responsibility to have proper approval from LSE prior to requesting SEDOL access. Symbol The identifier or ticker symbol of the index security. Varchar (18) Alphanumeric Exchange (MIC) Indicates the market place on which the issue within Varchar (4) - Alphanumeric the message is primarily listed. NASDAQ OMX will support the ISO standard, an ISO standard for Codes for exchanges and market identification (MIC): it defines codes for stock markets. This standard is updated frequently and the latest published standard is available at the maintenance organization of ISO Closing Price For EOD files, the Closing Price is the last trade received from the primary market for all securities except NASDAQ securities where the NASDAQ Official Closing Price (NOCP) will be used instead. Currency FX Rate Index Shares For SOD files, the Closing price is the previous day s closing price adjusted for overnight corporate actions (if any). Local currency where the underlying constituent is trading. Rate at which one currency may be converted into another. (currently not supported anticipate inclusion in Q1 2011) This field represents the number of shares for an issue within a given index and is based on the specific index s Calculation Method. This value is used to calculate the issue s market value. The market value for each issue is summed to get the Aggregate Market Value used in the index calculation below: Varchar (3) - Alphanumeric Varchar (23) Numeric (including Varchar (53) Numeric (including Index Value = (Aggregate Market Value / Divisor) Market Value The market capitalization of the index security which Varchar (53) Numeric is obtained by multiplying the instrument Market Value at the start of the day by the Index Shares. This value is based on the start of day market value of the underlying components provided by the instrument sponsor. Market Percentage The weighting of each security in the index (market Varchar (9) Numeric (including value of the security divided by the total market value of the index). Footer Index Currency The currency of an issue in ISO Currency codes. Varchar (3) - Alphanumeric NASDAQ OMX will support the ISO 4217 standard, ISO 4217 is the international standard describing three-letter codes (also known as the currency code) to define the names of currencies established by the International Organization for Standardization (ISO) Current Index Value Calculated value: Index Market Value / Divisor Index Market Value Represents the summation of the market value of all Varchar (53) Numeric (including component securities within the index. Total Index Shares Represents the summation of the index shares of all Varchar (53) Numeric (including component securities within the index. VERSION 2.1 PAGE 11

12 Market Percentage Net Change High Low As Of GLOBAL INDEX WATCH WEB SERVICE Represents the summation of the market percentage of all component securities within the index. This field reflects the difference between the current tick value and the prior day s closing tick value for a given instrument. Note: This value will be 0 for Start of Day requests. This field reflects the highest calculated value for an instrument during the business day. Note: This value will be 0 for Start of Day requests. This field reflects the lowest calculated value for an instrument during the business day. Note: This value will be 0 for Start of Day requests. Date of the report as of market close adjusted for corporate actions to become effective prior to market open on subsequent day. Varchar (9) Numeric (including Varchar (12) Alphanumeric (including special characters and spaces) MM/DD/YYYY (9/21/2009) Divisor The Divisor is a number that is adjusted periodically Varchar (53) Numeric (including (due to component changes and corporate actions) to ensure continuity of an index. This value is used in the index calculations. Index Dividend Point Index Dividend Point = Dividend Market Value/Divisor Varchar (9) Numeric 9 Dividend Market Value Represents the summation of all index securities Varchar (19) Numeric 19 dividend market values Base Value Dividend Market Value = Cash dividend * index shares per security Index Value at inception. The base value represents the index inception value and may be adjusted by the sponsor occasionally. 7.2 Corporate Actions PLUS Data Service: Corporate Actions PLUS Data Service is based on the current corporate actions data service with additional fields. This service is available for the Green Economy Index Family and will be available for the Global Index Family in early The corporate actions plus service has added the following data elements in order to facilitate the global nature of these indexes: SEDOL Currency Exchange FX Rate (to be added in Q4 2010) Please Note: SEDOL information is fee liable and is populated for those users entitled, by LSE, to receive SEDOL information. It is the client s responsibility to have proper approval from LSE prior to requesting SEDOL access. If the user is NOT entitled to receive SEDOLs, the SEDOL field will be blank. The service takes in the following parameters: IndexSymbol format uses the Global Index Data Service (GIDS) assigned instrument ID; Start Date - format yyyy-mm-dd EndDate - format yyyy-mm-dd Type format provided as either pipe( ) or csv(,); default is pipe Where XXXXXX = GIDS assigned instrument ID and ZZZZ = clients preferred return of data stream (pipe or csv) VERSION 2.1 PAGE 12

13 Optional Input Format to return changes since last request By including an optional input, in place of the start and end dates, the client can receive a return of just the changes since the last client update request (Delta Date). o o o IndexSymbol format uses the Global Index Data Service (GIDS) assigned instrument ID; Delta Date format mm/dd/yyyy hh:mm:ss (time represented as 24 hour input) Type format provided as either pipe( ) or csv(,); default is pipe Where XXXXXX = GIDS assigned instrument ID; mm/dd/yyyy hh:mm:ss = optional input of date and time of last record (Delta Date) pull and ZZZZ = clients preferred return of data stream (pipe or csv); XX&StartDate=YYYY-MM-DD&EndDate=YYYY-MM-DD&Type=ZZZZ The data fields are as follows: Header Parameter Parameter of the query Varchar (40) Alphanumeric Example: QQQQ _QQQQ Output Stream Data Field Description Max Field Length / Attribution ID Assigned ID value in the NASDAQ OMX GIW Varchar (9) - Numeric service Effective Date Date the corporate action will take effect and may include a date later than the current Field Length (8) Numeric represented as (YYYYDDMM) date. Current Symbol The current identifier or ticker symbol of the index security. Varchar (18) - Alphanumeric New Symbol The new identifier or ticker symbol of the index security. Varchar (18) - Alphanumeric Current SEDOL The Stock Exchange Daily Official List number, a code used by the London Stock Exchange to identify foreign stocks, indexes and shares. Varchar (12) - Alphanumeric New SEDOL Current Company Name New Company Name Current Index Shares Please Note: SEDOL information is fee liable and is populated for those users entitled, by LSE, to receive SEDOL information. It is the client s responsibility to have proper approval from LSE prior to requesting SEDOL access. The Stock Exchange Daily Official List number, a code used by the London Stock Exchange to identify foreign stocks, indexes and shares. Please Note: SEDOL information is fee liable and is populated for those users entitled, by LSE, to receive SEDOL information. It is the client s responsibility to have proper approval from LSE prior to requesting SEDOL access. The current name of the issuer of the index security. The new name of the issuer of the index security. This field represents the current number of shares for an issue within a given index and is based on the specific index s Calculation Varchar (12) - Alphanumeric Varchar (50) - Alphanumeric Varchar (50) - Alphanumeric Varchar (53) - Numeric (including VERSION 2.1 PAGE 13

14 Method. New Index Shares This field represents the new number of shares for an issue within a given index and is based on the specific index s Calculation Method. Reason This represents the reason for the corporate Variable action. Allowable values currently defined: o Addition o Adjustment o Component Change o Deletion o Divisor Change o Index News o Name Change o Name and Symbol Change o Quarterly o Share Change o Special Corporate Action o Stock Split o Stock Dividend o Symbol Change o Update o SEDOL Split Ratio Represents the split ratio to take place on effective date Comments Free form space available for comment Variable Last update date/time This field represents the last time that the record was updated. Deleted Flag This field represents if a record has been deleted from previous files. Varchar (53) - Numeric (including Variable Alphanumeric represented as (#:# 0r ##:#) 2:1 Varchar (18) - Alphanumeric represented as (MM/dd/yyyy HH:mm:ss) Field Length (1) Alphanumeric allowable values: Empty consecutive delimiters (,, or ) Deleted D 7.1 History Service: This service will return to the client data representing the historical daily summary information related to a specific index identified in the web query. Please refer to section 6.3 for file definition and formats. VERSION 2.1 PAGE 14

15 8 Fixed Income Data Services 8.1 Fixed Income Weightings Data Service This service will return to the client a data stream representing the weightings and component information related to the specific fixed income index identified in the web query. Input Format The service takes in the following parameters: IndexSymbol format uses the Global Index Data Service (GIDS) assigned instrument ID; Date of Weightings File - format yyyy-mm-dd Type format provided as either pipe( ) or csv(,); default is pipe FileType values are either SOD (for start of day requests) or EOD (for end of day requests) Where XXXXXX = GIDS assigned instrument ID, ZZZZ = clients preferred return of data stream (pipe or csv) and WWW= whether the request is Start of Day or End of Day Date=YYYY-MM-DD&Type=ZZZZ&FileType=WWW Header Parameter Parameter of the query Example: QQQQ EOD Varchar (24) Alphanumeric Index Name Index Name Varchar(18) Alphanumeric Index Value This field reflects the final calculated value for an instrument for the defined trade date. Varchar(12) Alphanumeric SOD Index Value Start of day Index Value Varchar(12) Alphanumeric Divisor Divisor for the Index, expressed in index base currency. The Divisor is a number that is adjusted Varchar(53) Alphanumeric periodically (due to component changes and corporate actions) to ensure continuity of an index. This value is used in the index calculations. SOD Divisor Start of day Index divisor Varchar(53) Alphanumeric Market Cap Index market capitalization. Varchar(53) Alphanumeric SOD Market Cap Start of day Market Cap Varchar(53) Alphanumeric Control Value Market Cap from end of previous trade day Varchar(53) Alphanumeric Yield Yield for the index Varchar(20) Alphanumeric SOD Yield Start of day Yield for index Varchar(20) Alphanumeric Index Coupon Index coupon Varchar(20) Alphanumeric Price Risk Index Price Risk Varchar(20) Alphanumeric Duration Index duration value calculated as Macaulay's duration Varchar(20) Alphanumeric VERSION 2.1 PAGE 15

16 Mod. Duration Index duration value calculated as Modified duration Varchar(20) Alphanumeric Convexity Index Convexity Varchar(20) Alphanumeric Nom. Amount Index nominal amount Varchar(53) Alphanumeric SOD Nom. Amount Start of day Index Nominal Amount Varchar(53) Alphanumeric No. of Constituents Accumulated number of active Security Constituents for the Index Varchar(4) Alphanumeric Constituents Added Number of constituents added since previous day. Varchar(4) Alphanumeric Constituents Removed Number of constituents removed since previous day. Varchar(4) Alphanumeric ISIN ISIN for index. ISIN is an unambiguous international identification of assets in accordance with ISO Standard ISIN stands for International Securities Identification Number. Weightings Content (Detail) Varchar(12) Alphanumeric Symbol The identifier or ticker symbol of the index security. Symbol: Varchar(14) ISIN ISIN for the security. ISIN is an unambiguous international identification of assets in Varchar(12) Alphanumeric accordance with ISO Standard ISIN stands for International Securities Identification Number. Nom. Amount Varchar(53) Alphanumeric Constituent Nominal Amount SOD Nom. Amount Varchar(53) Alphanumeric Start Of Day Constituent Nominal Amount Yield Constituent Yield Varchar(20) Alphanumeric Yield Corr. Price Constituent Yield corresponding price Varchar(18) Alphanumeric SOD Yield Start of day Constituent Yield Varchar(20) Alphanumeric SOD Yield Corr. Price Start of day Constituent Yield corresponding price Varchar(18) Alphanumeric Accrued Interest Constituent Accrued Interest Varchar(20) Alphanumeric Duration Index duration value calculated as Macaulay's duration Varchar(20) Alphanumeric Mod. Duration Constituent duration value calculated as Modified duration Varchar(20) Alphanumeric Convexity Constituent convexity Varchar(20) Alphanumeric Price Risk Constituent price risk Varchar(20) Alphanumeric Market Cap Constituent market capitalization Varchar(53) Alphanumeric SOD Market Cap Start of day constituent market cap Varchar(53) Alphanumeric Weight Constituent weight Varchar(10) Alphanumeric VERSION 2.1 PAGE 16

17 8.2 Fixed Income Events Service: This service will return to the client a stream representing the corporate action (event) information related to the specific fixed income index identified in the web query. This service will also allow the client to enter a future date and if an advance event exists the stream will include this data with the effective date populated. Input Format The service takes in the following parameters: IndexSymbol format uses the Global Index Data Service (GIDS) assigned instrument ID; Start Date - format yyyy-mm-dd EndDate - format yyyy-mm-dd Type format provided as either pipe( ) or csv(,); default is pipe Where XXXXXX = GIDS assigned instrument ID and ZZZZ = clients preferred return of data stream (pipe or csv) StartDate=YYYY-MM-DD&EndDate=YYYY-MM-DD&Type=ZZZZ Optional Input Format to return changes since last request By including an optional input, in place of the start and end dates, the client can receive a return of just the changes since the last client update request (Delta Date). IndexSymbol format uses the Global Index Data Service (GIDS) assigned instrument ID; Delta Date format mm/dd/yyyy hh:mm:ss (time represented as 24 hour input) Type format provided as either pipe( ) or csv(,); default is pipe Where XXXXXX = GIDS assigned instrument ID; mm/dd/yyyy hh:mm:ss = optional input of date and time of last record (Delta Date) pull and ZZZZ = clients preferred return of data stream (pipe or csv); DeltaDate=mm/dd/yyyy hh:mm:ss&type=zzzz Header Parameter Parameter of the query Varchar (40) Alphanumeric Example: QQQQ _QQQQ Output Stream Data Field Description Max Field Length / Attribution ID Assigned ID value in the NASDAQ OMX GIW Varchar (9) - Numeric service Effective Date Date the corporate action will take effect and may include a date later than the current date. Field Length (8) Numeric represented as (YYYYDDMM) Current Symbol New Symbol Current Company Name The current identifier or ticker symbol of the index security. The new identifier or ticker symbol of the index security. The current name of the issuer of the index security. Varchar (18) - Alphanumeric Varchar (18) - Alphanumeric Varchar (50) - Alphanumeric VERSION 2.1 PAGE 17

18 New Company Name The new name of the issuer of the index security. Varchar (50) - Alphanumeric Current Index Shares This field represents the current number of shares for an issue within a given index and is Varchar (53) - Numeric (including based on the specific index s Calculation Method. New Index Shares This field represents the new number of shares for an issue within a given index and is based Varchar (53) - Numeric (including on the specific index s Calculation Method. Reason This represents the reason for the corporate Variable action. Allowable values currently defined: o Addition o Adjustment o Component Change o Deletion o Divisor Change o Index News o Name Change o Name and Symbol Change o Quarterly o Share Change o Special Corporate Action o Stock Split o Stock Dividend o Symbol Change o Update Split Ratio Represents the split ratio to take place on effective date Variable Alphanumeric represented as (#:# 0r ##:#) 2:1 Comments Free form space available for comment Variable Last update date/time This field represents the last time that the record was updated. Varchar (18) - Alphanumeric represented as (MM/dd/yyyy HH:mm:ss) Deleted Flag This field represents if a record has been deleted from previous files. Field Length (1) Alphanumeric allowable values: Empty consecutive delimiters (,, or ) Deleted D 8.3 Fixed Income History Service: This service will return to the client data representing the historical daily summary information related to a specific fixed income index identified in the web query. Input Format The service takes in the following parameters: IndexSymbol format uses the Global Index Data Service (GIDS) assigned instrument ID; Start Date - format yyyy-mm-dd EndDate - format yyyy-mm-dd Type format provided as either pipe( ) or csv(,); default is pipe FileType values are either SOD (for start of day requests) or EOD (for end of day requests) Where XXXXXX = GIDS assigned instrument ID,ZZZZ = clients preferred return of data stream (pipe or csv) and WWW= whether the request is Start of Day or End of Day Example: rtdate=yyyy-mm-dd&enddate=yyyy-mm-dd&type=zzzz&filetype=www VERSION 2.1 PAGE 18

19 Header Parameter Parameter of the query Example: QQQQ _QQQQ EOD Varchar (40) Alphanumeric Output Stream Trade Date Represents the trade date for the index Varchar (8) (YYYYDDMM) Index Value This field reflects the final calculated value for an instrument for the defined trade date. This value may be adjusted for corporate actions from prior days. Varchar (12) - Numeric (including Net Change High Low Total Index Shares Total Market Value Divisor Index Dividend Point This field reflects the difference between the current tick value and the prior day s closing tick value for a given instrument. Note: This value will be 0 for Start of Day requests. This field reflects the highest calculated value for an instrument during the business day. Note: This value will be 0 for Start of Day requests. This field reflects the lowest calculated value for an instrument during the business day. Note: This value will be 0 for Start of Day requests. Represents the summation of the index shares of all component securities within the index. This field reflects the closing Market Value at the end of day trade reporting for the instrument identified in the message. The Divisor is a number that is adjusted periodically (due to component changes and corporate actions) to ensure continuity of an index. This value is used in the index calculations. Index Dividend Point = Dividend Market Value/Divisor Varchar (12) - Numeric (including Varchar (12) - Numeric (including Varchar (12) - Numeric (including Varchar (53) Numeric (including Varchar (53) - Numeric (including Varchar (53) - Numeric (including Varchar (9) Numeric 9 Yield Yield for the index Varchar (10) - Numeric (including Index Duration Index duration value calculated as Macaulay's duration Varchar (8) - Numeric (including 9 Support o o For general product support for NASDAQ data feeds, please contact NASDAQ OMX Global Data Products at or dataproducts@nasdaqomx.com. For technical support for NASDAQ data feeds, please contact NASDAQ OMX Systems Engineering at devsupport@nasdaqomx.com. VERSION 2.1 PAGE 19

20 Appendix A Documentation Revision Control Log GLOBAL INDEX WATCH WEB SERVICE April 13, 2009 GIW WebService Version 0.10 (DRAFT) o Released initial product specification, in draft format, to a few developers for comment. May 15, 2009 GIW WebService Version 1.0 (Final) o Released initial product specification March 2010 GIW WebService Version 2.0 o Revised Weightings and History Data Service to include Start of Day and End of Day files o Modified Authentication Protocol to conform with industry standards April 2010 GIW WebService Version 2.0 o Revised format of Parameter field in History Data Service o Revised History Data Service to include Total Index Shares o Revised Corporate Actions Data Service to include the parameter of the query call o Revised format of As Of field in Weightings Data Service October 2010 GIW WebService Version 2.1 o Added enhanced version of Weightings and Corporate Actions web services: Weighting PLUS and Corporate Actions PLUS o Added new Fixed Income web services: Weighting, Events and History web services VERSION 2.1 PAGE 20

NASDAQ Global Index Watch (GIW) Secure Web Service 2.0 Access

NASDAQ Global Index Watch (GIW) Secure Web Service 2.0 Access 1 Overview NASDAQ Global Index Watch (GIW) Secure Web Service 2.0 Access NASDAQ OMX is a global leader in creating and licensing indexes and is home to the most widely tracked indexes and exchange traded

More information

NASDAQ Global Index Watch (GIW) Secure Web Service 3.0c Access

NASDAQ Global Index Watch (GIW) Secure Web Service 3.0c Access NASDAQ Global Watch (GIW) Secure Web Service 3.0c Access Contents 1 Overview... 2 2 Web Service Introduction... 2 2.1 Equity Weightings Data Service... 2 3 Architecture... 3 4 Output Formats... 3 5 Data

More information

Market Maker Transaction Data Technical Specification

Market Maker Transaction Data Technical Specification Market Maker Transaction Data Technical Specification Version 1.0 1 Table of Contents Revision History... 4 1 Tick Size Pilot Market Maker Reporting File Format Specification... 5 1.1 File Submission Location

More information

ETF Portfolio Composition File FAQ and Key Definitions

ETF Portfolio Composition File FAQ and Key Definitions ETF Portfolio Composition File FAQ and Key Definitions January 29, 2015 Frequently Asked Questions for the ETF Portfolio Composition File Output (AutoRoute: 02261256) Enhanced PCF File 1) Q. What information

More information

MSDG Services Integration Document Draft Ver 1.2

MSDG Services Integration Document Draft Ver 1.2 Table of contents Page 1 of 17 Table of Contents 2 Push SMS Integration 1. 1.1 Overview HTTP API lets departments send across SMS messages using HTTP URL interface. The API supports SMS push (Single SMS

More information

Securities Identifiers Capital Markets (From 4 day workshop) Khader Shaik

Securities Identifiers Capital Markets (From 4 day workshop) Khader Shaik Securities Identifiers Capital Markets (From 4 day workshop) Khader Shaik 1 Financial Markets A marketplace where financial products are bought and sold Financial Products Securities Stocks, bonds Currencies

More information

Bats Europe Reference Data Specification

Bats Europe Reference Data Specification Bats Europe Reference Data Specification Version 1.35 15 June, 2016 Bats Trading Limited is a Recognised Investment Exchange regulated by the Financial Conduct Authority. Bats Trading Limited is an indirect

More information

SIX Trade Repository AG

SIX Trade Repository AG May 2016 Please note: The SIX Trade Repository (SIX TR) has not yet been registered with FINMA. It is therefore not yet an authorized Swiss trade repository. The content of this documentation is without

More information

TeleTrader Toolbox for MATLAB

TeleTrader Toolbox for MATLAB User Guide for the TeleTrader Toolbox for MATLAB TeleTrader Software GmbH Contents Getting Started with the TeleTrader Toolbox for MATLAB 3 Connecting to the TeleTrader Market Data Server 4 Retrieving

More information

Qlik REST Connector Installation and User Guide

Qlik REST Connector Installation and User Guide Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All

More information

Linking Telemet Orion to a Portfolio Accounting System

Linking Telemet Orion to a Portfolio Accounting System Linking Telemet Orion to a Portfolio Accounting System Telemet Orion v8 can import portfolio data from any portfolio management, order management, or trust accounting system that can export to standard

More information

I/B/E/S GUIDANCE USER GUIDE A GUIDE TO UNDERSTANDING THE TERMS, LAYOUTS & USE OF I/B/E/S GUIDANCE

I/B/E/S GUIDANCE USER GUIDE A GUIDE TO UNDERSTANDING THE TERMS, LAYOUTS & USE OF I/B/E/S GUIDANCE I/B/E/S GUIDANCE USER GUIDE A GUIDE TO UNDERSTANDING THE TERMS, LAYOUTS & USE OF I/B/E/S GUIDANCE JULY 2009 NOTICE This I/B/E/S Guidance User Guide contains confidential and proprietary information of

More information

Operational Guide. Admission of a retail bond to the Order book for Retail Bonds (ORB)

Operational Guide. Admission of a retail bond to the Order book for Retail Bonds (ORB) Operational Guide Admission of a retail bond to the Order book for Retail Bonds (ORB) September 2014 Contents This factsheet provides an operational guide to the admission procedures for retail bonds

More information

NASDAQ-100 INDEX METHODOLOGY. December 2015

NASDAQ-100 INDEX METHODOLOGY. December 2015 NASDAQ-100 INDEX METHODOLOGY December 2015 TABLE OF CONTENTS 1. INTRODUCTION The NASDAQ-100 Index includes 100 of the largest non-financial companies listed on The Nasdaq Stock Market, based on market

More information

Customer Support : System Requirements : Logging In : Homepage :

Customer Support : System Requirements : Logging In : Homepage : We have developed the Quick Start Guide to ensure your quick access to the GCC stock markets data and other important information. In addition it will assist you to achieve the maximum benefits of using

More information

Dorsey Wright Multi Asset Income Index Methodology

Dorsey Wright Multi Asset Income Index Methodology Dorsey Wright Multi Asset Income Index Methodology Index Description The Dorsey Wright Multi-Asset Income Index selects between one and five investments from a universe of income producing strategies.

More information

NASDAQ Market Velocity and Forces 2.1

NASDAQ Market Velocity and Forces 2.1 NASDAQ Market Velocity and Forces 2.1 Direct Data Feed Interface Specifications Version: 2.10 Date Revised: November 1, 2013 Table of Contents 1 Product Description... 3 2 Network Protocol Options... 3

More information

Technical documentation

Technical documentation Technical documentation HTTP Application Programming Interface SMPP specifications Page 1 Contents 1. Introduction... 3 2. HTTP Application Programming Interface... 4 2.1 Introduction... 4 2.2 Submitting

More information

Rules for the Construction and Maintenance of the OMX STOCKHOLM 30 INDEX

Rules for the Construction and Maintenance of the OMX STOCKHOLM 30 INDEX Rules for the Construction and Maintenance of the OMX STOCKHOLM 30 INDEX VERSION 1.5 / December 8, 2014 TABLE OF CONTENTS TABLE OF CONTENTS 1. Introduction 2. Index Share Eligibility & Selection rules

More information

Understanding Portfolios. Reading the Portfolio

Understanding Portfolios. Reading the Portfolio Understanding Portfolios Reading the Portfolio The Portfolio Menu Navigation Menu provides access to various areas in a team s portfolio. It is available on all the pages of a team s online portfolio.

More information

1.2 Structured notes

1.2 Structured notes 1.2 Structured notes Structured notes are financial products that appear to be fixed income instruments, but contain embedded options and do not necessarily reflect the risk of the issuing credit. Used

More information

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports $Q2UDFOH7HFKQLFDO:KLWHSDSHU )HEUXDU\ Secure Web.Show_Document() calls to Oracle Reports Introduction...3 Using Web.Show_Document

More information

D a n s k e B a n k M e s s a g e I m p l e m e n t a t i o n G u i d e. M a s t e r C a r d C o r p o r a t e C a r d T r a n s a c t i o n s

D a n s k e B a n k M e s s a g e I m p l e m e n t a t i o n G u i d e. M a s t e r C a r d C o r p o r a t e C a r d T r a n s a c t i o n s D a n s k e B a n k M e s s a g e I m p l e m e n t a t i o n G u i d e M a s t e r C a r d C o r p o r a t e C a r d T r a n s a c t i o n s Page 1 10 Change log Version Date Change 2 14.10.2014 Unique

More information

Bloomberg 1 Database Extension for EViews

Bloomberg 1 Database Extension for EViews Bloomberg 1 Database Extension for EViews Overview The Bloomberg Database Extension is a new feature for EViews 8.1 that adds easy access to Bloomberg s extensive collection of market and economic data

More information

IP Phone Service Administration and Subscription

IP Phone Service Administration and Subscription CHAPTER 6 IP Phone Service Administration and Subscription Cisco CallManager administrators maintain the list of services to which users can subscribe. These sections provide details about administering

More information

MasterCard In tern et Gatew ay Service (MIGS)

MasterCard In tern et Gatew ay Service (MIGS) Master Card Inter national MasterCard In tern et Gatew ay Service (MIGS) MIGS Payment Client Reference Manual Prepared By: Patrick Hayes Department: Principal Consultant, ebusiness Solutions Date Written:

More information

Ad Hoc Advanced Table of Contents

Ad Hoc Advanced Table of Contents Ad Hoc Advanced Table of Contents Functions... 1 Adding a Function to the Adhoc Query:... 1 Constant... 2 Coalesce... 4 Concatenate... 6 Add/Subtract... 7 Logical Expressions... 8 Creating a Logical Expression:...

More information

DESCRIPTION OF SPAN RISK PARAMETER FILE

DESCRIPTION OF SPAN RISK PARAMETER FILE DESCRIPTION OF SPAN RISK PARAMETER FILE The SPAN [1] Risk Parameter file is downloaded from a source (ftp-server or similar). The NASDAQ OMX Commodities end of day SPAN file is generated and distributed

More information

Merchant Reporting Tool

Merchant Reporting Tool Merchant Reporting Tool payment and transaction statistic for web shops Transaction reports through web-interface to paysafecard application Table of Content 1. Introduction 2 2. Log In 2 2.1 Merchant

More information

#18 JULY 11, 2013 NASDAQ OMX GLOBAL DATA PRODUCTS NORDIC NEWSLETTER HIGHLIGHT NOTICE NASDAQ OMX TO DISSEMINATE 33 NEW INDEXES FROM JULY 29, 2013

#18 JULY 11, 2013 NASDAQ OMX GLOBAL DATA PRODUCTS NORDIC NEWSLETTER HIGHLIGHT NOTICE NASDAQ OMX TO DISSEMINATE 33 NEW INDEXES FROM JULY 29, 2013 NASDAQ OMX GLOBAL DATA PRODUCTS NORDIC NEWSLETTER #18 JULY 11, 2013 HIGHLIGHT NASDAQ OMX TO DISSEMINATE 33 NEW INDEXES FROM JULY 29, 2013 PAGE 3 NOTICE NASDAQ OMX TO TERMINATE TWO HANDELSBANKEN OMX SECTOR

More information

IP Phone Services Configuration

IP Phone Services Configuration CHAPTER 96 Using Cisco Unified Communications Manager Administration, you define and maintain the list of IP phone services to which users can subscribe at their site. IP phone services comprise XML applications

More information

1S-2.053 Election Results, Precinct-Level Election Results, Voting History, and Reconciliation Reporting.

1S-2.053 Election Results, Precinct-Level Election Results, Voting History, and Reconciliation Reporting. 1S-2.053 Election Results, Precinct-Level Election Results, Voting History, and Reconciliation Reporting. (1) General provisions. (a) This rule establishes file format specifications, timelines and other

More information

NASDAQ Asia ex Japan Dividend Achievers TM Index Methodology

NASDAQ Asia ex Japan Dividend Achievers TM Index Methodology NASDAQ Asia ex Dividend Achievers TM Index Methodology Index Description The NASDAQ Asia ex Dividend Achievers Index is comprised of accepted securities with at least three consecutive years of increasing

More information

NASDAQ Market Pathfinders

NASDAQ Market Pathfinders NASDAQ Market Pathfinders Direct Data Feed Interface Specifications Version: 1.00 Date Revised: November 11, 2010 Table of Contents 1 Product Description:... 3 2 Network Protocol Options... 4 3 Architecture...

More information

Your Guide to setting up Sage One Accounting from your Accountant. Setting Up Sage One Accounting

Your Guide to setting up Sage One Accounting from your Accountant. Setting Up Sage One Accounting Your Guide to setting up Sage One Accounting from your Accountant Setting Up Sage One Accounting 1 Contents Introduction Introduction...3 Quick Start Guide entering key business information...4 Set Up

More information

A Brief Introduction to MySQL

A Brief Introduction to MySQL A Brief Introduction to MySQL by Derek Schuurman Introduction to Databases A database is a structured collection of logically related data. One common type of database is the relational database, a term

More information

Interest rate Derivatives

Interest rate Derivatives Interest rate Derivatives There is a wide variety of interest rate options available. The most widely offered are interest rate caps and floors. Increasingly we also see swaptions offered. This note will

More information

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger. System Administrator Training Guide Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before You Begin... 4 Overview... 4

More information

4,000,000 ETNs* Credit Suisse X-Links Monthly Pay 2xLeveraged Mortgage REIT Exchange Traded Notes (ETNs) due July 11, 2036 General

4,000,000 ETNs* Credit Suisse X-Links Monthly Pay 2xLeveraged Mortgage REIT Exchange Traded Notes (ETNs) due July 11, 2036 General Pricing Supplement No. ETN-19 To the Prospectus Supplement dated May 4, 2015 and the Prospectus dated May 4, 2015 Filed Pursuant to Rule 424(b)(2) Registration Statement Nos. 333-202913 and 333-180300-03

More information

CFD-FX Trading platform Software User Guide. May 2006

CFD-FX Trading platform Software User Guide. May 2006 CFD-FX Trading platform Software User Guide May 2006 CONTENTS Introduction........................................................1 Installing the trading platform........................................1

More information

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL

More information

GFDatabase allows you to search financial and economic data series, but not individual securities.

GFDatabase allows you to search financial and economic data series, but not individual securities. GFD Search Engines The GFD Search Engines are designed to help you find the files you need for your research and analysis. Each Database that GFD provides a subscription to has a separate search engine.

More information

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i $Q2UDFOH7HFKQLFDO:KLWHSDSHU 0DUFK Secure Web.Show_Document() calls to Oracle Reports Server 6i Introduction...3 solution

More information

Rules for the Construction and Maintenance of the. OMX Oslo 20 Index. VERSION 2.2 / December 8, 2014. 1 P a g e

Rules for the Construction and Maintenance of the. OMX Oslo 20 Index. VERSION 2.2 / December 8, 2014. 1 P a g e Rules for the Construction and Maintenance of the OMX Oslo 20 Index VERSION 2.2 / December 8, 2014 1 P a g e TABLE OF CONTENTS 1. INTRODUCTION... 4 2. INDEX SHARE ELIGIBILITY & SELECTION RULES... 4 2.1

More information

Daily Segregation Confirmation System

Daily Segregation Confirmation System Daily Segregation Confirmation System Clearing FCMs Data File Layout and Submission Requirements Version 1.0.8.2 Daily Confirmation Clearing FCM Version 1.0.8.2 Updated 8/7/2013 Page 1 of 13 Contents Introduction...

More information

Getting Started With SAM Director SAM Director User Guide

Getting Started With SAM Director SAM Director User Guide Getting Started With SAM Director SAM Director User Guide Copyright 2014 License Dashboard Limited. License Dashboard Limited is a trading subsidiary of the Blenheim Group. License Dashboard Limited -

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

NASDAQ OMX Nordic Cash Market fee list

NASDAQ OMX Nordic Cash Market fee list NASDAQ OMX Nordic is not charging any fee for granting new cash market memberships. NASDAQ OMX Nordic minimum monthly fee is payable to only one of the NASDAQ OMX exchanges (NASDAQ OMX Copenhagen, NASDAQ

More information

quotemedia XML and JSON Delivery Services On Demand, Low Latency, Cloud-based Market and Research Data Services

quotemedia XML and JSON Delivery Services On Demand, Low Latency, Cloud-based Market and Research Data Services quotemedia XML and JSON Delivery Services On Demand, Low Latency, Cloud-based Market and Research Data Services QuoteMedia s Cloud Data API provides intraday on demand snap data and end of day bulk information

More information

API Guide v 1.6 14/11/2013

API Guide v 1.6 14/11/2013 1 About netcore netcore is a leader in digital communications space. The mission of the company is to help clients communicate effectively for marketing and business needs. We help organizations in the

More information

Delivery models refer to the method by which Information and Business Intelligence is sent from its source to its destination (consumer).

Delivery models refer to the method by which Information and Business Intelligence is sent from its source to its destination (consumer). Delivery Models Delivery models refer to the method by which Information and Business Intelligence is sent from its source to its destination (consumer). The primary delivery models within and Enterprise

More information

Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS)

Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS) Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS) August 04, 2009 Interface Design Document for CMBHS

More information

ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015

ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015 ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015 2 Contents Welcome 3 1. Getting Started 4 1.1 Virtual Terminal Activation 4 2. Configuring the Virtual Terminal 7 2.1 General Settings

More information

Calculation Guideline. Solactive US High Dividend Low Volatility Index TR

Calculation Guideline. Solactive US High Dividend Low Volatility Index TR Calculation Guideline Solactive US High Dividend Low Volatility Index TR Version 1.0 dated September 18 th, 2014 1 Contents Introduction 1 Index specifications 1.1 Index codes and tickers 1.2 Initial value

More information

Boats bid bname color 101 Interlake blue 102 Interlake red 103 Clipper green 104 Marine red. Figure 1: Instances of Sailors, Boats and Reserves

Boats bid bname color 101 Interlake blue 102 Interlake red 103 Clipper green 104 Marine red. Figure 1: Instances of Sailors, Boats and Reserves Tutorial 5: SQL By Chaofa Gao Tables used in this note: Sailors(sid: integer, sname: string, rating: integer, age: real); Boats(bid: integer, bname: string, color: string); Reserves(sid: integer, bid:

More information

AS DNB banka. DNB Link specification (B2B functional description)

AS DNB banka. DNB Link specification (B2B functional description) AS DNB banka DNB Link specification (B2B functional description) DNB_Link_FS_EN_1_EXTSYS_1_L_2013 Table of contents 1. PURPOSE OF THE SYSTEM... 4 2. BUSINESS PROCESSES... 4 2.1. Payment for goods and services...

More information

Accounts. Step by Step Data Setup Wizard and How to Guide. online

Accounts. Step by Step Data Setup Wizard and How to Guide. online online Accounts Step by Step Data Setup Wizard and How to Guide Main Tel. 0845 450 7304 Support Tel. 0844 484 9412 Email info@liquidaccounts.com Free 30day trial www.liquidaccounts.com Page 1 Online Accounts

More information

MEDIAplus administration interface

MEDIAplus administration interface MEDIAplus administration interface 1. MEDIAplus administration interface... 5 2. Basics of MEDIAplus administration... 8 2.1. Domains and administrators... 8 2.2. Programmes, modules and topics... 10 2.3.

More information

Active Directory User Management System (ADUMS)

Active Directory User Management System (ADUMS) Active Directory User Management System (ADUMS) Release 2.9.3 User Guide Revision History Version Author Date Comments (MM/DD/YYYY) i RMA 08/05/2009 Initial Draft Ii RMA 08/20/09 Addl functionality and

More information

IBM Endpoint Manager Version 9.2. Patch Management for SUSE Linux Enterprise User's Guide

IBM Endpoint Manager Version 9.2. Patch Management for SUSE Linux Enterprise User's Guide IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide Note Before using this

More information

Getting Started with Barchart Professional

Getting Started with Barchart Professional Getting Started with Barchart Professional Last Updated: 12/20/2010 Welcome to Barchart Professional! Professional a full-featured quote, chart and analysis software application that you download to your

More information

MySagePay. User Manual. Page 1 of 48

MySagePay. User Manual. Page 1 of 48 MySagePay User Manual Page 1 of 48 Contents About this guide... 4 Getting started... 5 Online help... 5 Accessing MySagePay... 5 Supported browsers... 5 The Administrator account... 5 Creating user accounts...

More information

Reporting Manual. Version: 2.24. Contact details. Simon Carmiggeltstraat 6-50 1011 DJ Amsterdam. P.O. Box 10095 1001 EB Amsterdam The Netherlands

Reporting Manual. Version: 2.24. Contact details. Simon Carmiggeltstraat 6-50 1011 DJ Amsterdam. P.O. Box 10095 1001 EB Amsterdam The Netherlands Reporting Manual Version: 2.24 Contact details Simon Carmiggeltstraat 6-50 1011 DJ Amsterdam P.O. Box 10095 1001 EB Amsterdam The Netherlands T +31 20 240 1240 E support@adyen.com Table of Contents 1.

More information

Top 10 Things to Know about WRDS

Top 10 Things to Know about WRDS Top 10 Things to Know about WRDS 1. Do I need special software to use WRDS? WRDS was built to allow users to use standard and popular software. There is no WRDSspecific software to install. For example,

More information

The NYSE Arca Gold BUGS Index (HUI)

The NYSE Arca Gold BUGS Index (HUI) The NYSE Arca Gold BUGS Index (HUI) - 1 - Version 2.0 Valid from February 17.2014 Table of contents 1. Index summary...1 2. Governance and disclaimer...2 3. Publication...3 3.1 The opening, intraday and

More information

Genium INET for Fixed Income project update 2. New version of document describing TIP changes in Genium Consolidated Feed version 2.

Genium INET for Fixed Income project update 2. New version of document describing TIP changes in Genium Consolidated Feed version 2. Global Data Products NORDIC WEEKLY NEWSLETTER CONTENTS December 7th 2010 #42 Page MARKET DATA SYSTEMS TECHNICAL FUNCTIONALITY Genium INET for Fixed Income project up 2 New version of document describing

More information

NextShares Exchange Traded Managed Funds

NextShares Exchange Traded Managed Funds NextShares Exchange Traded Managed Funds End-of-Day (EOD) FTP File for The Nasdaq Stock Market Technical Interface Specification Created By Nasdaq Global Information Services Last Updated: February 10,

More information

DRAFT. CCH Trust Accounts. Installation Guide

DRAFT. CCH Trust Accounts. Installation Guide CCH Trust Accounts Installation Guide Legal Notice Disclaimer Copyright Trademark Rights CCH Software has made every effort to ensure the accuracy and completeness of these Release Notes. However, CCH

More information

#14 NASDAQ OMX GLOBAL DATA PRODUCTS NORDIC NEWSLETTER HIGHLIGHT NOTICE HISTORICAL VALUES FOR NEW INDEXES LAUNCHED ON MAY 21, 2013

#14 NASDAQ OMX GLOBAL DATA PRODUCTS NORDIC NEWSLETTER HIGHLIGHT NOTICE HISTORICAL VALUES FOR NEW INDEXES LAUNCHED ON MAY 21, 2013 NASDAQ OMX GLOBAL DATA PRODUCTS NORDIC NEWSLETTER #14 MAY 22, 2013 HIGHLIGHT HISTORICAL VALUES FOR NEW INDEXES LAUNCHED ON MAY 21, 2013 PAGE 3 NOTICE GCF4 SYSTEM DISTURBANCES PAGE 4-1 - CONTENT Page NASDAQ

More information

My Sage Pay User Manual

My Sage Pay User Manual My Sage Pay User Manual Page 1 of 32 Contents 01. About this guide..4 02. Getting started.4 Online help Accessing My Sage Pay Test Servers Live Servers The Administrator account Creating user accounts

More information

SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03. Report Conversion Tool Guide

SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03. Report Conversion Tool Guide SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03 Table of Contents 1 Report Conversion Tool Overview.... 4 1.1 What is the Report Conversion Tool?...4

More information

Retrieving Data Using the SQL SELECT Statement. Copyright 2006, Oracle. All rights reserved.

Retrieving Data Using the SQL SELECT Statement. Copyright 2006, Oracle. All rights reserved. Retrieving Data Using the SQL SELECT Statement Objectives After completing this lesson, you should be able to do the following: List the capabilities of SQL SELECT statements Execute a basic SELECT statement

More information

A table is a collection of related data entries and it consists of columns and rows.

A table is a collection of related data entries and it consists of columns and rows. CST 250 MySQL Notes (Source: www.w3schools.com) MySQL is the most popular open-source database system. What is MySQL? MySQL is a database. The data in MySQL is stored in database objects called tables.

More information

Web Application Disassembly with ODBC Error Messages By David Litchfield Director of Security Architecture @stake http://www.atstake.

Web Application Disassembly with ODBC Error Messages By David Litchfield Director of Security Architecture @stake http://www.atstake. Web Application Disassembly with ODBC Error Messages By David Litchfield Director of Security Architecture @stake http://www.atstake.com Introduction This document describes how to subvert the security

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. Getting Started: Non-Disclosed Brokers October 2015 2015 Interactive Brokers LLC. All Rights Reserved Any symbols displayed within these pages are for illustrative purposes only, and are not intended to

More information

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement).

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement). SERVICE OF PAYMENT CARDS ON THE INTERNET ANNEX 2 TO AGREEMENT Requirements for Queries to I-Payment Terminal This Annex uses the definitions set out in the Agreement on service of payment cards on the

More information

Web Development using PHP (WD_PHP) Duration 1.5 months

Web Development using PHP (WD_PHP) Duration 1.5 months Duration 1.5 months Our program is a practical knowledge oriented program aimed at learning the techniques of web development using PHP, HTML, CSS & JavaScript. It has some unique features which are as

More information

PHP Integration Kit. Version 2.5.1. User Guide

PHP Integration Kit. Version 2.5.1. User Guide PHP Integration Kit Version 2.5.1 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate PHP Integration Kit User Guide Version 2.5.1 December, 2012 Ping Identity Corporation 1001

More information

mobiletws for ipad Users' Guide September 2011 2011 Interactive Brokers LLC. All rights reserved.

mobiletws for ipad Users' Guide September 2011 2011 Interactive Brokers LLC. All rights reserved. mobiletws for ipad Users' Guide September 2011 2011 Interactive Brokers LLC. All rights reserved. Apple, the Apple logo, ipod, ipod touch, ipad and itunes are trademarks of Apple Inc., registered in the

More information

OMX Helsinki 15 Index

OMX Helsinki 15 Index Rules for Construction and Maintenance of the OMX Helsinki 15 Index Version 1.1 / December 8, 2014 1 P a g e TABLE OF CONTENTS 1. INTRODUCTION... 3 1.1 INDEXES... 3 2. INDEX CONSTRUCTION AND MAINTENANCE...

More information

Trade Reporting Services: Service Description

Trade Reporting Services: Service Description Trade Reporting Services: Service Description Status: Issued BATS Chi-X Europe March 13 th 2015 Version 1.9 1 CONTENTS 1. INTRODUCTION... 4 2. HOW BATS WORKS... 4 3. THE SERVICES... 4 3.1 TDM Service...

More information

List of Tariffs applicable as of 1 July 2016

List of Tariffs applicable as of 1 July 2016 Patria Finance, a.s., Jungmannova 745/24, 110 00 Prague 1, Czech Republic, ID No. 26455064 Registered with the Commercial Register, Section B, File No. 7215 Maintained by the Municipal Court in Prague

More information

Websense SQL Queries. David Buyer June 2009 Be281@bfn.org

Websense SQL Queries. David Buyer June 2009 Be281@bfn.org Websense SQL Queries David Buyer June 2009 Be281@bfn.org Introduction The SQL queries that are listed here I have been using for a number of years now. I use them almost exclusively as an alternative to

More information

NASDAQ US All Market Index Family Methodology

NASDAQ US All Market Index Family Methodology NASDAQ US All Market Index Family Methodology Index Description The NASDAQ US All Market Index Family tracks the performance of securities whose issuer is incorporated and domiciled in the United States

More information

Religare Securities Limited ODIN DIET - Trading Manual

Religare Securities Limited ODIN DIET - Trading Manual Religare Securities Limited Introduction Religare ODIN DIET is a comprehensive trading tool with a facility to trade in cash, derivatives, mutual funds, IPOs, currencies and commodities all in one screen.

More information

Safeguard Ecommerce Integration / API

Safeguard Ecommerce Integration / API Safeguard Ecommerce Integration / API Product Manual Version 3 Revision 1.11 Table of Contents 1. INTRODUCTION... 4 1.1 Available commands... 4 2. HOW THE ADMINISTRATION SYSTEM IS EXPECTED TO BE USED OPERATIONALLY...

More information

Physical Design. Meeting the needs of the users is the gold standard against which we measure our success in creating a database.

Physical Design. Meeting the needs of the users is the gold standard against which we measure our success in creating a database. Physical Design Physical Database Design (Defined): Process of producing a description of the implementation of the database on secondary storage; it describes the base relations, file organizations, and

More information

RJS Email Monitor. User Guide. 2012 RJS Software Systems Document Version 1.0.0.1

RJS Email Monitor. User Guide. 2012 RJS Software Systems Document Version 1.0.0.1 User Guide RJS Email Monitor 2012 RJS Software Systems Document Version 1.0.0.1 RJS Software Systems 2970 Judicial Road, Suite 100 Burnsville, MN 55337 Phone: 952-736-5800 Fax: 952-736-5801 Sales email:

More information

NASDAQ ITCH to Trade Options

NASDAQ ITCH to Trade Options Market Data Feed Version 3.02 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

SonicWALL Global Management System Reporting Guide Standard Edition

SonicWALL Global Management System Reporting Guide Standard Edition SonicWALL Global Management System Reporting Guide Standard Edition Version 2.9.4 Copyright Information 2005 SonicWALL, Inc. All rights reserved. Under the copyright laws, this manual or the software described

More information

MiFID/MiFIR REPORTING FIELD COMPARISON

MiFID/MiFIR REPORTING FIELD COMPARISON MiFID/MiFIR REPORTING FIELD COMPARISON MiFIR (PER ESMA CP 2014/1570) 1 Repting entity identification code Type of code used to identify the entity executing the transaction Legal entity : the wd LEI +

More information

Amazon Glacier. Developer Guide API Version 2012-06-01

Amazon Glacier. Developer Guide API Version 2012-06-01 Amazon Glacier Developer Guide Amazon Glacier: Developer Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in

More information

EMC SourceOne Auditing and Reporting Version 7.0

EMC SourceOne Auditing and Reporting Version 7.0 EMC SourceOne Auditing and Reporting Version 7.0 Installation and Administration Guide 300-015-186 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Cache Configuration Reference

Cache Configuration Reference Sitecore CMS 6.2 Cache Configuration Reference Rev: 2009-11-20 Sitecore CMS 6.2 Cache Configuration Reference Tips and Techniques for Administrators and Developers Table of Contents Chapter 1 Introduction...

More information

USB Recorder. User s Guide. Sold by: Toll Free: (877) 389-0000

USB Recorder. User s Guide. Sold by:  Toll Free: (877) 389-0000 USB Recorder User s Guide Sold by: http://www.twacomm.com Toll Free: (877) 389-0000 Table of Contents 1. Getting Started 1-1...First Login 1-2...Creating a New User 2. Administration 2-1...General Administration

More information

Stock-Trak Professor User Guide

Stock-Trak Professor User Guide Stock-Trak Professor User Guide Thank you for using Stock-Trak, the leader in Stock Market Game Simulations. We have worked to make the process of setting up and monitoring your class as straight forward

More information

CABI Training Materials. CAB Direct MyCABDirect, Alerts and RSS Feeds KNOWLEDGE FOR LIFE. www.cabi.org

CABI Training Materials. CAB Direct MyCABDirect, Alerts and RSS Feeds KNOWLEDGE FOR LIFE. www.cabi.org CABI Training Materials CAB Direct MyCABDirect, Alerts and RSS Feeds www.cabi.org KNOWLEDGE FOR LIFE Contents Create a MyCABDirect Account... 3 MyCABDirect Features... 4 Saving Searches... 5 Alerts...

More information

REPORTING NAV RETURNS TO THE CENTRAL BANK

REPORTING NAV RETURNS TO THE CENTRAL BANK REPORTING NAV RETURNS TO THE CENTRAL BANK Explanatory information on how to report NAV returns to the Central Bank with the Online Reporting system. Reporting NAV Returns to the Central Bank Page 1 of

More information

Portal Connector Fields and Widgets Technical Documentation

Portal Connector Fields and Widgets Technical Documentation Portal Connector Fields and Widgets Technical Documentation 1 Form Fields 1.1 Content 1.1.1 CRM Form Configuration The CRM Form Configuration manages all the fields on the form and defines how the fields

More information