Financial Information Management Operations, BI, and Analytics Stefano Grazioli.

Slides:



Advertisements
Similar presentations
BY LECTURER/ AISHA DAWOOD DW Lab # 2. LAB EXERCISE #1 Oracle Data Warehousing Goal: Develop an application to implement defining subject area, design.
Advertisements

Business Intelligence (BI) Cody Schumacher, Jessyca Banks, Ken Hick.
Financial Management F OR A S MALL B USINESS. FINANCIAL MANAGEMENT 2 Welcome 1. Agenda 2. Ground Rules 3. Introductions.
By CA. Pankaj Deshpande B.Com, FCA, D.I.S.A. (ICA) 1.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall COS 236 Day 25.
© Stefano Grazioli - Ask for permission for using/quoting:
Business Intelligence Michael Gross Tina Larsell Chad Anderson.
© Stefano Grazioli - Ask for permission for using/quoting:
What is Business Intelligence? And What Does It Mean To My Practice?
Data Warehousing: Defined and Its Applications Pete Johnson April 2002.
Financial Information Management FIM: Databases Stefano Grazioli.
Business Intelligence
Financial Information Management Stefano Grazioli.
Financial Information Management How do I talk to a DBMS? SQL In one hour.
MD240 - MIS Oct. 4, 2005 Databases & the Data Asset Harrah’s & Allstate Cases.
Financial Information Management DBMS and Operations, BI, and Analytics Stefano Grazioli.
Reference: An Overview of Business Intelligence Technology, Communications of The ACM, August VOL 54 NO.8
Financial Information Management Putting VB & SQL To Work Stefano Grazioli.
Financial Information Management Portfolio-level Delta Hedging Stefano Grazioli.
Chapter 4 Data and Databases. Learning Objectives Upon successful completion of this chapter, you will be able to: Describe the differences between data,
Financial Information Management Changing data in a DB Stefano Grazioli.
Instructions for Full Service Distributors- Collecting Software Customer Information Using net:FORUM Created by Sam Harrell Associate, AIA Contract Documents.
Next Back MAP 3-1 Management Information Systems for the Information Age Copyright 2002 The McGraw-Hill Companies, Inc. All rights reserved Chapter 3 Data.
© Stefano Grazioli - Ask for permission for using/quoting:
© Stefano Grazioli - Ask for permission for using/quoting:
Chapter 5 DATA WAREHOUSING Study Sections 5.2, 5.3, 5.5, Pages: & Snowflake schema.
1 On-Line Analytic Processing Warehousing Data Cubes.
+ Big Data. + Chapter Objectives Learn the basic concepts of Big Data, structured storage, and the MapReduce process Learn the basic concepts of data.
Financial Information Management FIM: Databases Stefano Grazioli.
Financial Information Management Business Intelligence Putting VBA & SQL To Work.
© Stefano Grazioli - Ask for permission for using/quoting: Putting VBA & SQL To Work.
Information Systems in Organizations Managing the business: decision-making Growing the business: knowledge management, R&D, and social business.
© Stefano Grazioli - Ask for permission for using/quoting: Stefano Grazioli.
Financial Information Management Modifying data in a DB Stefano Grazioli.
© Stefano Grazioli - Ask for permission for using/quoting: Stefano Grazioli.
Financial Information Management Operations, BI, and Analytics Stefano Grazioli.
© Stefano Grazioli - Ask for permission for using/quoting: Stefano Grazioli.
Or How I Learned to Love the Cube…. Alexander P. Nykolaiszyn BLOG:
Databases Stefano Grazioli.
Operations, BI, and Analytics
Financial Strategies Stefano Grazioli.
Process Automation The Technology
Data Platform Modernization
Information Systems in Organizations
Process Automation The Technology
Business Intelligence
Data warehouse.
BI tools: Excel’s Pivot table
On-Line Analytic Processing
Dynamic SQL Queries Stefano Grazioli.
Data Platform Modernization
Database Vs. Data Warehouse
Dynamic SQL Queries Stefano Grazioli.
BI: Accessing Enterprise Data
BI and data quality Stefano Grazioli.
BI: Accessing Enterprise Data
Stock and Options in the HT
Dynamic SQL Queries Stefano Grazioli.
What You Wanted to Happen This Year:
Trading Stock and Options in Athens
Dynamic SQL Queries Stefano Grazioli.
BI tools: Excel’s Pivot table
DATABASE TECHNOLOGIES
BI and data quality Stefano Grazioli.
Stock and Options in the HT
Operations, BI, and Analytics
Trading Stock and Options in Athens
Hedging Strategies Stefano Grazioli.
Operations, BI, and Analytics
Hedging Strategies Stefano Grazioli.
Presentation transcript:

Financial Information Management Operations, BI, and Analytics Stefano Grazioli

Critical Thinking  Doing well  Easy meter

You do the talking  Name, major  Learning objectives  Things you like about the class  Things that can be improved  Attitude towards the Tournament

Financial Information Management Using the SmallBank DB for Business Operations, BI & Analytics

Data Model: SmallBank,Ltd. Loan officer LoanLoan Insurance Plan CustomerCustomer Customer in Loan LO id f name l name phone L id principal rate date due LO_id C id f name l name city state C_id coverage premium C_id L_id Legend “zero/none” “one” “many” Legend “zero/none” “one” “many”

Enrolling a New Customer Loan officer LoanLoan Insurance Plan CustomerCustomer Customer in Loan LO id f name l name phone L id principal rate date due LO_id C id f name l name city state C_id coverage premium C_id L_id

Selling an I.P. to a Customer Loan officer LoanLoan Insurance Plan CustomerCustomer Customer in Loan LO id f name l name phone L id principal rate date due LO_id C id f name l name city state C_id coverage premium C_id L_id

Changing an Address Loan officer LoanLoan Insurance Plan CustomerCustomer Customer in Loan LO id f name l name phone L id principal rate date due LO_id C id f name l name city state C_id coverage premium C_id L_id

Granting a New Loan Loan officer LoanLoan Insurance Plan CustomerCustomer Customer in Loan LO id f name l name phone L id principal rate date due LO_id C id f name l name city state C_id coverage premium C_id L_id

The Previous Queries Implement Operational Transactions  Directly related to business operations  Single customer, single contract, deal, service…  “Real time”  Often INSERTs  “Small” amount of data  Large numbers of fast, “simple” queries

Finding our TX Exposure Loan officer LoanLoan Insurance Plan CustomerCustomer Customer in Loan LO id f name l name phone L id principal rate date due LO_id C id f name l name city state C_id coverage premium C_id L_id

Finding our Top Three Customers Loan officer LoanLoan Insurance Plan CustomerCustomer Customer in Loan LO id f name l name phone L id principal rate date due LO_id C id f name l name city state C_id coverage premium C_id L_id

Finding the Average Interest Rate by City Loan officer LoanLoan Insurance Plan CustomerCustomer Customer in Loan LO id f name l name phone L id principal rate date due LO_id C id f name l name city state C_id coverage premium C_id L_id

The Previous Queries Generate Reports and Answer Aggregate Questions (BI)  Relate to decision making more than business operations  Aggregate customers, contracts, deals, services…  Not necessarily “Real time”  Mostly Selects  “Large” amount of data  Small number of “large”, “complex” queries

Assessing the Relationship between Loan Rate and Loan Size Loan officer LoanLoan Insurance Plan CustomerCustomer Customer in Loan LO id f name l name phone L id principal rate date due LO_id C id f name l name city state C_id coverage premium C_id L_id

Analytics is more sophisticated stats (typically non-SQL)  Questions relate to decision making, more than business operations  SQL provides the input, but is not sufficient. Require additional software (SPSS, SAS, R, Data miner…)  More similar to BI queries than operational queries.

BI and Analytics Queries Slow Down the Systems that Run our Businesses  Idea: create a separate copy of the data, including historical to perform analysis  The DB that contains this offline data is called a Data Warehouse (aka data mart, data hub…)

BACK TO The Big Picture… Source: TDWI Smart Companies Report sg edits Transactional (Ops) Right now, individual, action Informational (BI/Analytics) Historical, aggregate, decision O PERATIONAL ENVIRONMENT

Financial Information Management WINIT What Is New In Technology?

Financial Information Management Homework Demo