PRODUCT CHANGE NOTIFICATIONS. Thomson Reuters Tick History. New Extraction Query Capabilities. Query Time Zone. User Interface Updates

Size: px
Start display at page:

Download "PRODUCT CHANGE NOTIFICATIONS. Thomson Reuters Tick History. New Extraction Query Capabilities. Query Time Zone. User Interface Updates"

Transcription

1 PRODUCT CHANGE NOTIFICATIONS Thomson Reuters Tick History New Extraction Query Capabilities Notification Date: 09 August 07 Client Action: For Information Implementation Date: August 07 Thomson Reuters is pleased to announce new extraction query capabilities for Tick History custom extractions. The new Query Time Zone and Relative Query capabilities are available for Tick History Time and Sales, Market Depth, Intraday Summaries, and Raw extractions created via the user interface and REST API. These features will be available as part of the... release of DataScope Select, the strategic platform for hosting Tick History. Please see the remaining sections of this document for details. Note that these features will be added only to Tick History on the DataScope Select platform. They will not be added to the legacy version of Tick History hosted on SIRCA (also referred to as Tick History v). Query Time Zone The Query Time Zone enables you to retrieve query-level data for a time period defined using a time zone other than the time zone specified in your user preferences. This enhanced capability provides improved flexibility in extraction scheduling. It is important to understand the difference between the Query Time Zone and the User Preferred Time Zone. The Query Time Zone identifies the time period in which you are querying. It applies to the selected report template only. The User Preferred Time Zone is a global setting that identifies the default time zone used for specifying dates and times when creating extraction queries and scheduling extraction executions. User Interface Updates Via the user interface, a new Query Time Zone selection has been added to the Tick History report template screens for both Range and Delta Queries, as well as for the new Relative Query. The default setting is the time zone selected in your user preferences, identified as User Preferred Time Zone. Use the dropdown to select a different time zone for the query. NOTE: Some time zone names are unsupported. In these instances, the query s data will be based on UTC, regardless of the selected Query Time Zone. Please see Unsupported Time Zones for the current list.

2 REST API Updates The Tick History REST API supports Query Time Zone via the new DateRangeTimeZone condition parameter in the following endpoints: /Extractions/ExtractRaw /Extractions/TickHistoryIntradaySummariesReportTemplates /Extractions/TickHistoryMarketDepthReportTemplates /Extractions/TickHistoryRawReportTemplates /Extractions/TickHistoryTimeAndSalesReportTemplates DateRangeTimeZone is a string that you set to a.net time zone name. Some time zone names are currently unsupported by the DateRangeTimeZone API parameter, the Query Time Zone user interface field, and related Tick History functionality. You can see the list of unsupported names in Unsupported Time Zones. If you set DateRangeTimeZone to an unsupported name, the time zone will default to UTC+00:00. NOTE: Beginning in release., you will set DateRangeTimeZone to a.net time zone ID instead of a time zone name. (Time zone IDs are more stable over time than names.) If you do not specify DateRangeTimeZone in a report template or an on-demand extraction, it will default to your user preference time zone. You can set your user preference time zone: Via the user interface, by selecting your name in the DataScope Select menu bar > Preferences > General Preferences > Time Zone. Via the REST API, using the TimeZone parameter of the /Users/UserPreferences endpoint. Unsupported Time Zones Unsupported Time Zone Standard Names (API Users) Aleutian Standard Time Altai Standard Time Astrakhan Standard Time Aus Central W. Standard Time Bougainville Standard Time Chatham Islands Standard Time Cuba Standard Time Easter Island Standard Time Eastern Standard Time (Mexico) Haiti Standard Time Lord Howe Standard Time Magallanes Standard Time Unsupported Time Zone Display Names (UI Users) (UTC-0,00) Aleutian Islands (UTC+07,00) Barnaul, Gorno-Altaysk (UTC+0,00) Astrakhan, Ulyanovsk (UTC+08,) Eucla (UTC+,00) Bougainville Island (UTC+,) Chatham Islands (UTC-0,00) Havana (UTC-06,00) Easter Island (UTC-0,00) Chetumal (UTC-0,00) Haiti (UTC+0,0) Lord Howe Island (UTC-0,00) Punta Arenas 09 August 07 /7

3 Unsupported Time Zone Standard Names (API Users) Marquesas Standard Time Mid-Atlantic Standard Time Norfolk Standard Time North Korea Standard Time Novosibirsk Standard Time Omsk Standard Time Saint Pierre Standard Time Sakhalin Standard Time Saratov Standard Time Tocantins Standard Time Tomsk Standard Time Transbaikal Standard Time Turks and Caicos Standard Time UTC+ UTC-08 UTC-09 Unsupported Time Zone Display Names (UI Users) (UTC-09,0) Marquesas Islands (UTC-0,00) Mid-Atlantic - Old (UTC+,00) Norfolk Island (UTC+08,0) Pyongyang (UTC+07,00) Novosibirsk (UTC+06,00) Omsk (UTC-0,00) Saint Pierre and Miquelon (UTC+,00) Sakhalin (UTC+0,00) Saratov (UTC-0,00) Araguaina (UTC+07,00) Tomsk (UTC+09,00) Chita (UTC-0,00) Turks and Caicos (UTC+,00) Coordinated Universal Time+ (UTC-08,00) Coordinated Universal Time-08 (UTC-09,00) Coordinated Universal Time-09 W. Mongolia Standard Time (UTC+07,00) Hovd West Bank Gaza Standard Time (UTC+0,00) Gaza, Hebron Query Time Zone Known Issues: Delta queries for today will now start at 00:00 in your selected Query Time Zone instead of 00:00 UTC, as was previous behavior. This can impact existing Delta extractions. Please make sure your internal processes are prepared. When exporting a Range Query, the query time zone will be exported as specified in the report template, but the Query Start and Query End dates and times will be exported in UTC. (Note that Delta and Relative queries are not impacted). In the next Tick History release, coming September 07, the Query Start and Query End dates and times for Range queries will be exported in the specified Query Time Zone. 09 August 07 /7

