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

Size: px
Start display at page:

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

Transcription

1 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 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 As a premier subscriber to GIW, users can now access the following information from the NASDAQ OMX secure web service: Weighting Data Service Corporate Action Service History Service 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. VERSION 1.0 PAGE 1

2 3 Architecture GLOBAL INDEX WATCH WEB SERVICE 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); 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. VERSION 2.0 PAGE 2

3 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 Using PERL: Using PERL: #################################################### ############################ use strict; use warnings; use LWP::UserAgent; #################################################### ############################ my $url = ' e= &type=pipe&filetype=sod'; my $username = 'YOURUSERNAME'; my $password = 'YOURPASSWORD'; my $cookie = 'YOURCOOKIEFILE'; GetFile($url, $username, $password, $cookie); #################################################### ############################ sub GetFile my ($url, $username, $password, $cookie) my $ua = LWP::UserAgent->new; $ua->cookie_jar(file => $cookie); $ua->post($url, username => $username, password => $password); my $response = $ua->get($url); my $content = ($response->is_success)? $response->content() : ''; print $content; Note: Cookies should be turned on to retain sessions. In addition, explicitly post the username and password (lower case) and remove server variables. The 2.0 Service does NOT allow queries to be directly entered a browser. The Web Service is intended for automation via web authentication processes. VERSION 2.0 PAGE 3

4 4 Output Formats GLOBAL INDEX WATCH WEB SERVICE 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 5.1 Weightings Data 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. 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 VERSION 2.0 PAGE 4

