Australian Statistics API Specification

Size: px
Start display at page:

Download "Australian Statistics API Specification"

Transcription

1 Australian Statistics API Specificatin Versin: 1.2 Date Mdified: 23 March 2017 Page 1

2 The cntext... 2 Functins f the API Retail Trade API... 2 Input Parameters fr API... 3 Output Specificatin fr the API Fr Retail Statistics Area Fr Merchandise Exprt Area... 4 Acquiring the data fr the API Retail Data Merchandise Exprt Data... 6 Appendix Additinal Infrmatin: Sample Output Frmat fr Retail Sample Output Frmat fr Merchandise Exprt References: The cntext We are a cmpany specialising in wide array f trading related services. We are develping a cmplex system t prvide an analytics platfrm fr ur traders. We wish t pen ur system t third party sftware huses, ffering them ability t plug-in independent sftware mdules that implement particular functins. We therefre request all interested cmpanies t prvide an independent sftware mdule that implements an API as specified in the rest f this dcument. Functins f the API 2.1 Retail Trade API Fr certain functinalities f ur platfrm, we require industry data, statistics related t different areas specifically the mnthly retail turnver by varius industry grups r mnthly value f varius cmmdities that are exprted. Further we may want data fr varius regins f Australia. Australian Statistics API will receive a request frm a third party sftware specifying an area f statistics, a list f regins, a list f categries (industries r cmmdities) and a perid f time specified by start and end date. The API shuld return the statistics accrding t the area f statistics. Fr this applicatin there are tw main areas: Retail and MerchandiseExprts. If user requests Retail, the API shuld return the mnthly retail turnver f each regin and each categry, fr the specified perid f time. If the user requested MerchandiseExprts as the statistics area, mnthly value f each cmmdity listed in the categries, fr each regin and fr defined time perid, shuld be returned. Page 2

3 Figure 1 shws hw a system wuld interact with the Australian Statistics API. Statistics area, list f regins, a list f categries, perid f time Australian Statistics API System List f values fr each categry and regin fr given perid f time, accrding t the area f statistics Figure 1 - High level view The prgramming language in which the mdule is t be written is nt imprtant as lng as there is sme way t invke it frm ur system. The utput f the Australian Statistics API shuld be a JSON file cntaining data in the frmat specified belw. It is imprtant that the mdule can be used withut its surce cde being revealed. Input Parameters fr API The API we develp shuld be able t take fur inputs as defined by fllwing table. Parameter StatisticsArea State Categry Arguments and Frmats A string which can take value Retail r MerchandiseExprts. A list f ne r mre regins (AUS, NSW, WA, SA, ACT, VIC, TAS, QLD, NT) separated by,. If StatisticsAria is Retail, a list f ne r mre industry (Ttal, Fd, HusehldGd, ClthingFtwareAndPersnalAccessry, DepartmentStres, CafesResturantsAndTakeawayFd, Other) separated by,. OR startdate enddate If StatisticsAria is MerchandiseExprts, a list f ne r mre cmmdities f interest frm (Ttal,FdAndLiveAnimals, BeveragesAndTbacc, CrudMaterialAndInedible, MineralFuelLubricentAndRelatedMaterial, AnimalAndVegitableOilFatAndWaxes, ChemicalsAndRelatedPrducts, ManufacutedGds, MachineryAndTransprtEquipments, OtherManucacturedArticles, Unclassified) separated by,. In the frmat f YYYY-MM-DD In the frmat f YYYY-MM-DD Page 3

4 Output Specificatin fr the API 4.1 Fr Retail Statistics Area The mdule shuld return a jsn file with data requested by user, in the frmat defined in Appendix 6.2. The frmat f utput data types shuld be as fllws: RetailIndustry State Date Turnver Output Parameter Data Frmat String value frm (Ttal, Fd, HushldGd, ClthingFtwareAndPersnalAccessry, DepartmentStres, CafesResturantsAndTakeawayFd, Other) String value frm (AUS, NSW, WA, SA, ACT, VIC, TAS, QLD) Last day f each mnth in YYYY-MM-DD frmat. A flating pint value 4.2 Fr Merchandise Exprt Area The mdule shuld return a jsn file with data requested by user, in the frmat defined in Appendix 6.3. The frmat and data types f utput data types shuld be as fllws: Parameter Cmmdity State Date Value Data Type String value frm (Ttal,FdAndLiveAnimals, BeveragesAndTbacc, CrudMaterialAndInedible, MineralFuelLubricentAndRelatedMaterial, AnimalAndVegitableOilFatAndWaxes, ChemicalsAndRelatedPrducts, ManufacutedGds, MachineryAndTransprtEquipments, OtheranucacturedArticles, Unclassified) String value frm (AUS, NSW, WA, SA, ACT, VIC, TAS, QLD, NT) Last day f each mnth in YYYY-MM-DD frmat. A flating pint value Anther utput f the API is a lg file must cntain the fllwing infrmatin: Develper team Mdule name and versin Parameters passed An indicatin if executin has been successful r there is an errr If errr, indicate the nature f the errr If successful, need t supply Ø Start date and time f executin Ø End date and time f executin Ø Elapsed time Page 4

