Download presentation
Presentation is loading. Please wait.
Published byKory Williams Modified over 9 years ago
1
Financial Information Management Operations, BI, and Analytics Stefano Grazioli
2
Critical Thinking Doing well Easy meter
3
You do the talking Name, major Learning objectives Things you like about the class Things that can be improved Attitude towards the Tournament
4
Financial Information Management Using the SmallBank DB for Business Operations, BI & Analytics
5
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”
6
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
7
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
8
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
9
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
10
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
11
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
12
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
13
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
14
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
15
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
16
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.
17
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…)
18
BACK TO The Big Picture… Source: TDWI Smart Companies Report 2003 + sg edits Transactional (Ops) Right now, individual, action Informational (BI/Analytics) Historical, aggregate, decision O PERATIONAL ENVIRONMENT
19
Financial Information Management WINIT What Is New In Technology?
20
Financial Information Management Homework Demo
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.