5 Weightings Data Service Header Data Field Description Max Field Size / Attribution Parameter Parameter of the query Varchar (24) Alphanumeric Example: QQQQ EOD Weightings Content Data Field Description Max Field Size / Attribution 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. Varchar (12) Numeric (including 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 Footer Data Field Description Max Field Size / Attribution Index Market Value Represents the summation of the market value of all component securities within the index. Varchar (53) Numeric (including decimal) Total Index Shares Represents the summation of the index shares of all component securities within the index. Varchar (53) Numeric (including decimal) Market Percentage Represents the summation of the market percentage of all component securities within the index. Varchar (9) Numeric (including Net Change 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. Varchar (12) Numeric (including High Low As Of Divisor 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. MM/DD/YYYY (9/21/2009) 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) Alphanumeric (including special characters and spaces) Varchar (53) Numeric (including decimal) VERSION 2.0 PAGE 5

6 Current Index Value Calculated value: Index Market Value / Divisor Varchar (12) Numeric (including Index Dividend Point Index Dividend Point = Dividend Market Value/Divisor Varchar (9) Numeric 9 Dividend Market Value Represents the summation of all index securities dividend market values Varchar (19) Numeric 19 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. Varchar (12) Numeric (including VERSION 2.0 PAGE 6

7 5.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. 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 Data Field Description Max Field Size / Attribution Parameter Parameter of the query Example: QQQQ _QQQQ Varchar (40) Alphanumeric Output Stream Data Field Description Max Field Length / Attribution ID Effective Date Assigned ID value in the NASDAQ OMX GIW service Date the corporate action will take effect and may include a date later than the current date. Varchar (9) - Numeric 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.0 PAGE 7

8 Output Stream Data Field Description Max Field Length / Attribution 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 VERSION 2.0 PAGE 8

9 5.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. 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 Data Field Description Max Field Size / Attribution Parameter Output Stream Parameter of the query Example: QQQQ _QQQQ EOD Varchar (40) Alphanumeric Data Field Description Max Field Size / Attribution Trade Date Represents the trade date for the index Field Length (8) Numeric represented as (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 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 (53) Numeric (including decimal) Varchar (53) - Numeric (including decimal) Varchar (53) - Numeric (including decimal) Index Dividend Point Index Dividend Point = Dividend Market Varchar (9) Numeric 9 VERSION 2.0 PAGE 9

10 Value/Divisor Dividend Market Value Represents the summation of all index securities dividend market values Varchar (19) - Numeric Dividend Market Value = Cash dividend * index shares per security Base Value Index Value at inception (as adjusted) Varchar (12) - Numeric (including VERSION 2.0 PAGE 10

11 6 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.0 PAGE 11

12 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 VERSION 2.0 PAGE 12

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

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

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

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

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

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

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

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

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

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

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

Installation & Configuration Guide User Provisioning Service 2.0

Installation & Configuration Guide User Provisioning Service 2.0 Installation & Configuration Guide User Provisioning Service 2.0 NAVEX Global User Provisioning Service 2.0 Installation Guide Copyright 2015 NAVEX Global, Inc. NAVEX Global is a trademark/service mark

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

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

Regulatory Notice 14-36

Regulatory Notice 14-36 Regulatory Notice 14-36 OTC Reporting Facility FINRA Announces Elimination of OTC Bulletin Board Historical Research Reports; Fees for ORF Trade Reporting and Data Effective Dates: September 30, 2014 (Elimination

More information

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications ACCREDITATION COUNCIL FOR PHARMACY EDUCATION CPE Monitor Technical Specifications Prepared by Steven Janis, RWK Design, Inc. Created: 02/10/2012 Revised: 09/28/2012 Revised: 08/28/2013 This document describes

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

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

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

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

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

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

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

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

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

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

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

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

Network Monitoring with SNMP

Network Monitoring with SNMP Network Monitoring with SNMP This paper describes how SNMP is used in WhatsUp- Professional and provides specific examples on how to configure performance, active, and passive monitors. Introduction SNMP

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

Teacher Activities Page Directions

Teacher Activities Page Directions Teacher Activities Page Directions The Teacher Activities Page provides teachers with access to student data that is protected by the federal Family Educational Rights and Privacy Act (FERPA). Teachers

More information

FF/EDM Intro Industry Goals/ Purpose Related GISB Standards (Common Codes, IETF) Definitions d 4 d 13 Principles p 6 p 13 p 14 Standards s 16 s 25

FF/EDM Intro Industry Goals/ Purpose Related GISB Standards (Common Codes, IETF) Definitions d 4 d 13 Principles p 6 p 13 p 14 Standards s 16 s 25 FF/EDM Intro Industry Goals/ Purpose GISB defined two ways in which flat files could be used to send transactions and transaction responses: interactive and batch. This section covers implementation considerations

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 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

Setting Up Scan to SMB on TaskALFA series MFP s.

Setting Up Scan to SMB on TaskALFA series MFP s. Setting Up Scan to SMB on TaskALFA series MFP s. There are three steps necessary to set up a new Scan to SMB function button on the TaskALFA series color MFP. 1. A folder must be created on the PC and

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

NASDAQ GLIMPSE 5.0. All integer fields are unsigned big-endian (network byte order) binary encoded numbers.

NASDAQ GLIMPSE 5.0. All integer fields are unsigned big-endian (network byte order) binary encoded numbers. NASDAQ GLIMPSE 5.0 1 Overview A complement to the NASDAQ TotalView-ITCH real-time data feed product, NASDAQ GLIMPSE 5.0 is a point-to-point data feed connection that provides direct data feed customers

More information

www.asl.co.th User s Guide

www.asl.co.th User s Guide www.asl.co.th User s Guide 1. Components In Web Page 2. What s in Homepage. 3. After Sign In 4. Menu: My Account 5. Menu: Market & Information 6. Menu: Stock 7. Menu: News 8. Menu: Research 9. Menu: Listed

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

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

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

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

ACS 5.x and later: Integration with Microsoft Active Directory Configuration Example

ACS 5.x and later: Integration with Microsoft Active Directory Configuration Example ACS 5.x and later: Integration with Microsoft Active Directory Configuration Example Document ID: 113571 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

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

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

SMG... 2 3 4 SMG WORLDWIDE

SMG... 2 3 4 SMG WORLDWIDE U S E R S G U I D E Table of Contents SMGWW Homepage........... Enter The SMG............... Portfolio Menu Page........... 4 Changing Your Password....... 5 Steps for Making a Trade....... 5 Investor

More information

Clever SFTP Instructions

Clever SFTP Instructions Clever SFTP Instructions November 10, 2015 Contents 1 Introduction 2 2 General SFTP Setup 2 3 Preparing CSV Files 3 3.1 Preparing schools.csv............................... 4 3.2 Preparing students.csv...............................

More information

Using SQL Server Management Studio

Using SQL Server Management Studio Using SQL Server Management Studio Microsoft SQL Server Management Studio 2005 is a graphical tool for database designer or programmer. With SQL Server Management Studio 2005 you can: Create databases

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

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

Platts M2MS Market Data IMSFTP Channel Delivery Specification

Platts M2MS Market Data IMSFTP Channel Delivery Specification Platts M2MS Market Data IMSFTP Channel Delivery Specification Version 1.4 May 28, 2013 TABLE OF CONTENTS PREFACE 1 Who Should Read This Manual 1 Prerequisites 1 Related Materials 2 On-line Documentation

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

Cabot Consulting Oracle Solutions. The Benefits of this Approach. Infrastructure Requirements

Cabot Consulting Oracle Solutions. The Benefits of this Approach. Infrastructure Requirements Scheduling Workbooks through the Application Concurrent Manager By Rod West, Cabot Oracle Application users will be very familiar with the Applications concurrent manager and how to use it to schedule

More information

Export of audit trail events from Salto software. Version 2.0

Export of audit trail events from Salto software. Version 2.0 Export of audit trail events from Salto software Version 2.0 Historic of changes Version Status Date Author Change description 1.0 Stable 20/12/2011 Mikel Larreategi First version of the specs. 2.0 Stable

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

Utility Software II lab 1 Jacek Wiślicki, jacenty@kis.p.lodz.pl original material by Hubert Kołodziejski

Utility Software II lab 1 Jacek Wiślicki, jacenty@kis.p.lodz.pl original material by Hubert Kołodziejski MS ACCESS - INTRODUCTION MS Access is an example of a relational database. It allows to build and maintain small and medium-sized databases and to supply them with a graphical user interface. The aim of

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

Table of Contents. Page Home.. 2. Balances & Holdings Balances & Holdings 3-4 Account Profile 5. Activity Account Activity...5

Table of Contents. Page Home.. 2. Balances & Holdings Balances & Holdings 3-4 Account Profile 5. Activity Account Activity...5 Table of Contents Page Home.. 2 Balances & Holdings Balances & Holdings 3-4 Account Profile 5 Activity Account Activity.....5 Portfolio Portfolio 6 Realized Gains/Loss..6-7 Trading Equity Order.. 8 Trading

More information

Pervasive Data Integrator. Oracle CRM On Demand Connector Guide

Pervasive Data Integrator. Oracle CRM On Demand Connector Guide Pervasive Data Integrator Oracle CRM On Demand Connector Guide Pervasive Software Inc. 12365 Riata Trace Parkway Building B Austin, Texas 78727 USA Telephone: (512) 231-6000 or (800) 287-4383 Fax: (512)

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

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

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise includes two api s for integrating user accounts with an external directory of employee or other

More information

Jamb Online Portfolio Tracker User Guide

Jamb Online Portfolio Tracker User Guide Jamb Online Portfolio Tracker User Guide 1. Introduction Portfolio Tracker is a new generation internet aware application which is capable of tracking performance of stocks within portfolio of any investor.

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

RFID Tracking System Installation

RFID Tracking System Installation RFID Tracking System Installation Installation Guide Version 3.x 3M Track and Trace Solutions 3M Center, Building 225-4N-14 St. Paul, Minnesota 55144-1000 78-8123-9919-0, Rev. E 2003-2009, 3M. All rights

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

Java Access to Oracle CRM On Demand. By: Joerg Wallmueller Melbourne, Australia

Java Access to Oracle CRM On Demand. By: Joerg Wallmueller Melbourne, Australia Java Access to Oracle CRM On Demand Web Based CRM Software - Oracle CRM...페이지 1 / 12 Java Access to Oracle CRM On Demand By: Joerg Wallmueller Melbourne, Australia Introduction Requirements Step 1: Generate

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

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

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide January 24, 2015 Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide Spambrella and/or other noted Spambrella related products contained herein are registered

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

Computer Networking LAB 2 HTTP

Computer Networking LAB 2 HTTP Computer Networking LAB 2 HTTP 1 OBJECTIVES The basic GET/response interaction HTTP message formats Retrieving large HTML files Retrieving HTML files with embedded objects HTTP authentication and security

More information

Integrating VoltDB with Hadoop

Integrating VoltDB with Hadoop The NewSQL database you ll never outgrow Integrating with Hadoop Hadoop is an open source framework for managing and manipulating massive volumes of data. is an database for handling high velocity data.

More information

How To Use The Rss Feeder On Firstclass (First Class) And First Class (Firstclass) For Free

How To Use The Rss Feeder On Firstclass (First Class) And First Class (Firstclass) For Free RSS Feeder - Administrator Guide for OpenText Social Workplace and FirstClass Werner de Jong, Senior Solutions Architect 8 July 2011 Abstract This document is an administrator s guide to the installation

More information

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

More information

Table of Contents. Overview...2. System Requirements...3. Hardware...3. Software...3. Loading and Unloading MIB's...3. Settings...

Table of Contents. Overview...2. System Requirements...3. Hardware...3. Software...3. Loading and Unloading MIB's...3. Settings... Table of Contents Overview...2 System Requirements...3 Hardware...3 Software...3 Loading and Unloading MIB's...3 Settings...3 SNMP Operations...4 Multi-Varbind Request...5 Trap Browser...6 Trap Parser...6

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

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

User Guide. You will be presented with a login screen which will ask you for your username and password.

User Guide. You will be presented with a login screen which will ask you for your username and password. User Guide Overview SurfProtect is a real-time web-site filtering system designed to adapt to your particular needs. The main advantage with SurfProtect over many rivals is its unique architecture that

More information

Bank Reconciliation Import BR-1005

Bank Reconciliation Import BR-1005 Bank Reconciliation Import BR-1005 Overview This Extended Solution to the standard MAS 90 MAS 200 Bank Reconciliation module imports a text file and validates cleared checks against the Bank Reconciliation

More information

D S D Q U E R Y M E N U

D S D Q U E R Y M E N U D S D Q U E R Y M E N U ( a d h o c c o m p o n e n t ) Office of Information Technology Support Center Training & Development ua-oit-training@alaska.edu Table of Contents D S D Q U E R Y M E N U 1 ( a

More information

NASDAQ Web Security Entitlement Installation Guide November 13, 2007

NASDAQ Web Security Entitlement Installation Guide November 13, 2007 November 13, 2007 Table of Contents: Copyright 2006, The Nasdaq Stock Market, Inc. All rights reserved.... 2 Chapter 1 - Entitlement Overview... 3 Hardware/Software Requirements...3 NASDAQ Workstation...3

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

API Integration Payment21 Button

API Integration Payment21 Button API Integration Payment21 Button The purpose of this document is to describe the requirements, usage, implementation and purpose of the Payment21 Application Programming Interface (API). The API will allow

More information

Aon Secure File Transfer EMEA

Aon Secure File Transfer EMEA Technology Solutions and Services Enterprise Services Support & Delivery Aon Secure File Transfer EMEA Secure file transfer service January 2013 port Document Title Sub-Title of Report Document Date Table

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

New Mexico State University. AiM 8.X Basic AiM

New Mexico State University. AiM 8.X Basic AiM New Mexico State University AiM 8.X Basic AiM January 22, 2015 Confidential Business Information This documentation is proprietary information of New Mexico State University (NMSU) and is not to be copied,

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

Training Module 1: Administration (logical) (for Privia version 5.9)

Training Module 1: Administration (logical) (for Privia version 5.9) Training Module : Administration (logical) (for Privia version.9) Copyright 0 by Privia LLC. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

More information

Functional Test Plan Template

Functional Test Plan Template Functional Test Plan Template Introduction: How to Use This Tool This tool is intended to be used as an aid in creating a functional test plan. An application s functional test plan defines how functional

More information

Forensic Analysis of Internet Explorer Activity Files

Forensic Analysis of Internet Explorer Activity Files Forensic Analysis of Internet Explorer Activity Files by Keith J. Jones keith.jones@foundstone.com 3/19/03 Table of Contents 1. Introduction 4 2. The Index.dat File Header 6 3. The HASH Table 10 4. The

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

evantage is free and available to all clients of Equity Trust Company. All you have to do is enroll into evantage to gain access to it.

evantage is free and available to all clients of Equity Trust Company. All you have to do is enroll into evantage to gain access to it. evantage Information - General Information On this page: evantage Information - General Information Overview What can evantage do (features) Hours of operation Who is eligible to enroll When is the account

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

ICE Trade Vault. Public User & Technology Guide June 6, 2014

ICE Trade Vault. Public User & Technology Guide June 6, 2014 ICE Trade Vault Public User & Technology Guide June 6, 2014 This material may not be reproduced or redistributed in whole or in part without the express, prior written consent of IntercontinentalExchange,

More information

EMC Documentum Content Services for SAP iviews for Related Content

EMC Documentum Content Services for SAP iviews for Related Content EMC Documentum Content Services for SAP iviews for Related Content Version 6.0 Administration Guide P/N 300 005 446 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

User Guide for Payroll Service (APS+)

User Guide for Payroll Service (APS+) User Guide for Payroll Service (APS+) Sept 2015 No part of this document may be reproduced, stored in a retrieval system of transmitted in any form or by any means, electronic, mechanical, chemical, photocopy,

More information

CPM 5.2.1 5.6 release notes

CPM 5.2.1 5.6 release notes 1 (18) CPM 5.2.1 5.6 release notes Aditro Oy, 2014 CPM Release Notes Page 1 of 18 2 (18) Contents Fakta version 5.2.1. version 1.2.1... 3 Fakta version 5.2.1.1038 sp1 version 1.2.1.300 sp1... 4 Fakta version

More information

FLX UC1000/1500 Registering with Siemens HiPath 4000 & OpenScape Voice Server

FLX UC1000/1500 Registering with Siemens HiPath 4000 & OpenScape Voice Server Technical Note FLX UC1000/1500 Registering with Siemens HiPath 4000 & OpenScape Voice Date: February 1, 2016 This technical note gives a detailed description on how to register a Revolabs FLX UC1000/1500

More information