5 Ø Output file name Acquiring the data fr the API T fulfil the user request abut retail trades, yu will need t have a data surce. Fr this, yu shuld use the REST API prvided by Australian Bureau f Statistics (ABS) ( 5.1 Retail Data Amng the varius data sets they prvide, the API needs the Mnthly Retail Turnver by Industry Grup. ABS prvide different mechanisms f filtering and acquiring the data as excel files, csv files r ver a REST API URL. Yu shuld use the REST API URL in the applicatin, t filter and acquire data dynamically, t match with the parameters prvided. T understand the API and data sets yu can visit page ( and navigate t INDUSRTY-> Retail and Whlesale Trade -> Retail -> Retail Trade -> Mnthly Retail Turnver by Industry Grup Yu can custmize the data set by changing varius parameters at Selectin tab as shwn in figure abve. Accrding t the parameters yu change, the URL can be generated at Exprt Tab-> Develper API tab -> Generate API Query buttn URL: Exprt -> Develper API tab -> Generate API Query buttn Fr ur API, we are interested in the Regin, Retail Industry Type and Time and Frequency Parameters. Other parameters can be left as fllws: Data Type: Current Prices ($Millin) Adjustment Type: Original Fr further clarificatins, given belw is a sample URL: Page 5

6 The highlighted part f the URL can be used t pass parameters t the ABS API. If we cnsider the part M, each categry f parameter is separated by. In the rder f indexes f the Regin, Index f data type, ID fr retail industry, ID f adjustment type and Time & Frequence indicatr. + sign is used t separate a list f attributes passed t ne parameter. Fllwing table explains the parameters passed in the example URL. Explre the parameters further by explring the web page. Parameter Referred Meaning Request data fr three regins (0: Australia, 1: New Suth Wales, 2: Victria). Yu can use frm 0 t 8 numbers. 2 Refer t the data type (2-Current Prices ($Millin)). Yu can keep this as default Refer t a list f IDs fr retail industry (20- Ttal, 41- Fd Retailing, 42-Husehld Gd Retailing). Explre further in web page. 10 Refer t the Adjustment type (10-Original). Yu can keep this as default. M Request Mnthly data starttime= &endtime= Used t define the duratin, fr which data is requested. The ABS API will return dataset as JSON file, each data value indexed accrding t the parameters. The indexing is described at the end f the JSON file. Yu can type the abve given URL n the brwser and bserve the utput frmat. The data structure can be fund in fllwing link : Merchandise Exprt Data Fr Merchandise Exprt, the API needs the Mnthly Value f Exprts by Cmmdity. ABS prvide different mechanisms f filtering and acquiring the data as excel files, csv files r ver a REST API URL. Yu shuld use the REST API URL in the applicatin, t filter and acquire data dynamically, t match with the parameters prvided. T understand the API and data sets yu can visit page ( and navigate t ECONOMY -> Internatinal Trade -> Exprts -> Merchandise Exprts -> Key Figures, Exprts by SITC Page 6

7 Yu can custmize the data set by changing varius parameters at Selectin tab as shwn in figure abve. Accrding t the parameters yu change, the URL can be generated at Exprt Tab-> Develper API tab -> Generate API Query buttn Fr ur API, we are interested in the State Of Origin, Cmmdity by SITC and Time and Frequency Parameters. Other parameters can be left as fllws: Industry f rigin - Ttal Cuntry f destinatin Ttal Fr further clarificatins, given belw is a sample URL: The highlighted part f the URL can be used t pass parameters t the ABS API. If we cnsider the part F M, each categry f parameter is separated by. In the rder f IDs fr list f State f Origin, List f Cmmdity by SITC, List f Industry f Origin, List f Cuntry f Destinatin and Time & Frequency indicatr. + sign is used t separate a list f attributes passed t ne parameter. Fllwing table explains the parameters passed in the example URL. Explre the parameters further by explring the web page. Parameter Referred Meaning Request data fr State f Origin (- : ttal, 1 : New Suth Wales) Find IDs fr ther states using the ABS web site Refer t the cmmdity by SITC (-1:Ttal, 0 - Fd and Live Animals ) Find IDs fr ther cmmdities using the ABS web site. Page 7

8 -1 Refer t the industry f rigin. Keep 1 as default t cnsider all the industries. - Refer t the cuntry f destinatin. Keep as default t indicate ttal f exprts. M Request Mnthly data starttime= &endtime= Used t define the duratin, fr which data is requested. The ABS API will return dataset as JSON file, each data value indexed accrding t the parameters. The indexing is described at the end f the JSON file. Example file type the given URL in the brwser and bserve the results returned. Appendix 6.1 Additinal Infrmatin: Teams have the chice f running their system n tw different platfrms: Standalne Prgram PC running Windws Unix/Linux platfrm Web service (accessible via a REST interface) Thrughut the wrkshp, each team will need t have a Web page. As a minimum, the page is shwing: The team name and members Cnsecutive releases f their mdule. Each release page must include a link t dwnlad the mdule and infrmatin abut: The date and versin f the release What has been implemented s far Differences with previus versin Clear instructins n hw t run the mdule in standalne mde Guidelines n hw t integrate the mdule with ther systems Any test sftware r data Page 8

9 { 6.2 Sample Output Frmat fr Retail "MnthlyRetailData": [ { RetailIndustry :<>, ReginalData :[ { Mnth :<>, { Mnth :<>, ] } { RetailIndustry :<>, ReginalData :[ ] } Page 9

10 { 6.3 Sample Output Frmat fr Merchandise Exprt "MnthlyCmmdityExprtData": [ { Cmmdity :<>, ReginalData :[ ] } { Cmmdity :<>, State :[ {Regin:<>, ] } Page 10

11 6.4 References: [1] ABS.Stat : Page 11

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

How to use DCI Contract Alerts

How to use DCI Contract Alerts Hw t use DCI Cntract Alerts Welcme t the MyDCI Help Guide series Hw t use DCI Cntract Alerts In here, yu will find a lt f useful infrmatin abut hw t make the mst f yur DCI Alerts which will help yu t fully

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

Concentrix University Learning Portal FAQ Document

Concentrix University Learning Portal FAQ Document Cncentrix University Learning Prtal FAQ Dcument Belw are answers t sme cmmnly asked questins abut the Cncentrix University Learning Prtal. If yu d nt see an answer t yur questin, there are cntacts fr additinal

More information

PAGE NAMING STRATEGIES

PAGE NAMING STRATEGIES PAGE NAMING STRATEGIES Naming Yur Pages in SiteCatalyst May 14, 2007 Versin 1.1 CHAPTER 1 1 Page Naming The pagename variable is used t identify each page that will be tracked n the web site. If the pagename

More information

STIDistrict AL Rollover Procedures

STIDistrict AL Rollover Procedures 2009-2010 STIDistrict AL Rllver Prcedures General Infrmatin abut STIDistrict Rllver IMPORTANT NOTE! Rllver shuld be perfrmed between June 25 and July 25 2010. During this perid, the STIState applicatin

More information

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command Using CppSim t Generate Neural Netwrk Mdules in Simulink using the simulink_neural_net_gen cmmand Michael H. Perrtt http://www.cppsim.cm June 24, 2008 Cpyright 2008 by Michael H. Perrtt All rights reserved.

More information

TUTORIAL --- Learning About Your efolio Space

TUTORIAL --- Learning About Your efolio Space TUTORIAL --- Learning Abut Yur efli Space Designed t Assist a First-Time User Available t All Overview Frm the mment yu lg in t yur just created myefli accunt, yu will find help ntes t guide yu in learning

More information

Introduction to Oracle Business Intelligence Enterprise Edition: OBIEE Answers 11g

Introduction to Oracle Business Intelligence Enterprise Edition: OBIEE Answers 11g Intrductin t Oracle Business Intelligence Enterprise Editin: OBIEE Answers 11g Crnell Custmized Versin April 2012 Minr crrectins were made n page 2, fr the Oct 20, 2017 OBIEE 12c Upgrade April, 2012 All

More information

Uploading Files with Multiple Loans

Uploading Files with Multiple Loans Uplading Files with Multiple Lans Descriptin & Purpse Reprting Methds References Per the MHA Handbk, servicers are required t prvide peridic lan level data fr activity related t the Making Hme Affrdable

More information

SAS Viya 3.2 Administration: Mobile Devices

SAS Viya 3.2 Administration: Mobile Devices SAS Viya 3.2 Administratin: Mbile Devices Mbile Devices: Overview As an administratr, yu can manage a device s access t SAS Mbile BI, either by exclusin r inclusin. If yu manage by exclusin, all devices

More information

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY Accessing RefWrks Access RefWrks frm a link in the Bibligraphy/Citatin sectin f the Hurst Library web page (http://library.nrthwestu.edu) Create

More information

AASHTOWare BrDR Support Center JIRA Getting Started Guide

AASHTOWare BrDR Support Center JIRA Getting Started Guide AASHTOWare BrDR Supprt Center JIRA Getting Started Guide Versin 1.0.0.0 August 2013 Cpyright 1997-2013 by the American Assciatin f State Highway and Transprtatin Officials. 444 Nrth Capital Street, N.

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

Applications in Nasdaq Member Portal

Applications in Nasdaq Member Portal Applicatins in Nasdaq Member Prtal Nasdaq Nrdic Versin 1.2 Nasdaq Member Prtal All applicatins develped by Independent Sftware Vendrs (ISV s) r develped in-huse by members, cnnecting t INET and Genium

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

BI Publisher TEMPLATE Tutorial

BI Publisher TEMPLATE Tutorial PepleSft Campus Slutins 9.0 BI Publisher TEMPLATE Tutrial Lessn T2 Create, Frmat and View a Simple Reprt Using an Existing Query with Real Data This tutrial assumes that yu have cmpleted BI Publisher Tutrial:

More information

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu BANNER BASICS What is Banner? Definitin Prduct Mdules Self-Service-Fish R Net Lg int Banner Banner Envirnment The Main Windw My Banner Pages What is it? What frm d yu use? Steps t create a persnal menu

More information

Exercise 4: Working with tabular data Exploring infant mortality in the 1900s

Exercise 4: Working with tabular data Exploring infant mortality in the 1900s Exercise 4: Wrking with tabular data Explring infant mrtality in the 1900s Backgrund Althugh peple tend t think abut GIS as being primarily cncerned with mapping. It is better thught f as a type f database

More information

Summary. Server environment: Subversion 1.4.6

Summary. Server environment: Subversion 1.4.6 Surce Management Tl Server Envirnment Operatin Summary In the e- gvernment standard framewrk, Subversin, an pen surce, is used as the surce management tl fr develpment envirnment. Subversin (SVN, versin

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

TECHNICAL REQUIREMENTS

TECHNICAL REQUIREMENTS TECHNICAL REQUIREMENTS Table f Cntent PLATFORMS... 2 CONNECTION SPEED... 2 SUPPORTED BROWSERS... 2 ARMENIAN LANGUAGE SUPPORT... 2 Windws XP... 2 Windws Vista... 3 Windws 7... 4 Windws 8... 5 MAC OS...

More information

Relius Documents ASP Checklist Entry

Relius Documents ASP Checklist Entry Relius Dcuments ASP Checklist Entry Overview Checklist Entry is the main data entry interface fr the Relius Dcuments ASP system. The data that is cllected within this prgram is used primarily t build dcuments,

More information

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide Xilinx Answer 65444 Xilinx PCI Express DMA Drivers and Sftware Guide Imprtant Nte: This dwnladable PDF f an Answer Recrd is prvided t enhance its usability and readability. It is imprtant t nte that Answer

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

How To enrich transcribed documents with mark-up

How To enrich transcribed documents with mark-up Hw T enrich transcribed dcuments with mark-up Versin v1.4.0 (22_02_2018_15:07) Last update 30.09.2018 This guide will shw yu hw t add mark-up t dcuments which are already transcribed in Transkribus. This

More information

Interfacing to MATLAB. You can download the interface developed in this tutorial. It exists as a collection of 3 MATLAB files.

Interfacing to MATLAB. You can download the interface developed in this tutorial. It exists as a collection of 3 MATLAB files. Interfacing t MATLAB Overview: Getting Started Basic Tutrial Interfacing with OCX Installatin GUI with MATLAB's GUIDE First Buttn & Image Mre ActiveX Cntrls Exting the GUI Advanced Tutrial MATLAB Cntrls

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Anonymous User Manual

Anonymous User Manual Annymus User Manual esuppliercnnect Versin 9.4 January 15 th, 2017 Page 1/32 January 15 th, 2017 v9.4 Table f cntents: 1 Intrductin 3 2 Abut esuppliercnnect 5 2.1 Prtal Access 6 2.1 Prtal Structure 7 2.2

More information

Reading and writing data in files

Reading and writing data in files Reading and writing data in files It is ften very useful t stre data in a file n disk fr later reference. But hw des ne put it there, and hw des ne read it back? Each prgramming language has its wn peculiar

More information

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SYSTEM FUNCTIONS... 2 ESTABLISHING THE COMMUNICATION CONNECTION... 2 ACCESSING THE OASIS SYSTEM... 3 SUBMITTING OASIS DATA FILES... 5 OASIS INITIAL

More information

Getting Started with the SDAccel Environment on Nimbix Cloud

Getting Started with the SDAccel Environment on Nimbix Cloud Getting Started with the SDAccel Envirnment n Nimbix Clud Revisin Histry The fllwing table shws the revisin histry fr this dcument. Date Versin Changes 09/17/2018 201809 Updated figures thrughut Updated

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (PC) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN-X Upgrader prgram fr the 9202 User Terminal using a PC. 1 Getting and Extracting the Upgrader

More information

eprocurement Requisition Special Request Goods

eprocurement Requisition Special Request Goods eprcurement Requisitin Special Request Gds Intrductin Fllw this guide t create a requisitin fr an item frm a supplier where the gds are nt listed in any f the University internal r nline eprcurement catalgues.

More information

TaiRox Mail Merge. Running Mail Merge

TaiRox Mail Merge. Running Mail Merge TaiRx Mail Merge TaiRx Mail Merge TaiRx Mail Merge integrates Sage 300 with Micrsft Wrd s mail merge functin. The integratin presents a Sage 300 style interface frm within the Sage 300 desktp. Mail Merge

More information

WordPress Overview for School Webmasters

WordPress Overview for School Webmasters WrdPress Overview fr Schl Webmasters Cntents 1. Rle f the Schl Webmaster... 2 2. Rle f the District Webmaster... 2 3. Schl Website Standards... 3 Header... 3 Fter... 3 Pages... 4 Sites... 5 4. Hw T...

More information

FAQ. Using the Thinkific Learning Platform

FAQ. Using the Thinkific Learning Platform FAQ Using the Thinkific Learning Platfrm General Infrmatin Thinkific is the curse building sftware we have chsen t use fr ur n-line classes. The fllwing sectins prvide infrmatin n issues that may arise

More information

eprocurement Requisition Services Special Request Amount Only

eprocurement Requisition Services Special Request Amount Only Finance and Prcurement Services eprcurement Requisitin Services Special Request Amunt Only Intrductin Fllw this guide t create a requisitin fr a service r cnsultancy frm a supplier where the service r

More information

Trimble Survey GNSS Firmware Version 4.81 (July 2013)

Trimble Survey GNSS Firmware Version 4.81 (July 2013) Handheld Integrated Mdular RELEASE NOTES TRIMBLE SURVEY GNSS FIRMWARE Trimble Survey GNSS Firmware Versin 4.81 (July 2013) Requirements This firmware versin includes imprvements t the Survey Receiver firmware.

More information

UPGRADING TO DISCOVERY 2005

UPGRADING TO DISCOVERY 2005 Centennial Discvery 2005 Why Shuld I Upgrade? Discvery 2005 is the culminatin f ver 18 mnths wrth f research and develpment and represents a substantial leap frward in audit and decisin-supprt technlgy.

More information

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2 I - EDcman Installatin...2 1 - EDcman cmpnent...2 2 - EDcman Categries mdule...2 3 - EDcman Dcuments Mdule...2 4 - EDcman Search Plugin...3 5 - SH404 SEF plugin...3 II - Using EDcman extensin...3 I - EDcman

More information

Release Note. Discovery Network Assistant (DNA) V

Release Note. Discovery Network Assistant (DNA) V Release Nte Discvery Netwrk Assistant (DNA) V2.2.0.35 Ver. 1 September 2, 2018 Intrductin 2018 FLIR Systems, Inc. All rights reserved wrldwide. N parts f this manual, in whle r in part, may be cpied, phtcpied,

More information

Compliance Guardian 4. User Guide

Compliance Guardian 4. User Guide Cmpliance Guardian 4 User Guide Issued September 2015 Table f Cntents What's New in this Guide... 3 Abut Cmpliance Guardian... 4 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 6

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

Exporting and Importing the Blackboard Vista Grade Book

Exporting and Importing the Blackboard Vista Grade Book Exprting and Imprting the Blackbard Vista Grade Bk Yu can use the Blackbard Vista Grade Bk with a spreadsheet prgram, such as Micrsft Excel, in a number f different ways. Many instructrs wh have used Excel

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1 Adding Cntent MyUni... 2 Cntent Areas... 2 Curse Design... 2 Sample Curse Design... 2 Build cntent by creating a flder... 3 Build cntent by creating an item... 4 Cpy r mve cntent in MyUni... 5 Manage files

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

Student Handbook for E*Value

Student Handbook for E*Value Student Handbk fr E*Value The E*Value sftware prgram will be used thrughut yur fieldwrk experiences t find ut where yu re scheduled, wh yur fieldwrk educatr will be, t lg yur hurs, and t cmplete all required

More information

User Manual. Revised June 18, 2007

User Manual. Revised June 18, 2007 User Manual Revised June 18, 2007 TABLE OF CONTENTS 1. AN INTRODUCTION TO NVTREC... 3 2. NVTREC HOME PAGE... 3 3. ACCOUNT REGISTRATION... 5 4. ACCOUNT HOME PAGE... 5 5. FACILITY REGISTRATION... 6 6. EDITING

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

SoilCare: Stakeholder Platform Guidance How to edit and manage your own stakeholder platform WP8

SoilCare: Stakeholder Platform Guidance How to edit and manage your own stakeholder platform WP8 SilCare: Stakehlder Platfrm Guidance Hw t edit and manage yur wn stakehlder platfrm WP8 3 1) Lg-in t SilCare Website Administratr page Lg-in t the SilCare Website administratr back-end page using this

More information

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014 Refreshing Axim TEST with a Current Cpy f Prductin Axim EPM June 20, 2014 Refreshing Axim TEST If yu maintain an Axim TEST envirnment yu will want t refresh it with a current cpy f yur PROD database when

More information

Dashboard Extension for Enterprise Architect

Dashboard Extension for Enterprise Architect Dashbard Extensin fr Enterprise Architect Dashbard Extensin fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins f the free versin f the extensin... 3 Example Dashbard

More information

Assignment #5: Rootkit. ECE 650 Fall 2018

Assignment #5: Rootkit. ECE 650 Fall 2018 General Instructins Assignment #5: Rtkit ECE 650 Fall 2018 See curse site fr due date Updated 4/10/2018, changes nted in green 1. Yu will wrk individually n this assignment. 2. The cde fr this assignment

More information

InfoCitrus Brief Instructions

InfoCitrus Brief Instructions InfCitrus Brief Instructins In rder t access the CA InfCitrus system, there are number f steps t fllw. Here is a brief verview f these steps: G t the CA website www.citrusaustralia.cm.au Click n the lgin

More information

Agent Online. User Manual

Agent Online. User Manual Agent Online User Manual Cntents Lgging On t Agent Online.. 3 Agency Details and Emplyees... 3 Agency Details... 4 Agent Online User Types 5 Applicant Management... 6 Add a New Applicant... 7 Cntact Details...

More information

1 Version Spaces. CS 478 Homework 1 SOLUTION

1 Version Spaces. CS 478 Homework 1 SOLUTION CS 478 Hmewrk SOLUTION This is a pssible slutin t the hmewrk, althugh there may be ther crrect respnses t sme f the questins. The questins are repeated in this fnt, while answers are in a mnspaced fnt.

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

AudienceView How-To Guide: How to Run the Profiler? Part 1 (Website or Website Portfolio)

AudienceView How-To Guide: How to Run the Profiler? Part 1 (Website or Website Portfolio) AudienceView Hw-T Guide: Hw t Run the Prfiler? Part 1 (Website r Website Prtfli) The Prfiler The Prfiler cntains key metrics and trends t help users uncver imprtant insights frm the AudienceView platfrm.

More information

Entering an NSERC CCV: Step by Step

Entering an NSERC CCV: Step by Step Entering an NSERC CCV: Step by Step - 2018 G t CCV Lgin Page Nte that usernames and passwrds frm ther NSERC sites wn t wrk n the CCV site. If this is yur first CCV, yu ll need t register: Click n Lgin,

More information

Online Image Viewing Agent User Guide. Texas FAIR Plan Association 1

Online Image Viewing Agent User Guide. Texas FAIR Plan Association 1 Online Image Viewing gent User Guide Texas FIR Plan ssciatin 1 Table f Cntents 1. Online Image Viewing... 4 2. Frequently sked uestins (F)... 15 TFP Online Image Viewing Guide 2 Table f Figures Figure

More information

Enterprise Chat and Developer s Guide to Web Service APIs for Chat, Release 11.6(1)

Enterprise Chat and  Developer s Guide to Web Service APIs for Chat, Release 11.6(1) Enterprise Chat and Email Develper s Guide t Web Service APIs fr Chat, Release 11.6(1) Fr Unified Cntact Center Enterprise August 2017 Americas Headquarters Cisc Systems, Inc. 170 West Tasman Drive San

More information

PaperStream Capture change history

PaperStream Capture change history PaperStream Capture change histry Versin 2.0.1 New features: 1. Ad hc scan is added, which allws yu t mdify sme f the settings (scanner setting, destinatin setting, etc.) extempre and scan withut changing

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

More information

Final Report. Graphical User Interface for the European Transport Model TREMOVE. June 15 th 2010

Final Report. Graphical User Interface for the European Transport Model TREMOVE. June 15 th 2010 Date June 15 th 2010 Authrs Charitn Kuridis Dr Mia Fu Dr Andrew Kelly Thmas Papagergiu Client Eurpean Cmmissin DG Climate Actin Directrate A: Internatinal & Climate Strategy Unit A4: Strategy & Ecnmic

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

escreen Setup and Usage Instructions

escreen Setup and Usage Instructions escreen Setup and Usage Instructins The FRS escreen mdule prvides the capability fr yur clients t request drug screening services fr their subjects directly in eclientlink. This includes multiple specimen

More information

Valorise user guide version All rights reserved 1

Valorise user guide version All rights reserved 1 VALORISE USER GUIDE Registratin... 2 First steps... 3 Lgging in fr the first time after registratin... 3 Starting self-evaluatin... 4 Creating a new site... 4 Frgtten passwrd... 5 Respnding t the questinnaire...

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool HHAeXchange The Reprting Tl An Overview f HHAeXchange s Reprting Tl Cpyright 2017 Hmecare Sftware Slutins, LLC One Curt Square 44th Flr Lng Island City, NY 11101 Phne: (718) 407-4633 Fax: (718) 679-9273

More information

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

More information

Outlook Web Application (OWA) Basic Training

Outlook Web Application (OWA) Basic Training Outlk Web Applicatin (OWA) Basic Training Requirements t use OWA Full Versin: Yu must use at least versin 7 f Internet Explrer, Safari n Mac, and Firefx 3.X. (Ggle Chrme r Internet Explrer versin 6, yu

More information

About this Guide This Quick Reference Guide provides an overview of the query options available under Utilities Query menu in InformationNOW.

About this Guide This Quick Reference Guide provides an overview of the query options available under Utilities Query menu in InformationNOW. InfrmatinNOW Query Abut this Guide This Quick Reference Guide prvides an verview f the query ptins available under Utilities Query menu in InfrmatinNOW. Query Mdule The query mdule, fund under Utilities

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Step 3:- You Will See the Sign-in Page. Then Enter your Login ID & Password and Click on the Sign in Button.

Step 3:- You Will See the Sign-in Page. Then Enter your Login ID & Password and Click on the Sign in Button. Client User Guide Hme Page Fr Client:- Step 1:- Open a Web brwser n yur Cmputer System Step 2:- Type this URL in search bar www.lgnutility.in Step 3:- Yu Will See the Sign-in Page. Then Enter yur Lgin

More information

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015 Functinal Descriptin and Specificatins Versin: 1.1 March 20, 2015 SNMP Agent Simple Netwrk Management Prtcl Optin S fr IE and PM Mdules Supplement t Functinal Descriptin and Specificatins f RUB Ethernet

More information

Axis Portal. Preventive Maintenance User Manual. January 2015

Axis Portal. Preventive Maintenance User Manual. January 2015 Axis Prtal Preventive Maintenance User Manual January 2015 Lgin t yur Axis Prtal at: http://cp.axisprtal.cm Axis Prtal Supprt Call: (877) 435-7547 Email: AxisSupprt@cbre.cm Online: https://cbre.service-nw.cm/navpage.d

More information

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack fr Systems Center Operatins Manager (SCOM) Cncepts Guide Versin 7.0 July 2015 1 Legal Ntices Warranty EView Technlgy makes n warranty f any kind with regard t this manual, including,

More information

Focus University Training Document

Focus University Training Document Fcus University Training Dcument Fcus Training: Subjects and Curses Setup; Curse Requests Training Agenda: Setting up Subjects and Curses; Entering Curse Requests; Scheduling Reprts 2016 Subject and Curses

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 22, 2017 - Versin 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

OPERATING MANUAL. Exceed GERMANY. Electronic Postage Computing Scale CONTENTS

OPERATING MANUAL. Exceed GERMANY. Electronic Postage Computing Scale CONTENTS Exceed GERMANY Electrnic Pstage Cmputing Scale OPERATING MANUAL CONTENTS INTRODUCTION Specificatins Preparing the scale fr use Operating the Exceed pstal scale KEYBOARD FUNCTIONS Basic services Supplementary

More information

mconnect Lead Management System 2.0

mconnect Lead Management System 2.0 mcnnect Lead Management System 2.0 User Manual Updated July 2015 Page 1 f 15 This manual serves as a reference guide fr Mahindra Nrth America s mcnnect lead management system. This dcument serves as a

More information

Uploading Bills, Downloading Payments, and Automating the Process. Section 1: Uploading bills

Uploading Bills, Downloading Payments, and Automating the Process. Section 1: Uploading bills Uplading Bills, Dwnlading Payments, and Autmating the Prcess This dcument describes uplading bills t Xpress-pay, dwnlading payments. There is n requirement fr a bill t upladed prir t payment because Xpress-pay

More information

Class Roster. Curriculum Class Roster Step-By-Step Procedure

Class Roster. Curriculum Class Roster Step-By-Step Procedure Imprtant Infrmatin The page prvides faculty and staff a list f students wh are enrlled and waitlisted in a particular class. Instructrs are given access t each class fr which they are listed as an instructr,

More information

Ascii Art Capstone project in C

Ascii Art Capstone project in C Ascii Art Capstne prject in C CSSE 120 Intrductin t Sftware Develpment (Rbtics) Spring 2010-2011 Hw t begin the Ascii Art prject Page 1 Prceed as fllws, in the rder listed. 1. If yu have nt dne s already,

More information

Getting started. Roles of the Wireless Palette and the Access Point Setup Utilities

Getting started. Roles of the Wireless Palette and the Access Point Setup Utilities Getting started The Wireless Palette is a sftware applicatin fr mnitring the cmmunicatin status between the Wireless LAN PC Card and the Wireless LAN Access Pint (hereinafter referred t as the Access Pint).

More information

Procedures for Developing Online Training

Procedures for Developing Online Training Prcedures fr Develping Online Training Fllwing are prcedures fr develping nline training mdules t be psted n Online@UT (Blackbard Learn). These steps were develped thrugh a prcess and will cntinue t be

More information

International Comparison Program [07.01] ICP COUNTRY SOFTWARE (Household Consumption Items) User Manual. Version 1.0. Global Office.

International Comparison Program [07.01] ICP COUNTRY SOFTWARE (Household Consumption Items) User Manual. Version 1.0. Global Office. Public Disclsure Authrized Public Disclsure Authrized Public Disclsure Authrized Public Disclsure Authrized Internatinal Cmparisn Prgram [07.01] ICP COUNTRY SOFTWARE (Husehld Cnsumptin Items) User Manual

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects January 29, 2018 - Versin 9.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Reporting Requirements Specification

Reporting Requirements Specification Cmmunity Mental Health Cmmn Assessment Prject OCAN 2.0 - ing Requirements Specificatin May 4, 2010 Versin 2.0.2 SECURITY NOTICE This material and the infrmatin cntained herein are prprietary t Cmmunity

More information

This document describes new features and resolved issues for Intelligent Scene Analysis System

This document describes new features and resolved issues for Intelligent Scene Analysis System Release Ntes Intelligent Scene Analysis System Versin 14.0.0 Release Ntes Revisin 1 This dcument describes new features and reslved issues fr Intelligent Scene Analysis System 14.0.0. Yu can retrieve the

More information

Apache Solr for FSI SERVER. User Manual. Version 4.5

Apache Solr for FSI SERVER. User Manual. Version 4.5 Apache Slr fr FSI SERVER User Manual Versin 4.5 Apache Slr fr FSI Server NeptuneLabs GmbH Lagesche Str. 32 D-32657 Lemg Germany 2009-2015 NeptuneLabs. All rights reserved. Last updated: Nvember 2013 FSI

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information