4 Relative Query Relative Queries support snapshots of data for a span of time that is defined relative to the extraction time. This new query type provides flexibility beyond the current Range and Delta Query options to support both time periods and relative ranges of dates within a single query. User Interface Updates Via the user interface, you can create a Relative Query by selecting the Schedule Relative Query option that has been added to the Query Types section on the report template screen. You select how many days before the extraction the query will begin (Start Days Ago), and how many days before the extraction the query will end (End Days Ago). You can define the start, and the end, anytime within a -day period of time that begins with the day of extraction (the value Today) and that ends days before the extraction. Each time you run the report, it extracts data for that period of time defined relative to the extraction date. REST API Updates You can use relative queries in the Tick History REST API by setting the parameter ReportDateRangeType to the new value Relative in a report template or a raw extraction. When ReportDateRangeType is set to Relative, there are four new parameters that you set to specify the relative date range: RelativeStartDaysAgo, which defines the days portion of the beginning of the relative query time period. It is a positive integer, from 0 through, that represents a number of days preceding the data extraction. 0 (zero) indicates the day of the extraction, and is equivalent to the value Today in the Tick History user interface s Start Days Ago field. RelativeStartTime, which defines the time portion of the beginning of the relative query time period. It is a character string representing hours, minutes, seconds, and (optionally) milliseconds, in the form: hh:mm:ss:mmm The range of values (including optional milliseconds) is 00:00: through :9: RelativeEndDaysAgo, which defines the days portion of the end of the relative query time period. It is a positive integer, from 0 through, that represents a number of days preceding the data extraction. It is nullable. 0 (zero) indicates the day of the extraction, and is equivalent to the value Today in the Tick History user interface s Start Days Ago field. RelativeEndTime, which defines the time portion of the end of the relative query time period. It is a character string representing hours, minutes, seconds, and (optionally) milliseconds, in the form: hh:mm:ss:mmm The range of values (including optional milliseconds) is 00:00: through :9: August 07 /7

5 The moment specified by the combination of the end day and end time must be later than, or identical to, the moment specified by the combination of the start day and start time. These new parameters and values are available in the following endpoints: /Extractions/ExtractRaw /Extractions/TickHistoryIntradaySummariesReportTemplates /Extractions/TickHistoryMarketDepthReportTemplates /Extractions/TickHistoryRawReportTemplates /Extractions/TickHistoryTimeAndSalesReportTemplates Example Query This section demonstrates the Query Time Zone and Relative Query capabilities in creating and scheduling a Tick History Time and Sales extraction via the user interface and REST API. For detailed instructions on any of the steps below, see the Tick History User Guide and Tick History REST API User Guide. For exchange hours and embargoes by venue, see the Tick History Data Coverage Guide. These documents are available on My Account. In this example, your user preference time zone is set to London (UTC+00:00), and you want to schedule an extraction to retrieve a full day s trading data for RIC 70.T - Toyota Motors from the Tokyo Stock Exchange (TYO) in the local time zone Tokyo (UTC+09:00). A day defined according to your user preference time zone (London) starts several hours after the TYO opening, causing you to miss data from earlier in the day. Using the Query Time Zone, you can specify that you want one day of Tokyo data based on a Tokyo day, and then schedule your extraction to execute in the Tokyo (UTC +09:00) time zone following the embargo to retrieve today s data. User Interface Example 6 6 Create a new Tick History Time and Sales report, and then select Schedule Relative Query. In the Start Days Ago section, accept Today as the default selection. In this example, today s date is 08/07/07. Use the dropdowns to specify the hour, minutes and seconds to initiate the query. This time should correspond to the exchange s start time. For TYO, this is 09:00:00. In the End Days Ago section, accept Today as the default selection. In this example, today s date is 08/07/07. Use the dropdowns to specify the hour, minutes and seconds to end the query. This time should correspond to the exchange s close time. For TYO, this is :0:00. In the Query Time Zone dropdown, select (UTC+09:00) Osaka, Sapporo, Tokyo. Then complete the remaining sections of the report template to select the output settings, file format and fields. 09 August 07 /7

6 Scheduling the Query Execution In the New Schedule screen, under Extraction Content, select the list of instruments to use as input for extraction from the List dropdown, and then select the report template created in the previous section from the Report Template dropdown. In the Extraction Frequency section, use the On and At selections to specify today s date and time on which to execute the extraction. The time should be after the market s close and required embargo. In this example, the TYO exchange closes at :0 and has a 0 minute embargo. Therefore, the extraction is scheduled to execute at 7:0. Note that this example is scheduled to run once, but you could easily modify it to run on a repeating schedule. Specify schedule and output file names. In the Time Zone dropdown, select (UTC+09:00) Osaka, Sapporo, Tokyo to reflect the Query Time Zone selected in your report template, and then save the schedule. You can retrieve your completed extraction after 7:0 Tokyo time. REST API Example When you post the /Extractions/TickHistoryTimeAndSalesReportTemplates endpoint to create the report template, you would specify the following parameters: "Condition": { } "DateRangeTimeZone" : "Tokyo Standard Time", "ReportDateRangeType" : "Relative", "RelativeStartDaysAgo" : 0, "RelativeStartTime" : "09:00:00", "RelativeEndDaysAgo" : 0, "RelativeEndTime" : ":0:00" 09 August 07 6 /7

