ITAS Risk Reporting Integration to an ERP

Slides:



Advertisements
Similar presentations
© 2013 IBM Corporation Reducing Cost with R in IBM Storage Products Manufacturing Elaine Jones Integrated Supply Chain Engineering.
Advertisements

SupportCenter Plus Product Overview. Overview 1.What is SupportCenter Plus (SCP) 2.Benefits of SCP 3.Licensing & Pricing 4.Questions.
New Release Announcements and Product Roadmap Chris DiPierro, Director of Software Development April 9-11, 2014
Capture of accurate job, audit & other records for your mobile workforce Solution.
AXC01 DIXF: The Microsoft Dynamics AX Data Import and Export Framework
Oracle Hyperion Financial Data Quality Management Considerations for a scaled, expedited and integrated approach on data quality NCOAUG – Aug 15, 2008.
Program Management Portal: Overview for the Client
Data Warehouse success depends on metadata
Clicks to Code Series “Data Loaders”.
MDS enables users to curate Sets of Objects. This capability is powerful in a wide variety of scenarios across all organization levels.
Christopher Jeffers August 2012
Database Design - Lecture 1
Data Warehousing Seminar Chapter 5. Data Warehouse Design Methodology Data Warehousing Lab. HyeYoung Cho.
Data API. AO database List builder Export API User data Transactional data Hybrid data CSV or XLS Automated ftp/sftp https GET request CSV or XML Options.
OracleAS Reports Services. Problem Statement To simplify the process of managing, creating and execution of Oracle Reports.
Computer Emergency Notification System (CENS)
Prepared By Aakanksha Agrawal & Richa Pandey Mtech CSE 3 rd SEM.
Altman IM Ltd | | process | verify | convert | route | connect Prism Software’s solutions provide advanced workflow.
Database Management Systems (DBMS)
Metadata By N.Gopinath AP/CSE Metadata and it’s role in the lifecycle. The collection, maintenance, and deployment of metadata Metadata and tool integration.
EGEE-III INFSO-RI Enabling Grids for E-sciencE EGEE and gLite are registered trademarks Using GStat 2.0 for Information Validation.
Integrated Mobile Marketing Platform Emergic mConnector Integrated -Mobile Marketing Platform Presented By: Sales Person Name ID: Mobile:
1 Do You Need an ETL Tool? Ben Bor NZ Ministry of Health Ben Bor NZ Ministry of Health.
Batch Jobs Using the batch job functions. Use [Bulk Changes][Batch Job Utility] to start. Read the information panel. Check with TAMS Technical Support.
External Data Access Adam Rauch, 6/05/08 Team: Geoff Snyder, Kevin Beverly, Cory Nathe, Matthew Bellew, Mark Igra, George Snelling.
Nov. 09. CONFIDENTIELSource: VIZELIA Technologies - Copyright 2005 VIZELIA Vision VIZELIA is the leading provider of Web- based and wireless applications.
© 2013 IBM Corporation IBM Rational Asset Analyzer & Rational Asset Analyzer for System z Rational Asset Analyzer What is new! Leshek Fiedorowicz
Web Content And Customer Relationship Management Solution. Transforming web sites into a customer-focused, revenue generating channel with less stress.
Version 0.1 Draft – For Review Murali Mohan Murthy
People Inc. from P&A Software
Automated ADT Interface Version .02
A Reusable Framework for Automated Record Creation and Population
Fusion Customer Hub – Integration
Advantages of sas for reporting
IST 220 – Intro to Databases
Data Virtualization Tutorial: Introduction to SQL Script
z/Ware 2.0 Technical Overview
Overview of MDM Site Hub
Basic Work-Flow with SQL Server Standard
Michael Mast Senior Architect
A Guide to Shift’s Open Data ecosystem & Data workflow
JDXpert Workday Integration
Populating a Data Warehouse
Populating a Data Warehouse
Unlock The Power of Your Business Processes Demystifying Workflow Solutions
A Corporate-Wide Reports Distribution System < $1000 You Bet!
SDMX Reference Infrastructure Introduction
People Inc. from P&A Software
Data Warehouse Overview September 28, 2012 presented by Terry Bilskie
Populating a Data Warehouse
Lecture 1: Multi-tier Architecture Overview
ARCH-1: Application Architecture made Simple
Populating a Data Warehouse
Tiers vs. Layers.
Registry Information Session
Notefied (web publishing)
Technical Capabilities
Presented by: Jeff Moore – Artsyl Technologies, Inc.
Office Edition Overview (Dec. 2018).
SDMX in the S-DWH Layered Architecture
SupportCenter Plus Product Overview.
i2B LIMITED – i2B ERP Integration – 2019 Q1
Introduction to Dataflows in Power BI
ITAS Cash Management Integration to an ERP
DCN# Jamie Breakfield R&D Project Manager/Systems Engineer
Best Practices in Higher Education Student Data Warehousing Forum
Contract Management Software 100% Cloud-Based ContraxAware provides you with a deep set of easy to use contract management features.
Visual Data Flows – Azure Data Factory v2
Integrated Statistical Production System WITH GSBPM
Presentation transcript:

ITAS Risk Reporting Integration to an ERP Business Requirements and Limitations The Solution Issues Faced Evolution Business Benefits POWERED BY HIVEDOME

Business Requirements SOLUTION ISSUES FACED BUS. BENEFITS EVOLUTION Business Requirements Risk Reporting Capture data generated through ITAS reporting processes for a wider audience Problems to solve: Having to perform manual extracts to excel which is time consuming and prone to errors Needing further information not available to reports Volume of detail not suited to spreadsheet or printing Require both scheduled and on-demand requests (jobs) Flat data structure in repository to match output generated by desktop users Changes applied to desktop application must flow through without additional work/updates Repository to be easily query-able, handle historical data, be segregated at Trading Entity and request (job) levels

Overview of the solution provided REQUIREMENTS SOLUTION ISSUES FACED BUS. BENEFITS EVOLUTION Risk Reporting Overview of the solution provided Convert GPLRPT to allow the 2 report styles to be exposed to batch style processing Included standardising parameter capture (command-line) SSIS script built to: Call GPLRPT for each report Read excel data extracted, transform and store in target Database (RD) Run additional SQL to build list on trades, use ITASPL to calculate values and store in target Database Send notification to nominated Topic including Job ID API endpoint introduced to accept requests for on-demand extract External User Request manual extract Create Job Manage schedule Trigger SSIS activation SSIS Scheduler Build report data using SQL and Heritage functions Push data into dedicated reporting database tables Generate notification to dedicated Topic SSIS Job Reason for the solution provided Notify relevant people job complete To create a re-usable model based on existing Reporting Database infrastructure Client wanted data available outside of ITAS in DB so that data could be extracted to their corporate data warehouse By allowing API call for on-demand extract, users outside of ITAS could request data and extract directly from the Reporting Database on receipt of a notification all through their own middle tier Parallel project to enhance the reporting data provided by one of the GPLREP reports, no re-working for extract process Middle Tier Reporter

Issues faced in Phase 1 Issues faced in Phase 2 Risk Reporting REQUIREMENTS SOLUTION ISSUES FACED BUS. BENEFITS EVOLUTION Issues faced in Phase 1 Risk Reporting Reporting logic built into desktop application (GPLREP) Front-end required user intervention, parameter selections Scheduled jobs managed through Data Export feature in Trader Desktop but needed on-demand option Additional Trading data required by risk team to compliment Reporting data Issues faced in Phase 2 Needed to ensure changes applied to GPLREP reports automatically available to this process Potentially further reports would be needed for same process Output via file (CSV) requires physical location, so potential setup/security issues Needed to expose these reports to other consumers, alternate outputs such as data stream

Corporate Risk Reporting Evolution REQUIREMENTS SOLUTION ISSUES FACED BUS. BENEFITS EVOLUTION Risk Reporting Corporate Risk Reporting Evolution Phase 1 - In order to consumer GPLREP output the application was converted using standard methods Move reporting logic to public module (BAS) Handle call through batch method (Sub Main->Command) Desktop activation changed to use public module, logic Part of Reporting Database infrastructure SSIS scripts can be version-controlled at client level, bespoke and separated from normal generic stars Client wanted flat table structure as opposed to star for simplicity of reading as ultimate target was corporate Database Improved public access to reporting logic by moving to dedicated class Single point-of-reference for any report through RF, knowledge of class names, parameters and expected responses Standardised output options to single function based on Ar() data format meaning new methods immediately available to all converted reports, ability to pass data stream/dictionary directly back to consumer Phase 1 - To allow simple customisation of the overall process (workflow) SSIS was a natural choice Phase 2 - To address the issue of building a re-usable model we introduced ReportFactory

Defining the User Journey REQUIREMENTS SOLUTION ISSUES FACED BUS. BENEFITS EVOLUTION Defining the User Journey Risk Reporting Requirement Solution Replace manual process of extracting reporting data from GPLREP via Advanced Print to Excel Provide public access to reporting logic, ReportFactory to ensure consistency in usage and return raw report data Schedule an automated process, allow different times for different groups of Trading Entities Reports Admin in Trader Desktop provides UI for managing schedule, identification of Trading Entities as standard Provide an on-demand facility ITAS API endpoint, accepts parameters for filtering and generates new Job request for standard Data Extract function, triggered by middle tier process Allow identification of data by time and/or id Job ID generated by script and stored against each record, also TimeStamped Inform user when new data available Notification raised using Alerts process, includes Job ID, middle tier subscriber can then redirect to any end-user and/or process Extract to file not always appropriate, data to be stored in Reporting Database SSIS script to consume reports directly to generate raw report data and then push to bespoke, dedicated tables in RD Future changes to desktop report need to be mirrored in automated process ReportFactory model provides single point of contact irrespective of consumer; desktop, API or SSIS all referencing same report logic