7 DateRangeTimeZone sets the query time zone to Tokyo Standard Time, which is UTC+09:00. ReportDateRangeType sets the query type to relative date range. RelativeStartDaysAgo and RelativeEndDaysAgo are each set to 0 (zero), which indicates zero days before the day that the report executes: that is, the day of execution itself. RelativeStartTime and RelativeEndTime indicate the same start and end times specified in the user interface example. When you post the /Extractions/Schedules endpoint to create the report schedule, you would specify the following parameters: "TimeZone": "Tokyo Standard Time", "Recurrence": { "#ThomsonReuters.Dss.Api.Extractions.Schedules.SingleRecurrence", "ExtractionDateTime" : " T7:0:00.000Z", "IsImmediate": false TimeZone sets the execution time zone to Tokyo Standard Time, which is UTC+09:00. Recurrence is set to single recurrence (that is, run only once) in the schedules definition, and ExtractionDateTime sets the day and time that this will execute the single time that it runs. Faster Downloads for Custom Reporting In addition to the new query extraction capabilities above, the REST API now enables you to download custom Tick History reports faster, by retrieving them directly from the Amazon Web Services cloud in which they are hosted. Simply include the HTTP header field X-Direct-Download: true in the request, and the request will be automatically redirected to Amazon, ensuring that you receive the extraction file in the shortest possible time. You can do this with Tick History Time and Sales, Tick History Market Depth, Tick History Intraday Summaries, and Tick History Raw reports. For example: GET aadc6')/$value HTTP/. Authorization: Token <your_auth_token_goes_here> Prefer: respond-async X-Direct-Download: true For More Information If you would like more information about the contents of this notification or have questions, please contact Thomson Reuters Support. Thank you for being a Tick History. If we can improve your customer experience in any way, please let us know. DataScope Team, 09 August August 07 7 /7

THOMSON REUTERS TICK HISTORY

THOMSON REUTERS TICK HISTORY THOMSON REUTERS TICK HISTORY USER GUIDE OCTOBER 2017 VERSION 2.0 Legal Information Thomson Reuters 2017. All Rights Reserved. Thomson Reuters, by publishing this document, does not guarantee that any information

More information

THOMSON REUTERS Tick History MARCH 2017 QUICK START GUIDE

THOMSON REUTERS Tick History MARCH 2017 QUICK START GUIDE THOMSON REUTERS Tick History MARCH 07 QUICK START GUIDE Thomson Reuters 07. All Rights Reserved. Thomson Reuters, by publishing this document, does not guarantee that any information contained herein is

More information

THOMSON REUTERS TICK HISTORY RELEASE 12.1 BEST PRACTICES AND LIMITS DOCUMENT VERSION 1.0

THOMSON REUTERS TICK HISTORY RELEASE 12.1 BEST PRACTICES AND LIMITS DOCUMENT VERSION 1.0 THOMSON REUTERS TICK HISTORY RELEASE 12.1 BEST PRACTICES AND LIMITS DOCUMENT VERSION 1.0 Issued July 2018 Thomson Reuters 2018. All Rights Reserved. Thomson Reuters disclaims any and all liability arising

More information

THOMSON REUTERS TICK HISTORY REST API RELEASE 11.3 USER GUIDE VERSION 1.0

THOMSON REUTERS TICK HISTORY REST API RELEASE 11.3 USER GUIDE VERSION 1.0 THOMSON REUTERS TICK HISTORY REST API RELEASE 11.3 USER GUIDE VERSION 1.0 Issued: 8 January 2018 Legal Information Thomson Reuters 2018. All Rights Reserved. Thomson Reuters disclaims any and all liability

More information

Thomson Reuters Graph Feed & Amazon Neptune

Thomson Reuters Graph Feed & Amazon Neptune Thomson Reuters Graph Feed & Amazon Neptune Tutorial on how to use Amazon Neptune as a graph-database alternative to explore Thomson Reuters Graph Feed. Pratik Pandey Jan 24th, 2018 End of November last

More information

SDC PLATINUM QUICK START GUIDE

SDC PLATINUM QUICK START GUIDE SDC PLATINUM QUICK START GUIDE Date of issue: 21 May 2012 Contents Contents About this Document... 1 Intended Readership... 1 In this Document... 1 Feedback... 1 Chapter 1 Overview... 2 Get Started...

More information

Thomson Reuters Tick History API for R

Thomson Reuters Tick History API for R Thomson Reuters Tick History API for R Document Version: 1.0 Author: Zhe Zhao Issue Date: 07/22/2013 Introduction and Installation This document is a brief introduction about how to use the package of

More information

Caplink Transaction Monitoring Guide

Caplink Transaction Monitoring Guide CONTENTS 1. Caplink Checklist:... 2 Last Member s update... 2 Your Caplink reports... 2 2. Contacts:... 2 3. Why check Caplink?... 3 4. Checking the Last Member Update indicator:... 3 5. Checking the flow

More information

F950 Abbreviated instruction

F950 Abbreviated instruction English This watch is solar-powered. Expose the dial to light and use it sufficiently charged. To see details of charging time, specifications and operations, refer to the instruction manual: F950 instruction

More information

Thomson Reuters Tick History API for R

Thomson Reuters Tick History API for R Thomson Reuters Tick History API for R Document Version: 1.0 Author: Zhe Zhao Issue Date: 07/22/2013 Introduction and Installation This document is a brief introduction about how to use the package of

More information

Package riingo. April 16, 2018

Package riingo. April 16, 2018 Type Package Package riingo April 16, 2018 Title An R Interface to the 'Tiingo' Stock Price API Version 0.1.0 Maintainer Davis Vaughan Functionality to download stock prices,

More information

Data Delivery Options A Detailed Guide to Tick Data s Hosted and Local Data Delivery Methods

Data Delivery Options A Detailed Guide to Tick Data s Hosted and Local Data Delivery Methods Data Delivery Options A Detailed Guide to Tick Data s Hosted and Local Data Delivery Methods Copyright 2014. Tick Data, Inc. Data Delivery Options Tick Data s core product is clean, research ready, global

More information

Talar.io Quickstart Guide For SMS & MMS

Talar.io Quickstart Guide For SMS & MMS Talar.io Quickstart Guide For SMS & MMS How to: Upload Your List to the CRM Advanced Contact and Group Management Send Your First SMS/MMS Campaign Set Up Your Auto-Replies Set Up Your Auto-Communicators

More information

WatchGuard Dimension v2.0 Update 2 Release Notes. Introducing New Dimension Command. Build Number Revision Date 13 August 2015

WatchGuard Dimension v2.0 Update 2 Release Notes. Introducing New Dimension Command. Build Number Revision Date 13 August 2015 WatchGuard Dimension v2.0 Update 2 Release Notes Build Number 483146 Revision Date 13 August 2015 On 13 August 2015, WatchGuard released Dimension v2.0 Update 2. This update resolves an issue that caused

More information

release notes effective version 10.3 ( )

release notes effective version 10.3 ( ) Introduction We are pleased to announce that Issuetrak 10.3 is available today! 10.3 focuses on improved security, introducing a new methodology for storing passwords. This document provides a brief outline

More information

Azure Developer Immersions API Management

Azure Developer Immersions API Management Azure Developer Immersions API Management Azure provides two sets of services for Web APIs: API Apps and API Management. You re already using the first of these. Although you created a Web App and not

More information

New Dashboard - Help Screens

New Dashboard - Help Screens New Dashboard - Help Screens Welcome to the new Panacea Dashboard. This document aims to provide you with concise explanations of the menu system and features available to you as a Panacea user account

More information

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS ii IBM Emptoris Contract Management: Bulk Load Utilities

More information

Administration of the Republic of Kazakhstan. (code ranges)

Administration of the Republic of Kazakhstan. (code ranges) Russian Federation (country code +7) Communication of 26.X.2016: The Ministry of Telecom and Mass Communications of the Russian Federation, Moscow, announces the following National Numbering Plan (NNP).

More information

LUCITY REST API INTRODUCTION AND CORE CONCEPTS

LUCITY REST API INTRODUCTION AND CORE CONCEPTS LUCITY REST API INTRODUCTION AND CORE CONCEPTS REST API OFFERINGS Lucity Citizen Portal REST API Lucity REST API Both products are included in our REST API Historically we also offered a COM API and a.net

More information

Amazon Route 53. API Reference API Version

Amazon Route 53. API Reference API Version Amazon Route 53 API Reference Amazon Route 53: API Reference Copyright 2013 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks of Amazon Web Services, Inc.:

More information

Supporting Cisco TelePresence Manager

Supporting Cisco TelePresence Manager CHAPTER 2 Revised: February 25, 2009, Contents Introduction Dashboard Scheduled Meetings MCU Devices Cisco Unified Communications Manager Introduction System support tasks consist primarily of monitoring

More information

Upgrading the NCE Software

Upgrading the NCE Software CHAPTER 2 Contents How to Upgrade or Downgrade the NCE Service Module, page 2-1 How to Configure, Operate, and Administer the Network Capacity Expansion Service Module, page 2-9 How to Upgrade or Downgrade

More information

24 Small and medium business in Russia. Central. North West. of which Nenetsky. of which by kinds of economic activities Mining and quarrying

24 Small and medium business in Russia. Central. North West. of which Nenetsky. of which by kinds of economic activities Mining and quarrying 13. Number of subjects medium Subjects medium Legal entities of which by kinds of economic quarrying retail Hotels communication social Russian Federation 1669439 65778 6025 161672 185154 638824 48044

More information

CapLink Transaction Monitoring Guide

CapLink Transaction Monitoring Guide CONTENTS 1. Contacts:... 2 2. Document overview... 2 3. CapLink Checklist:... 2 Last Member s update... 2 Your CapLink reports... 2 4. Why check CapLink?... 3 5. Checking the Last Member Update indicator:...

More information

Corporate Office VirtualSite Solutions LLC Westmoor Drive Westminster, CO USA

Corporate Office VirtualSite Solutions LLC Westmoor Drive Westminster, CO USA VLR_API_01_0516 May2016 Corporate Office VirtualSite Solutions LLC 10368 Westmoor Drive Westminster, CO 80021 USA Copyright and Trademarks 2016 VirtualSite Solutions LLC. All rights reserved. VirtualSite

More information

USER MANUAL eform v1.0

USER MANUAL eform v1.0 USER MANUAL eform v1.0 Release date 01/10/2015 Page 1 About this manual As another step to further empower the event industry by automating its processes; and in line with the Smart Government Initiative,

More information

Release Notes. v Software Patch. v Revision 1.0

Release Notes. v Software Patch. v Revision 1.0 Release Notes v31.1.1.0 Software Patch v10.3.0 Revision 1.0 Table of Contents GENERAL RELEASE INFORMATION... 1 HOW TO INSTALL/ACCESS THE UPDATE... 2 ISSUES RESOLVED IN THIS RELEASE... 3 Specific to PC*MILER

More information

THOMSON REUTERS DataScope Select

THOMSON REUTERS DataScope Select THOMSON REUTERS DataScope Select OCTOBER 2017 USER GUIDE VERSION 11.2 Legal Information Thomson Reuters 2017. All Rights Reserved. Thomson Reuters, by publishing this document, does not guarantee that

More information

ACP reporting. This guide provides a general overview on how to run ACP reports. In this guide: Available reports Page 3

ACP reporting. This guide provides a general overview on how to run ACP reports. In this guide: Available reports Page 3 ACP reporting For ACP Supervisor ACP Reporting Administrator ACP reporting Last Updated March 2016 (Version 1.1) Menu My ACP run a report This guide provides a general overview on how to run ACP reports.

More information

THOMSON REUTERS DATASCOPE SELECT USER GUIDE

THOMSON REUTERS DATASCOPE SELECT USER GUIDE THOMSON REUTERS DATASCOPE SELECT USER GUIDE VERSION 12.2 OCTOBER 2018 Legal Information Refinitiv 2018. All Rights Reserved. Republication or redistribution of Refinitiv content, including by framing or

More information

12/05/2017. Geneva ServiceNow Security Management

12/05/2017. Geneva ServiceNow Security Management 12/05/2017 Security Management Contents... 3 Security Incident Response...3 Security Incident Response overview... 3 Get started with Security Incident Response... 6 Security incident creation... 40 Security

More information

What's New: Release to

What's New: Release to 26-Apr-2016 Page : 1 14:47:43 Report Group: DEVMODS Modification and Development Release Notes, new development and modifications completed in release version range included on report. Please review and

More information

Configuring High Availability

Configuring High Availability This chapter describes how to configure high availability on the Cisco Mobility Services Engine. The MSE is a platform for hosting multiple mobility applications. Every active MSE is backed up by another

More information

CARIBBEAN TOURISM ORGANIZATION LATEST STATISTICS June 19, 2015

CARIBBEAN TOURISM ORGANIZATION LATEST STATISTICS June 19, 2015 CARIBBEAN TOURISM ORGANIZATION LATEST STATISTICS 2014 June 19, 2015 FINAL Destination Table 1: Tourist (Stop-over) Arrivals in 2014 Period Tourist Arrivals % Change Overall Winter# Summer# Anguilla Jan-Dec

More information

THOMSON REUTERS DataScope Select

THOMSON REUTERS DataScope Select THOMSON REUTERS DataScope Select SOAP API PROGRAMMER GUIDE WSDL VERSION 11.2 Issued October 2017 Legal Information Thomson Reuters 2017. All Rights Reserved. Thomson Reuters, by publishing this document,

More information

Disaster Recovery Planning

Disaster Recovery Planning Disaster Recovery Planning Glenn Lytle, Vice President Sales, Lumos Networks July 28, 2014 Our Technology Comes with People 1 Todays Objectives: Introduction to LUMOS Networks Get you thinking about your

More information

Isi Net User Manual for Bank customers

Isi Net User Manual for Bank customers 1 Table of Contents 1 Introduction and overview... 4 1.1 Isi Net User Types... 4 1.2 Accessing the Isi Net service... 5 1.2.1 User Login... 5 1.2.2 User Logout... 7 1.3 User Interface... 7 1.3.1 Menus...

More information

Product Data Sheet: TimeBase

Product Data Sheet: TimeBase Product Data Sheet: Time Series Database is a high performance event-oriented time-series database engine and messaging middleware. is designed explicitly for very fast population and retrieval of massive

More information

ACTIVE Net Insights user guide. (v5.4)

ACTIVE Net Insights user guide. (v5.4) ACTIVE Net Insights user guide (v5.4) Version Date 5.4 January 23, 2018 5.3 November 28, 2017 5.2 October 24, 2017 5.1 September 26, 2017 ACTIVE Network, LLC 2017 Active Network, LLC, and/or its affiliates

More information

Qualys Cloud Suite 2.x

Qualys Cloud Suite 2.x Qualys Cloud Suite 2.x Version 2.34 August 29, 2018 Here s what s new in Qualys Cloud Suite 2.34! Continuous Monitoring License Counts are enforced for Continuous Monitoring Security Assessment Questionnaire

More information

Amazon Pinpoint. REST API Reference

Amazon Pinpoint. REST API Reference Amazon Pinpoint REST API Reference Amazon Pinpoint: REST API Reference Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be

More information

Microsoft Dynamics. Deployment Guide

Microsoft Dynamics. Deployment Guide Deployment Guide UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of

More information

Renewable energy: prospects in the regions of Russia Opportunities for the German renewables market players. Berlin 23 November 2017

Renewable energy: prospects in the regions of Russia Opportunities for the German renewables market players. Berlin 23 November 2017 Renewable energy: prospects in the regions of Russia Opportunities for the German renewables market players Berlin 23 November 2017 Agency for Strategic Initiatives: mission and tasks Established by the

More information

Qualys Cloud Suite 2.23

Qualys Cloud Suite 2.23 Qualys Cloud Suite 2.23 We re excited to tell you about improvements and enhancements in Qualys Cloud Suite 2.23. AssetView ThreatPROTECT Download List of Assets as Grouped on UI Download Details from

More information

Morningstar Add-In (Microsoft Excel ) Release Notes

Morningstar Add-In (Microsoft Excel ) Release Notes Morningstar Add-In (Microsoft Excel ) Release Notes Release 7.8 Auto-complete search suggestions for Time Series Create Favorite List for frequently-used feeds in Time Series New on and off peak average

More information

August, 2015 EXO accounting Interface: when viewing product sales history exclude non-inventory items such as charges and fees

August, 2015 EXO accounting Interface: when viewing product sales history exclude non-inventory items such as charges and fees V6 changes list 6.0.44 December 10, 2015 Fixes to error introduced in v6.0.43:- cannot save changes to company record error when performing search on company name Contains or contact name Contains 6.0.43

More information

Hackproof Your Cloud Responding to 2016 Threats

Hackproof Your Cloud Responding to 2016 Threats Hackproof Your Cloud Responding to 2016 Threats Aaron Klein, CloudCheckr Tuesday, June 30 th 2016 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Changing Your Perspective Moving

More information

AWS Reference Design Document

AWS Reference Design Document AWS Reference Design Document Contents Overview... 1 Amazon Web Services (AWS), Public Cloud and the New Security Challenges... 1 Security at the Speed of DevOps... 2 Securing East-West and North-South

More information

Amazon Glacier. Developer Guide API Version

Amazon Glacier. Developer Guide API Version Amazon Glacier Developer Guide Amazon Glacier: Developer Guide Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks of Amazon Web Services,

More information

Enterprise Business Center Reporting Migration Guide

Enterprise Business Center Reporting Migration Guide Title Page Enterprise Business Center Reporting Migration Guide October 2018 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For

More information

Introducing Jaeger 1.0

Introducing Jaeger 1.0 Introducing Jaeger 1.0 Yuri Shkuro (Uber Technologies) CNCF Webinar Series, Jan-16-2018 1 Agenda What is distributed tracing Jaeger in a HotROD Jaeger under the hood Jaeger v1.0 Roadmap Project governance,

More information

The production version of your service API must be served over HTTPS.

The production version of your service API must be served over HTTPS. This document specifies how to implement an API for your service according to the IFTTT Service Protocol. It is recommended that you treat this document as a reference and follow the workflow outlined

More information

Informatica Cloud Spring REST API Connector Guide

Informatica Cloud Spring REST API Connector Guide Informatica Cloud Spring 2017 REST API Connector Guide Informatica Cloud REST API Connector Guide Spring 2017 December 2017 Copyright Informatica LLC 2016, 2018 This software and documentation are provided

More information

IT Digital Chat. July 14, 2017

IT Digital Chat. July 14, 2017 IT Digital Chat July 14, 2017 Agenda Strategic Goals & Action Plans Enterprise Firewall Project Overview Identity Management Update General Announcements 2 Strategic goals Transforming Teaching & Learning

More information

Stock Filter User Guide

Stock Filter User Guide INTRODUCTION The CIMB stock filter is a modernised and intuitive application that allows the users to screen out a list of stocks from the 12 supported markets meeting their specific criteria. It offers

More information

IRIDIUM - PREPAY AFRICA PREPAY

IRIDIUM - PREPAY AFRICA PREPAY IRIDIUM - PREPAY AFRICA PREPAY IRIDIUM Africa Prepay Versione 10 valido dal 01/04/2018 Activation - one off (Include SIM CARD and Activation Cost) $ 45.00 ** This prepaid plan cannot originate calls outside

More information

Domino Query Language

Domino Query Language Domino Query Language Domino Query Language (DQL) is a facility running in Domino 10 core allowing for a terse shorthand syntax for finding documents according to a wide variety of complexity of terms.

More information

RedLink Publisher Dashboard Overview January 2018

RedLink Publisher Dashboard Overview January 2018 Contents I. Publisher Dashboard Overview 2 II. Some Testimonials 2 III. The Publisher Dashboard Homepage 3 A. Purpose 3 B. Summary overview reports 4 IV. Navigation 6 V. Organization 6 A. Search 7 B. Business

More information

Amazon Web Services EC2 Helix Server

Amazon Web Services EC2 Helix Server Amazon Web Services EC2 Helix Server 14.3.0 Tuesday, July 24, 2012 Copyright The information contained herein is the property of RealNetworks Table of contents 1. Operating Systems...3 2. Summary of Steps...3

More information

Axon Fixed Limitations... 1 Known Limitations... 3 Informatica Global Customer Support... 5

Axon Fixed Limitations... 1 Known Limitations... 3 Informatica Global Customer Support... 5 Axon Data Governance 5.4 Release Notes September 2018 Copyright Informatica LLC 2015, 2018 Contents Axon 5.4... 1 Fixed Limitations.... 1 Known Limitations.... 3 Informatica Global Customer Support...

More information

Uploading a Form. 1. Login Screen. 2. Filled Forms Page

Uploading a Form. 1. Login Screen. 2. Filled Forms Page Uploading a Form 1. Login Screen You will be provided a link to this login screen by an administrator at either Victoria Forms or your organisation. To begin the process of uploading a form you must first

More information

Market Fragmentation A kdb+ framework for multiple liquidity sources

Market Fragmentation A kdb+ framework for multiple liquidity sources Technical Whitepaper Market Fragmentation A kdb+ framework for multiple liquidity sources Date Jan 2013 Author James Corcoran has worked as a kdb+ consultant in some of the world s largest financial institutions

More information

Activant Solutions Inc. SQL 2005: Server Management

Activant Solutions Inc. SQL 2005: Server Management Activant Solutions Inc. SQL 2005: Server Management SQL Server 2005 suite Course 3 of 4 This class is designed for Beginner/Intermediate SQL Server 2005 System Administrators Objectives Create Maintenance

More information

Cisco Webex Messenger

Cisco Webex Messenger Cisco Webex Messenger This describes the processing of personal data (or personal identifiable information) by Cisco Webex Messenger. 1. Overview of Cisco Webex Messenger Capabilities Cisco Webex Messenger

More information

Exchange rates. Definition. Exchange rates. Search type

Exchange rates. Definition. Exchange rates. Search type Exchange rates Please note that our Getting Started guides are updated regularly however the screens displayed in this guide may vary from the actual screens you will use in Business ebanking as we are

More information

OUT OF STOCK NOTIFICATION FOR MAGENTO 2

OUT OF STOCK NOTIFICATION FOR MAGENTO 2 1 User Guide Out of Stock Notification for Magento 2 OUT OF STOCK NOTIFICATION FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Out of Stock Notification for Magento 2 Contents 1. Out of Stock Notification

More information

Getting started with AWS security

Getting started with AWS security Getting started with AWS security Take a prescriptive approach Stella Lee Manager, Enterprise Business Development $ 2 0 B + R E V E N U E R U N R A T E (Annualized from Q4 2017) 4 5 % Y / Y G R O W T

More information

TRANSACTION IN OWN SHARES

TRANSACTION IN OWN SHARES TRANSACTION IN OWN SHARES Released : 26 Sep 2017 17:36 RNS Number : 8931R Next PLC 26 September 2017 Next plc For immediate release 26 September 2017 Transac on in Own Shares Next plc announces that it

More information

AWS Connect Pindrop Integration Guide

AWS Connect Pindrop Integration Guide INTEGRATION GUIDE AWS Connect Pindrop Integration Guide AMAZON CONNECT PINDROP Users should be familiar with Amazon Connect and Amazon Web Services (AWS) prior to leveraging the Pindrop service. Please

More information

Network Working Group. Updates: 1035 August 1996 Category: Standards Track

Network Working Group. Updates: 1035 August 1996 Category: Standards Track Network Working Group M. Ohta Request for Comments: 1995 Tokyo Institute of Technology Updates: 1035 August 1996 Category: Standards Track Status of this Memo Incremental Zone Transfer in DNS This document

More information

LaunchStation Controller

LaunchStation Controller LaunchStation Controller Software Defined Labs Platform for Hybrid Network Management, Topology Orchestration, Advanced Automation, & Resource Utilization LaunchStation Overview Tokalabs LaunchStation

More information

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 TeamViewer User Guide for Microsoft Dynamics CRM Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 1 P a g e Table of Contents TeamViewer User Guide for Microsoft Dynamics CRM 1 Audience

More information

KPMG Clara. User guide September 2018

KPMG Clara. User guide September 2018 KPMG Clara User guide September 2018 Login Home page Audit Committee reporting Calendar Control deficiencies Dynamic audit Issues log Joint working Your KPMG team PBC Management - PBC management - PBC

More information

Common Configuration Options

Common Configuration Options Common Configuration Options Unless otherwise noted, the common configuration options that this chapter describes are common to all Genesys server applications and applicable to any Framework server component.

More information

APPLICATION ADMINISTRATOR GUIDE

APPLICATION ADMINISTRATOR GUIDE APPLICATION ADMINISTRATOR GUIDE BrightSign Network Enterprise Edition Version 4.2 BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction

More information

Unity Express Software Upgrade from Release 1.0.2, to 2.3.x

Unity Express Software Upgrade from Release 1.0.2, to 2.3.x Unity Express Software Upgrade from Release 1.0.2, 1.1.1 to 2.3.x Document ID: 50425 Contents Introduction Prerequisites Requirements Components Used Conventions Upgrade Procedures for Cisco Unity Express

More information

USM Anywhere AlienApps Guide

USM Anywhere AlienApps Guide USM Anywhere AlienApps Guide Updated April 23, 2018 Copyright 2018 AlienVault. All rights reserved. AlienVault, AlienApp, AlienApps, AlienVault OSSIM, Open Threat Exchange, OTX, Unified Security Management,

More information

What s New in BullCharts. Version BullCharts staff

What s New in BullCharts. Version BullCharts staff What s New in BullCharts www.bullcharts.com.au Version 4.3 Welcome to the latest revisions to Australia's BullCharts charting software. This version (4.3) runs on: Windows 7, Windows 8 (both 32-bit and

More information

Technical Specifications Version 1.0

Technical Specifications Version 1.0 Technical Specifications Version 1.0 1 Introduction... 1 Purpose and intended audience of this document... 1 Scope... 1 2 Definitions... 1 3 System overview... 3 The ATHEX AMP... 3 ATHEX Members Portal

More information

Zero to Microservices in 5 minutes using Docker Containers. Mathew Lodge Weaveworks

Zero to Microservices in 5 minutes using Docker Containers. Mathew Lodge Weaveworks Zero to Microservices in 5 minutes using Docker Containers Mathew Lodge (@mathewlodge) Weaveworks (@weaveworks) https://www.weave.works/ 2 Going faster with software delivery is now a business issue Software

More information

We currently are able to offer three different action types:

We currently are able to offer three different action types: SMS Inbound Introduction SMS Inbound provides a simple to use interface for receiving inbound MMS messages. Inbound Message Actions Inbound Message Actions in SMS Inbound are things that our system can

More information

EMS Platform Services Installation & Configuration Guides

EMS Platform Services Installation & Configuration Guides EMS Platform Services Installation & Configuration Guides V44.1 Last Updated: August 7, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents

More information

The option Using Template that was used in previous versions has been removed.

The option Using Template that was used in previous versions has been removed. TeleTrader Professional Version 8.1 introduces the new VWAP tool which lets you include the Volume Weighted Average Price in price pages. In addition, the integration of an RTD component offers an additional

More information

SaxoTraderPRO Intro guide

SaxoTraderPRO Intro guide SaxoTraderPRO Intro guide Table of Content SETTING UP THE WORKSPACE... page 3 SAVING AND MANAGING WORKSPACES... page 7 WATCHLIST MANAGEMENT... page 8 OPENING ONE OR MANY CHART MODULES... page 10 TRADE

More information

Repair or Trade-In? Improving Catalogs with Fresh Bibliographic Records from OCLC

Repair or Trade-In? Improving Catalogs with Fresh Bibliographic Records from OCLC Repair or Trade-In? Improving Catalogs with Fresh Bibliographic Records from OCLC John A. Whisler Eastern Illinois University April 30, 2009 Spring Forum presented by the CARLI I-Share Cataloging and Authority

More information

Project Setup Page Information Guide

Project Setup Page Information Guide Project Setup Page Information Guide The Project Setup page contains a checklist of items to be completed before moving the project into Production (going live). The steps are shown and described below

More information

WatchGuard Dimension v2.1.1 Update 3 Release Notes

WatchGuard Dimension v2.1.1 Update 3 Release Notes WatchGuard Dimension v2.1.1 Update 3 Release Notes Build Number 567758 Release Date 8 August 2018 Release Notes Revision Date 8 August 2018 On 8 August 2018, WatchGuard released the Dimension v2.1.1 Update

More information

Community Edition Getting Started Guide. July 25, 2018

Community Edition Getting Started Guide. July 25, 2018 Community Edition Getting Started Guide July 25, 2018 Copyright 2018 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other trademarks are the

More information

Crystal Report Parameter Default Value Current Date

Crystal Report Parameter Default Value Current Date Crystal Report Parameter Default Value Current Date 3.2.1 Crystal Reports - Excel 2007 Data Centric, 3.2.2 Content Grouping - Customize SSRS report parameters with 'Default' values are now supported. If

More information

Smart Events Cloud DocuSign Integration

Smart Events Cloud DocuSign Integration Smart Events Cloud DocuSign Integration To help planners contract events with hotels, we have streamlined the RFP process with DocuSign. Through DocuSign, planners can collect signatures from hotels and

More information

Data Automator Installation and Getting Started Guide

Data Automator Installation and Getting Started Guide Data Automator Installation and Getting Started Guide Contents Introduction... 3 Minimum Requirements... 4 Supported Operating Systems... 4 Other requirements... 4 Installation... 5 Configuration Folder

More information

Screen Scraping. Screen Scraping Defintions ( Web Scraping (

Screen Scraping. Screen Scraping Defintions (  Web Scraping ( Screen Scraping Screen Scraping Defintions (http://www.wikipedia.org/) Originally, it referred to the practice of reading text data from a computer display terminal's screen. This was generally done by

More information

How to set up VMware Unified Access Gateway with OPSWAT MetaAccess Client

How to set up VMware Unified Access Gateway with OPSWAT MetaAccess Client How to set up VMware Unified Access Gateway with OPSWAT MetaAccess Client About This Guide... 2 Part 1: Enforce MetaAccess client installation... 3 Part 2: Enforce device compliance... 5 1 About This Guide

More information

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information

What s New in EZLynx October 12, 2017 Release

What s New in EZLynx October 12, 2017 Release With the 4.17.09 release, some of our most highly requested reporting features will be here soon! Highlights Commercial Policy Entry Small Farm & Ranch Report Enhancements & Bugs o Direct Links to Policies

More information

ReadyTalk for HubSpot User Guide

ReadyTalk for HubSpot User Guide ReadyTalk for HubSpot User Guide Revised 07/29/2013 2 Table of Contents Overview... 3 Configuring ReadyTalk & HubSpot... 4 Setting Up Your Event in Conference Center... 6 Setting Up Your Event in HubSpot...

More information

May Octavia. Project Update, OpenStack Summit Vancouver

May Octavia. Project Update, OpenStack Summit Vancouver May 2018 Octavia Project Update, OpenStack Summit Vancouver Michael Johnson IRC: johnsom What is Octavia? Network Load Balancing as a Service for OpenStack. Octavia provides scalable, on demand, and self-service

More information

Azure Developer Immersion Getting Started

Azure Developer Immersion Getting Started Azure Developer Immersion Getting Started In this walkthrough, you will get connected to Microsoft Azure and Visual Studio Team Services. You will also get the code and supporting files you need onto your

More information

BSN 8X53C-A1710 8X53 HANDY MANUAL. < English > PSX-5. Printed in Japan

BSN 8X53C-A1710 8X53 HANDY MANUAL. < English > PSX-5. Printed in Japan BSN 8X53C-A7 8X53 HANDY MANUAL < English > PSX-5 Printed in Japan Please carefully read the instructions in this Complete User Guide before using the watch. For details, please read the 8X53C (GPS Solar)

More information