SlideShare a Scribd company logo
1 of 60
Download to read offline
Exploring Data Science
Use Cases in Banking
HELLO!
I am Arul Bharathi
I am here because I love Analytics & BFS
Currently : Master’s in Big Data @ SFU
2017 : PG. Diploma in Data Analytics
(Banking & Fin Serv. Specialization)
2013-2017: BI App Developer in Bank of
New York Mellon
Connect with me -
linkedin.com/in/arulbharathi
2
BANKING IN CANADA
SOURCE :
• In 2016, Banks employed = 275,450
• Tax paid by 6 largest banks of Canada = $10.3 billion
• Percentage of population who have a favorable
impression of banks in Canada = 84%
• Banks contribute approximately 3.4% to Canada’s GDP
• Number of Bank Branches in Canada = 6200
• Number of Banks in Canada = 85
• Online banking transactions completed with the 6
largest banks in Canada in 2016 = $583 million
• Mobile banking transactions completed with the 6
largest banks in Canada in 2016 = $278 million
t
4
Why Analytics in Banking?
Revenue
Generation
Cost
Reduction
Risk
Mitigation
BUSINESS
Economics
Marketing
Operations
Management
INFORMATION SYSTEMS
Computer Science
Software Engineering
Systems Development
MATHEMATICS
Statistics
Combinatorics
Decision Theory
Machine Learning
Mgmt Scientist
Actuaries BI Developer
Data Analyst
Data Viz Builders
Stat Programmers
Data Scientist
1. JARGON BUSTING
Lets break some ice….
Data Mining
Non-trivial extraction of implicit, previously unknown and
potentially useful information from data
Machine Learning
A mechanism of teaching a machine to learn concepts using
data without explicit programming
DescriptiveAnalytics
• Summaries thedata
• Describesthepast trends
• Mean,Median,Quartilesetc.
ExploratoryAnalytics
• Exploringand figuring
patterns
• Discoveringcorrelations
• FormulatingHypothesis
ConfirmatoryAnalytics
• To testand confirm
hypothesis
• HypothesesTesting
PredictiveAnalytics
• Predictingfutureby
understandingpast patterns.
• Regression,Classificationetc.
Data
Analytics
Data Science
A multidisciplinary field of scientific methods, processes, and
systems to extract knowledge from data.
“Torture the data, and it will
confess to anything
Ronald Coase, winner of
the Noble Prize in
Economics
9
2. CRISP-DM Framework
A robust process to solve virtually any
analytics problem in any industry
Cross Industry Standard Process for Data Mining
▪ Business Understanding
▪ Data Understanding
▪ Data Preparation
▪ Data Modelling
▪ Model Evaluation
▪ Model Deployment
11
Business Understanding
▪ Understanding the Business Objectives
▪ Defining the semantics of objectives
▪ Define the Goals of Analysis
▪ Establish contacts with SME
12
Data Understanding
▪ Collection of relevant data
▪ Describe the data (data dictionary)
▪ Explore the data using plots
▪ Validate the data quality
13
Data Dictionary
14
Data Preparation
▪ Selecting relevant data (There may be several data sources –
Unstructured & Structured)
▪ Integrating the data into a database store – (Merging different
files into a single source)
▪ Cleaning the data – (Missing Value Treatment, Outlier Treatment,
Homonyms, Synonyms)
▪ Constructing the data – (Extracting year from date, latitudes &
longitudes)
15
Data Preparation – Best Practices
▪ Data Integration – Merging is performed using primary keys,
composite primary keys
▪ Missing Value Imputation – Removal, Mean, Median, Mode, Data
Prediction
▪ Data Construction– APIs, Macros, Programming scripts
16
▪ The heart of Data Analytics is
the “Data Model”
▪ A model should be succinct,
mathematically sound,
efficient and easy to use.
▪ Regression, Classification,
Clustering, Time Series
models etc.
17
Data Modelling
How Banks make money
A brief walk through of revenue generation in
banks to understand the underlying analytics
18
19
Banks
Deposits
Fixed Deposit 7%-8%
Savings 4%-6%
Chequing 0%
Lending
Secured Loans 9%-10%
Unsecured Loans 14%-18%
Taking money at low interest rates and lending it at higher rates makes
money for the banks
Net Interest Margin is a measure of difference between the interest paid and
interest received related to the amount of interest
What’s with the P & L of a Bank?
▪ To know the individual product level P&L
▪ How are you impacting the P&L?
▪ What side of the P&L are you impacting?
20
Revenues
▪ Interest(Primary)
▪ Risk-based fees
▪ Affinity Rebates
▪ Cross-sell
▪ Annual fees
Expenses
▪ Net Credit Loss
▪ Operating Expenses
▪ Loan Loss reserve
Customer Lifecycle
21
• How to create prospect segments
• How to reach out to the different prospect segments
• How to quantify the quality of prospects
Customer
Acquisition
• Selling new/upgraded products to customers
• Retaining the customers or avoiding attrition
Customer
Engagement
• Managing the risk associated with customer
defaulting
• Identifying credit, operational, market risk etc.
Risk
Management
ACQUISITION ANALYTICS
22
Frequent Datasets used in Acquisition Analytics
▪ Census data: To understand the demographic and geographic
information of your target prospects
▪ Market research and primary survey data: Additional
information for specific target groups of prospects
▪ Publicly available data: Provided by the government, related to
certain schemes and policies
▪ Credit bureau data: In common terms, it provides an entire ABC
of past transaction history (for example, previous loan status,
credit card history, default status) of prospects
23
Framework for Acquisition Strategy
24
▪ Segment the prospects into various clusters (clustering) and deploy different
marketing strategies for each of them.
▪ Divide and conquer is the go-to strategy for banks. This comes under market
segmentation which is an extremely important strategy to optimize marketing
costs.
▪ There are two fundamental strategies that organizations can undertake to
market their products and services:
▫ Mass marketing: The same marketing message is communicated to
everyone through channels like TV and newspaper ads. In most cases,
mass marketing is expensive
▫ Targeted marketing: Personalized marketing is always preferred as each
individual has different needs but, at the same time, the volume is too
high for customization at an individual level. Hence, there is a need to
identify segments where people have the same behavior and sell a
specific product to a particular group of customers having similar
interests.25
Market Segmentation
Once the entire addressable prospect universe is broken down into segments, the
next step is to identify which segments are more important given the company's
overall business objective. The key questions are:
▪ Who are the best customers?
▪ What product or services does each segment need?
▪ When do they need these products or services?
▪ How do they want to interact with the bank?
▪ What do they behave the way they do?
Segment prioritization is all about answering these questions.
26
Segment Prioritisation
27
Segment Prioritisation Use case
HIGH
INCOME
MEDIUM
INCOME
LOW INCOME
Digital Online
Channel
PRIORITY 1
PRIORITY 2 PRIORITY 4
Traditional
Branch
Channel
PRIORITY 3 PRIORITY 5
▪ Objective
What is the business objective? Is it future profitability, or increasing
the current market share, or something else?
▪ Acquisition of the right prospects
Which segments have income/age/attributes suited for the product?
▪ Retention and loyalty
Which segments are likely to retain for long?
Which segments could be cross-sold newer products easily later?
▪ Risk
Which of the customers are risky from a profitability perspective?
Dividing your analysis across the lifecycle gives you a helpful bird’s-eye view
of the business strategy.
28
In many cases, more than one channel is used or the same channel is utilized
twice to reinforce the offer.
▪ Direct Mailer: It is a marketing effort that uses a mail service to deliver a
promotional printed piece to the target audience.
▪ Telemarketing: Costing higher than the direct mailers, telemarketing
provides much higher returns on investment than direct mailers.
▪ Email marketing: The biggest advantages of email marketing as direct
marketing channel is its flexibility and low cost, and it is widely used in
the banking sector for promoting new products.
29
Channel Preferences
30
Cost per customer
Sales per customer
Customer Response Rate
Acquisition Analytics - Evaluation Metrics
Bank Case Study
31
32
Lets assume Scotiabank conducted a telemarketing campaign for a term-
deposit product somewhere around late 2011.
The marketing team of the bank wants to launch yet another telemarketing
campaign for the same product.
Problem Analysis
33
You, an analyst at the bank, want to answer the following questions using the past
data:
• Which prospects are more likely to buy the product (i.e. to respond )?
• Which attributes determine the propensity to buy a term-deposit?
• Once you predict the likelihood of response, how many prospects should you
target for telemarketing?
• By how much can you reduce the marketing cost using the model, and how many
prospects will you acquire?
Business and Data Understanding
34
Problem and Business Objective
•To reduce the customer acquisition cost by targeting the ones who are likely to
buy
•To improve the response rate, i.e. the fraction of prospects who respond to the
campaign
Data
•Customer data: Demographic data, data about other financial products like home
loan, personal loan etc.
•Campaign data: Data about previous campaigns (number of previous calls, no. of
days since the last call was made, etc.)
•Macroeconomic data
•Target variable: Response (Yes/No)
Initial Insights
35
To summarize, you got an intuitive understanding of the data. The most important
points are:
• The age distribution suggested a wide variation in age
• We have capped the data to treat outliers
• Bin the age variable for easier understanding
• The response rate varies significantly across the age groups, with the groups 16-20
and senior citizens having high response rates
• Month of contact seems a significant predictor of response rate
• Day of month does not seem very important
• Call duration seems an important predictor
• The more time you spend on the call, the more is the response rate
Data Modeling and Evaluation
36
• Model Types : Regression, Classification, Clustering etc.
In the context of this case, which metrics are the most important to assess:
• How well the model fits the training data?
• How well the model spots the responders?
• How well the model separates the responders from the non-responders?
Financial Benefit Analysis
37
How many (high likelihood responders) should the bank target? The top 30%, 40%
or 50% etc.?
• If you target the top X% responders, what will be the marketing cost and the
expected response rate?
How can you assess the financial benefit of the project?
• In targeting the top X% responders, how many will you acquire and at what
cost?
• By how much can you reduce the total marketing cost and the cost per
response using the model compared to without using it (i.e. targeting all the
prospects)?
38
If you market to only the top 3 deciles (30% of the customers), you will capture more than 90% of
the responders.
•You can acquire more than 90% customers at less than 30% cost, or
•The cost of acquisition per customer has come down from approximately 8.87 units/person to
approximately 2.72/person
Gain Chart- Tells us the number of
responders captured (y-axis) as a
function of the number of prospects
targeted (x-axis)
Example: In the 4th decile (40%
people targeted), we can capture
about 99% of the responders
39
Lift chart:
Compares the response rate with and without using the model
• Compares the ‘lift in response rate’ you will get with the model, when you target the entire
population (without using the model)
• Contains lift (on y-axis) and the number of prospects targeted (on x-axis)
• Example: Our original response rate is about 11.7% (called the baseline); if at the 4th decile on
the x-axis, you get a lift of 5, it means that you can get 5 x 11.7% the response rate by targeting
40% prospects using the model
40
ENGAGEMENT
ANALYTICS
Customer Engagement
41
Cross-selling and upselling
• How to increase revenues by selling new products to existing customers
• How to measure the value (i.e. financial benefit) corresponding to each customer using
customer lifetime value
• Cross-selling and upselling are aimed primarily at increasing revenue. Some examples
are:
Cross-selling: Selling credit cards to home loan customers
Upselling: Selling premium credit cards to regular credit card holders
Retention management
• How to identify customers who are likely to leave a product or service
• What retention strategies can you employ to retain your customers
Don’t Cross Sell Too Much
42
Among the pitfalls, the most
common one is lending credit to
risky customers or the ones who
are unlikely to use it (as setting
aside capital for this service is
also a cost). Apart from lending
unutilized credit, cross-selling
sometimes also results in
acquiring customers who cost
more than the profit they bring
in.
43
Types of Cross-Selling
Sequential Cross-sell
• means selling products one after
the other in a sequence.
Bundled Cross-sell
• Grouping different items together
and selling them at a lower price
than what they would have sold for
separately.
44
Customer Lifetime Value
• To measure the value generated by a customer
• The value the bank will get from a customer over the life cycle of the
customer
• Used in wide variety of industries including retail banking
• Used to execute targeted campaigns focussed on high value customers
45
Retention and Loyalty Management
• Aims at reducing customer attrition.
• Used in wide variety of industries including retail banking
• Used to execute targeted campaigns focussed on high value customers
Customer Attrition
Voluntary Involuntary
46
RISK
ANALYTICS
47
Types of Cost
• Risk management works with the cost side of asset products
Credit Loss
• Loss of credit when
customer default
payments
• Largest component
Provisioning Loss
• Expected Loss
• Unexpected Loss
Cost of Capital
• Money set aside for
provisioning cannot
be used for other
business and there
is a cost attached to
it.
48
Types of Risks
Risk
Credit Risk
Regulatory
Operational
Fraud Risk
Transaction
Fraud
Identity Fraud
Operational
Risk
Market Risk
49
Customer
Lifecycle
Individual
Customer Level
Operational
Risk
Analytics
Acquisition
Risk
Analytics
Existing
Customer
Management
Collection
and recovery
management
▪ The “fair lending” concept should be practised
▪ Can be used to classify whether to Approve/Reject customer
▪ Can be used to predict the amount of loan, the tenure, and interest rate
▪ If a customer is denied a service then it is an “Adverse Action”
▪ Reasons should be given for Adverse Action
50
Acquisition Risk Analytics
▪ Application data: From the application form submitted by the customer
▫ Demographic data
▪ Credit bureau data
▫ Payment history
▫ Types of loan (paid and unpaid)
▫ Enquiries for credit
▪ Internal information: Available only to the bank where the customer already has
an account
▪ Alternate sources: Social media, travel pattern, and any other external sources of
data
51
Types of Datasets
52
Types of Risk Models
▪ Commercial Credit Models
▫ Probability of default(PD) models
▫ Loss given default (LGD) models
▫ Exposure at default(EAD) models
▪ Consumer Credit Models
▫ Default models
▫ Bankruptcy models
▫ Behavioral models
▫ Loss given default(LGD) models
▫ Exposure at default(EAD) models
PD – Probability of default
LGD – Amount of money a bank or financial institution loses when borrower defaults
EAD – Total value that a bank is exposed to at time of a loan’s default
53
Model Validation
▪ Models need validation because there is potential for error in
modeling, which can lead to poor management decision.
▪ The existence of potential errors in modeling is called model risk
Why Model risk exist?
▪ At some level a model is always incorrect
▪ Poor decisions from erroneous results
▫ Actual losses
▫ Foregone income from opportunity costs
▪ Some of the worst of the risks center around implementation
54
▪ Auto Approval Rate – Approval rate calculated by algorithms
▪ Manual Approval Rate – Calculate manually
▪ Override Rate – If black box gives a decision and the decision is manually
overrode.
Reject Inferencing –
▪ Data available for acquisition contains only approved candidates
▪ To avoid Bias Sampling, Reject Inferencing is performed
▪ Perform small experiments on rejected population
55
Metrics to measure Acquisition Risk Analytics
56
Existing Customer Management
▪ How will you tag customers – good or bad?
▫ Delinquency – DPD (Days past due)
▫ 90+ DPD is default, 120+ is written off
▫ Roll-Rate Matrix
▪ How to asses the riskiness of a portfolio?
▫ Roll-Rate Matrix
▫ Roll overs are bad, rollbacks may be good
▪ Optimal time to declare a default?
▫ Vintage Curve
57
▪ Matrix created on month-on-month basis
▪ Out of all those who were 60 DPD in Dec-15, 3.10% rolled back to 30 DPD
▪ Out of all those who were 60 DPD in Dec-15, 85.50% rolled over to 90 DPD
▪ The diagonal elements represent the customer who stay in same bucket
58
Collection and Recovery – Objectives & Modeling
▪ What should you do with early delinquent customers?
▫ Self-cures should not be disturbed
▪ What actions to take on bad customer?
▫ Send SMS, court-notice etc.
▪ What do with write-offs?
▫ Sell-off
▪ What to do with collaterals in secured loans?
▫ Repossession
Self-cure
models
• Will
customer
pay on his
own?
Bucket
rollover
• Who will
roll over to
higher
DPD?
Recovery
Models
• The
amount of
money that
can be
recovered.
Pay/No-pay
M
• Whether
the person
will pay?
59
Estimate
amount of Loss
that Banks set
aside
Portfolio Level
Regulatory
Risk
Analytics
Expected
Loss
Unexpected
Loss
60
You can find me at:
Linkedin/in/arulbharathi
aarul@sfu.ca

More Related Content

What's hot

Big Data Analytics in light of Financial Industry
Big Data Analytics in light of Financial Industry Big Data Analytics in light of Financial Industry
Big Data Analytics in light of Financial Industry
Capgemini
 
Data mining slides
Data mining slidesData mining slides
Data mining slides
smj
 
Digital Transformation in Retail Banking
Digital Transformation in Retail BankingDigital Transformation in Retail Banking
Digital Transformation in Retail Banking
Ferran Garcia Pagans
 

What's hot (20)

Applications of Data Science in Banking and Financial sector.pptx
Applications of Data Science in Banking and Financial sector.pptxApplications of Data Science in Banking and Financial sector.pptx
Applications of Data Science in Banking and Financial sector.pptx
 
Data analytics
Data analyticsData analytics
Data analytics
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
Importance of Data Analytics
 Importance of Data Analytics Importance of Data Analytics
Importance of Data Analytics
 
Data Science
Data ScienceData Science
Data Science
 
Loan approval prediction based on machine learning approach
Loan approval prediction based on machine learning approachLoan approval prediction based on machine learning approach
Loan approval prediction based on machine learning approach
 
Introduction to data analytics
Introduction to data analyticsIntroduction to data analytics
Introduction to data analytics
 
Big Data Analytics in light of Financial Industry
Big Data Analytics in light of Financial Industry Big Data Analytics in light of Financial Industry
Big Data Analytics in light of Financial Industry
 
Machine Learning in Banking
Machine Learning in BankingMachine Learning in Banking
Machine Learning in Banking
 
Data mining slides
Data mining slidesData mining slides
Data mining slides
 
Artificial Intelligence in Banking
Artificial Intelligence in BankingArtificial Intelligence in Banking
Artificial Intelligence in Banking
 
Machine Learning Project - Default credit card clients
Machine Learning Project - Default credit card clients Machine Learning Project - Default credit card clients
Machine Learning Project - Default credit card clients
 
Measuring and Managing Credit Risk With Machine Learning and Artificial Intel...
Measuring and Managing Credit Risk With Machine Learning and Artificial Intel...Measuring and Managing Credit Risk With Machine Learning and Artificial Intel...
Measuring and Managing Credit Risk With Machine Learning and Artificial Intel...
 
Loan default prediction with machine language
Loan  default  prediction with  machine  language Loan  default  prediction with  machine  language
Loan default prediction with machine language
 
Digital Transformation in Retail Banking
Digital Transformation in Retail BankingDigital Transformation in Retail Banking
Digital Transformation in Retail Banking
 
Analytics in banking services
Analytics in banking servicesAnalytics in banking services
Analytics in banking services
 
Future and scope of big data analytics in Digital Finance and banking.
Future and scope of big data analytics in Digital Finance and banking.Future and scope of big data analytics in Digital Finance and banking.
Future and scope of big data analytics in Digital Finance and banking.
 
AI and the Financial Service Segment
AI and the Financial Service SegmentAI and the Financial Service Segment
AI and the Financial Service Segment
 
Big data analytics
Big data analyticsBig data analytics
Big data analytics
 
Customer Data Platform ( CDP ) and Marketing Automation for FMCG
Customer Data Platform ( CDP ) and Marketing Automation for FMCGCustomer Data Platform ( CDP ) and Marketing Automation for FMCG
Customer Data Platform ( CDP ) and Marketing Automation for FMCG
 

Similar to Data Science Use cases in Banking

Liferay overview of predicitve analytics
Liferay overview of predicitve analyticsLiferay overview of predicitve analytics
Liferay overview of predicitve analytics
Joe Brandenburg
 
IBM Case Study Agility & Analytics
IBM Case Study Agility & AnalyticsIBM Case Study Agility & Analytics
IBM Case Study Agility & Analytics
Vivastream
 
Measure Performance Success.pptx digital marketing
Measure Performance Success.pptx digital marketingMeasure Performance Success.pptx digital marketing
Measure Performance Success.pptx digital marketing
maharirfan4
 
Making Data Actionable; PDF
Making Data Actionable; PDFMaking Data Actionable; PDF
Making Data Actionable; PDF
Rich Jones
 

Similar to Data Science Use cases in Banking (20)

Unit I-Final MArketing analytics unit 1 ppt
Unit I-Final MArketing analytics unit 1 pptUnit I-Final MArketing analytics unit 1 ppt
Unit I-Final MArketing analytics unit 1 ppt
 
Bank Marketing Analysis: Data Analysis Project
Bank Marketing Analysis: Data Analysis ProjectBank Marketing Analysis: Data Analysis Project
Bank Marketing Analysis: Data Analysis Project
 
Improving Results with Business Performance Accelerator (BPA)
Improving Results with Business Performance Accelerator (BPA)Improving Results with Business Performance Accelerator (BPA)
Improving Results with Business Performance Accelerator (BPA)
 
Liferay overview of predicitve analytics
Liferay overview of predicitve analyticsLiferay overview of predicitve analytics
Liferay overview of predicitve analytics
 
Customer analytics for Startup and SMEs
Customer analytics for Startup and SMEsCustomer analytics for Startup and SMEs
Customer analytics for Startup and SMEs
 
BI Knowledge Sharing Session 1
BI Knowledge Sharing Session 1BI Knowledge Sharing Session 1
BI Knowledge Sharing Session 1
 
Delivering Smarter Customer Interactions
Delivering Smarter Customer Interactions Delivering Smarter Customer Interactions
Delivering Smarter Customer Interactions
 
Big Data World presentation - Sep. 2014
Big Data World presentation - Sep. 2014Big Data World presentation - Sep. 2014
Big Data World presentation - Sep. 2014
 
Strategic Planning for Financial Services
Strategic Planning for Financial ServicesStrategic Planning for Financial Services
Strategic Planning for Financial Services
 
Data Framework Fundamentals
Data Framework FundamentalsData Framework Fundamentals
Data Framework Fundamentals
 
business_planning_basics_amy_shapiro.pptx
business_planning_basics_amy_shapiro.pptxbusiness_planning_basics_amy_shapiro.pptx
business_planning_basics_amy_shapiro.pptx
 
business_planning_basics_amy_shapiro.pptx
business_planning_basics_amy_shapiro.pptxbusiness_planning_basics_amy_shapiro.pptx
business_planning_basics_amy_shapiro.pptx
 
Webinar: Retail Banking - Optimizing the Customer Deposit Lifecycle
Webinar: Retail Banking - Optimizing the Customer Deposit LifecycleWebinar: Retail Banking - Optimizing the Customer Deposit Lifecycle
Webinar: Retail Banking - Optimizing the Customer Deposit Lifecycle
 
IBM Case Study Agility & Analytics
IBM Case Study Agility & AnalyticsIBM Case Study Agility & Analytics
IBM Case Study Agility & Analytics
 
Soulful Analytics: Embracing gut instincts as part of the modeling, Points
Soulful Analytics: Embracing gut instincts as part of the modeling, PointsSoulful Analytics: Embracing gut instincts as part of the modeling, Points
Soulful Analytics: Embracing gut instincts as part of the modeling, Points
 
Decision Analytics: Revealing Customer Preferences and Behaviors
Decision Analytics: Revealing Customer Preferences and BehaviorsDecision Analytics: Revealing Customer Preferences and Behaviors
Decision Analytics: Revealing Customer Preferences and Behaviors
 
OptimaHub SingleView Presentation Deck
OptimaHub SingleView Presentation DeckOptimaHub SingleView Presentation Deck
OptimaHub SingleView Presentation Deck
 
Measure Performance Success.pptx digital marketing
Measure Performance Success.pptx digital marketingMeasure Performance Success.pptx digital marketing
Measure Performance Success.pptx digital marketing
 
Business analytics & strategy
Business analytics & strategyBusiness analytics & strategy
Business analytics & strategy
 
Making Data Actionable; PDF
Making Data Actionable; PDFMaking Data Actionable; PDF
Making Data Actionable; PDF
 

Recently uploaded

Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
amitlee9823
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
amitlee9823
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
amitlee9823
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
amitlee9823
 
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
amitlee9823
 
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
gajnagarg
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
karishmasinghjnh
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
amitlee9823
 
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
amitlee9823
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 

Recently uploaded (20)

Detecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachDetecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning Approach
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
 
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
 
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 

Data Science Use cases in Banking

  • 1. Exploring Data Science Use Cases in Banking
  • 2. HELLO! I am Arul Bharathi I am here because I love Analytics & BFS Currently : Master’s in Big Data @ SFU 2017 : PG. Diploma in Data Analytics (Banking & Fin Serv. Specialization) 2013-2017: BI App Developer in Bank of New York Mellon Connect with me - linkedin.com/in/arulbharathi 2
  • 4. • In 2016, Banks employed = 275,450 • Tax paid by 6 largest banks of Canada = $10.3 billion • Percentage of population who have a favorable impression of banks in Canada = 84% • Banks contribute approximately 3.4% to Canada’s GDP • Number of Bank Branches in Canada = 6200 • Number of Banks in Canada = 85 • Online banking transactions completed with the 6 largest banks in Canada in 2016 = $583 million • Mobile banking transactions completed with the 6 largest banks in Canada in 2016 = $278 million t 4
  • 5. Why Analytics in Banking? Revenue Generation Cost Reduction Risk Mitigation
  • 6. BUSINESS Economics Marketing Operations Management INFORMATION SYSTEMS Computer Science Software Engineering Systems Development MATHEMATICS Statistics Combinatorics Decision Theory Machine Learning Mgmt Scientist Actuaries BI Developer Data Analyst Data Viz Builders Stat Programmers Data Scientist
  • 7. 1. JARGON BUSTING Lets break some ice….
  • 8. Data Mining Non-trivial extraction of implicit, previously unknown and potentially useful information from data Machine Learning A mechanism of teaching a machine to learn concepts using data without explicit programming DescriptiveAnalytics • Summaries thedata • Describesthepast trends • Mean,Median,Quartilesetc. ExploratoryAnalytics • Exploringand figuring patterns • Discoveringcorrelations • FormulatingHypothesis ConfirmatoryAnalytics • To testand confirm hypothesis • HypothesesTesting PredictiveAnalytics • Predictingfutureby understandingpast patterns. • Regression,Classificationetc. Data Analytics Data Science A multidisciplinary field of scientific methods, processes, and systems to extract knowledge from data.
  • 9. “Torture the data, and it will confess to anything Ronald Coase, winner of the Noble Prize in Economics 9
  • 10. 2. CRISP-DM Framework A robust process to solve virtually any analytics problem in any industry
  • 11. Cross Industry Standard Process for Data Mining ▪ Business Understanding ▪ Data Understanding ▪ Data Preparation ▪ Data Modelling ▪ Model Evaluation ▪ Model Deployment 11
  • 12. Business Understanding ▪ Understanding the Business Objectives ▪ Defining the semantics of objectives ▪ Define the Goals of Analysis ▪ Establish contacts with SME 12
  • 13. Data Understanding ▪ Collection of relevant data ▪ Describe the data (data dictionary) ▪ Explore the data using plots ▪ Validate the data quality 13
  • 15. Data Preparation ▪ Selecting relevant data (There may be several data sources – Unstructured & Structured) ▪ Integrating the data into a database store – (Merging different files into a single source) ▪ Cleaning the data – (Missing Value Treatment, Outlier Treatment, Homonyms, Synonyms) ▪ Constructing the data – (Extracting year from date, latitudes & longitudes) 15
  • 16. Data Preparation – Best Practices ▪ Data Integration – Merging is performed using primary keys, composite primary keys ▪ Missing Value Imputation – Removal, Mean, Median, Mode, Data Prediction ▪ Data Construction– APIs, Macros, Programming scripts 16
  • 17. ▪ The heart of Data Analytics is the “Data Model” ▪ A model should be succinct, mathematically sound, efficient and easy to use. ▪ Regression, Classification, Clustering, Time Series models etc. 17 Data Modelling
  • 18. How Banks make money A brief walk through of revenue generation in banks to understand the underlying analytics 18
  • 19. 19 Banks Deposits Fixed Deposit 7%-8% Savings 4%-6% Chequing 0% Lending Secured Loans 9%-10% Unsecured Loans 14%-18% Taking money at low interest rates and lending it at higher rates makes money for the banks Net Interest Margin is a measure of difference between the interest paid and interest received related to the amount of interest
  • 20. What’s with the P & L of a Bank? ▪ To know the individual product level P&L ▪ How are you impacting the P&L? ▪ What side of the P&L are you impacting? 20 Revenues ▪ Interest(Primary) ▪ Risk-based fees ▪ Affinity Rebates ▪ Cross-sell ▪ Annual fees Expenses ▪ Net Credit Loss ▪ Operating Expenses ▪ Loan Loss reserve
  • 21. Customer Lifecycle 21 • How to create prospect segments • How to reach out to the different prospect segments • How to quantify the quality of prospects Customer Acquisition • Selling new/upgraded products to customers • Retaining the customers or avoiding attrition Customer Engagement • Managing the risk associated with customer defaulting • Identifying credit, operational, market risk etc. Risk Management
  • 23. Frequent Datasets used in Acquisition Analytics ▪ Census data: To understand the demographic and geographic information of your target prospects ▪ Market research and primary survey data: Additional information for specific target groups of prospects ▪ Publicly available data: Provided by the government, related to certain schemes and policies ▪ Credit bureau data: In common terms, it provides an entire ABC of past transaction history (for example, previous loan status, credit card history, default status) of prospects 23
  • 25. ▪ Segment the prospects into various clusters (clustering) and deploy different marketing strategies for each of them. ▪ Divide and conquer is the go-to strategy for banks. This comes under market segmentation which is an extremely important strategy to optimize marketing costs. ▪ There are two fundamental strategies that organizations can undertake to market their products and services: ▫ Mass marketing: The same marketing message is communicated to everyone through channels like TV and newspaper ads. In most cases, mass marketing is expensive ▫ Targeted marketing: Personalized marketing is always preferred as each individual has different needs but, at the same time, the volume is too high for customization at an individual level. Hence, there is a need to identify segments where people have the same behavior and sell a specific product to a particular group of customers having similar interests.25 Market Segmentation
  • 26. Once the entire addressable prospect universe is broken down into segments, the next step is to identify which segments are more important given the company's overall business objective. The key questions are: ▪ Who are the best customers? ▪ What product or services does each segment need? ▪ When do they need these products or services? ▪ How do they want to interact with the bank? ▪ What do they behave the way they do? Segment prioritization is all about answering these questions. 26 Segment Prioritisation
  • 27. 27 Segment Prioritisation Use case HIGH INCOME MEDIUM INCOME LOW INCOME Digital Online Channel PRIORITY 1 PRIORITY 2 PRIORITY 4 Traditional Branch Channel PRIORITY 3 PRIORITY 5
  • 28. ▪ Objective What is the business objective? Is it future profitability, or increasing the current market share, or something else? ▪ Acquisition of the right prospects Which segments have income/age/attributes suited for the product? ▪ Retention and loyalty Which segments are likely to retain for long? Which segments could be cross-sold newer products easily later? ▪ Risk Which of the customers are risky from a profitability perspective? Dividing your analysis across the lifecycle gives you a helpful bird’s-eye view of the business strategy. 28
  • 29. In many cases, more than one channel is used or the same channel is utilized twice to reinforce the offer. ▪ Direct Mailer: It is a marketing effort that uses a mail service to deliver a promotional printed piece to the target audience. ▪ Telemarketing: Costing higher than the direct mailers, telemarketing provides much higher returns on investment than direct mailers. ▪ Email marketing: The biggest advantages of email marketing as direct marketing channel is its flexibility and low cost, and it is widely used in the banking sector for promoting new products. 29 Channel Preferences
  • 30. 30 Cost per customer Sales per customer Customer Response Rate Acquisition Analytics - Evaluation Metrics
  • 32. 32 Lets assume Scotiabank conducted a telemarketing campaign for a term- deposit product somewhere around late 2011. The marketing team of the bank wants to launch yet another telemarketing campaign for the same product.
  • 33. Problem Analysis 33 You, an analyst at the bank, want to answer the following questions using the past data: • Which prospects are more likely to buy the product (i.e. to respond )? • Which attributes determine the propensity to buy a term-deposit? • Once you predict the likelihood of response, how many prospects should you target for telemarketing? • By how much can you reduce the marketing cost using the model, and how many prospects will you acquire?
  • 34. Business and Data Understanding 34 Problem and Business Objective •To reduce the customer acquisition cost by targeting the ones who are likely to buy •To improve the response rate, i.e. the fraction of prospects who respond to the campaign Data •Customer data: Demographic data, data about other financial products like home loan, personal loan etc. •Campaign data: Data about previous campaigns (number of previous calls, no. of days since the last call was made, etc.) •Macroeconomic data •Target variable: Response (Yes/No)
  • 35. Initial Insights 35 To summarize, you got an intuitive understanding of the data. The most important points are: • The age distribution suggested a wide variation in age • We have capped the data to treat outliers • Bin the age variable for easier understanding • The response rate varies significantly across the age groups, with the groups 16-20 and senior citizens having high response rates • Month of contact seems a significant predictor of response rate • Day of month does not seem very important • Call duration seems an important predictor • The more time you spend on the call, the more is the response rate
  • 36. Data Modeling and Evaluation 36 • Model Types : Regression, Classification, Clustering etc. In the context of this case, which metrics are the most important to assess: • How well the model fits the training data? • How well the model spots the responders? • How well the model separates the responders from the non-responders?
  • 37. Financial Benefit Analysis 37 How many (high likelihood responders) should the bank target? The top 30%, 40% or 50% etc.? • If you target the top X% responders, what will be the marketing cost and the expected response rate? How can you assess the financial benefit of the project? • In targeting the top X% responders, how many will you acquire and at what cost? • By how much can you reduce the total marketing cost and the cost per response using the model compared to without using it (i.e. targeting all the prospects)?
  • 38. 38 If you market to only the top 3 deciles (30% of the customers), you will capture more than 90% of the responders. •You can acquire more than 90% customers at less than 30% cost, or •The cost of acquisition per customer has come down from approximately 8.87 units/person to approximately 2.72/person Gain Chart- Tells us the number of responders captured (y-axis) as a function of the number of prospects targeted (x-axis) Example: In the 4th decile (40% people targeted), we can capture about 99% of the responders
  • 39. 39 Lift chart: Compares the response rate with and without using the model • Compares the ‘lift in response rate’ you will get with the model, when you target the entire population (without using the model) • Contains lift (on y-axis) and the number of prospects targeted (on x-axis) • Example: Our original response rate is about 11.7% (called the baseline); if at the 4th decile on the x-axis, you get a lift of 5, it means that you can get 5 x 11.7% the response rate by targeting 40% prospects using the model
  • 41. Customer Engagement 41 Cross-selling and upselling • How to increase revenues by selling new products to existing customers • How to measure the value (i.e. financial benefit) corresponding to each customer using customer lifetime value • Cross-selling and upselling are aimed primarily at increasing revenue. Some examples are: Cross-selling: Selling credit cards to home loan customers Upselling: Selling premium credit cards to regular credit card holders Retention management • How to identify customers who are likely to leave a product or service • What retention strategies can you employ to retain your customers
  • 42. Don’t Cross Sell Too Much 42 Among the pitfalls, the most common one is lending credit to risky customers or the ones who are unlikely to use it (as setting aside capital for this service is also a cost). Apart from lending unutilized credit, cross-selling sometimes also results in acquiring customers who cost more than the profit they bring in.
  • 43. 43 Types of Cross-Selling Sequential Cross-sell • means selling products one after the other in a sequence. Bundled Cross-sell • Grouping different items together and selling them at a lower price than what they would have sold for separately.
  • 44. 44 Customer Lifetime Value • To measure the value generated by a customer • The value the bank will get from a customer over the life cycle of the customer • Used in wide variety of industries including retail banking • Used to execute targeted campaigns focussed on high value customers
  • 45. 45 Retention and Loyalty Management • Aims at reducing customer attrition. • Used in wide variety of industries including retail banking • Used to execute targeted campaigns focussed on high value customers Customer Attrition Voluntary Involuntary
  • 47. 47 Types of Cost • Risk management works with the cost side of asset products Credit Loss • Loss of credit when customer default payments • Largest component Provisioning Loss • Expected Loss • Unexpected Loss Cost of Capital • Money set aside for provisioning cannot be used for other business and there is a cost attached to it.
  • 48. 48 Types of Risks Risk Credit Risk Regulatory Operational Fraud Risk Transaction Fraud Identity Fraud Operational Risk Market Risk
  • 50. ▪ The “fair lending” concept should be practised ▪ Can be used to classify whether to Approve/Reject customer ▪ Can be used to predict the amount of loan, the tenure, and interest rate ▪ If a customer is denied a service then it is an “Adverse Action” ▪ Reasons should be given for Adverse Action 50 Acquisition Risk Analytics
  • 51. ▪ Application data: From the application form submitted by the customer ▫ Demographic data ▪ Credit bureau data ▫ Payment history ▫ Types of loan (paid and unpaid) ▫ Enquiries for credit ▪ Internal information: Available only to the bank where the customer already has an account ▪ Alternate sources: Social media, travel pattern, and any other external sources of data 51 Types of Datasets
  • 52. 52 Types of Risk Models ▪ Commercial Credit Models ▫ Probability of default(PD) models ▫ Loss given default (LGD) models ▫ Exposure at default(EAD) models ▪ Consumer Credit Models ▫ Default models ▫ Bankruptcy models ▫ Behavioral models ▫ Loss given default(LGD) models ▫ Exposure at default(EAD) models PD – Probability of default LGD – Amount of money a bank or financial institution loses when borrower defaults EAD – Total value that a bank is exposed to at time of a loan’s default
  • 53. 53 Model Validation ▪ Models need validation because there is potential for error in modeling, which can lead to poor management decision. ▪ The existence of potential errors in modeling is called model risk Why Model risk exist? ▪ At some level a model is always incorrect ▪ Poor decisions from erroneous results ▫ Actual losses ▫ Foregone income from opportunity costs ▪ Some of the worst of the risks center around implementation
  • 54. 54
  • 55. ▪ Auto Approval Rate – Approval rate calculated by algorithms ▪ Manual Approval Rate – Calculate manually ▪ Override Rate – If black box gives a decision and the decision is manually overrode. Reject Inferencing – ▪ Data available for acquisition contains only approved candidates ▪ To avoid Bias Sampling, Reject Inferencing is performed ▪ Perform small experiments on rejected population 55 Metrics to measure Acquisition Risk Analytics
  • 56. 56 Existing Customer Management ▪ How will you tag customers – good or bad? ▫ Delinquency – DPD (Days past due) ▫ 90+ DPD is default, 120+ is written off ▫ Roll-Rate Matrix ▪ How to asses the riskiness of a portfolio? ▫ Roll-Rate Matrix ▫ Roll overs are bad, rollbacks may be good ▪ Optimal time to declare a default? ▫ Vintage Curve
  • 57. 57 ▪ Matrix created on month-on-month basis ▪ Out of all those who were 60 DPD in Dec-15, 3.10% rolled back to 30 DPD ▪ Out of all those who were 60 DPD in Dec-15, 85.50% rolled over to 90 DPD ▪ The diagonal elements represent the customer who stay in same bucket
  • 58. 58 Collection and Recovery – Objectives & Modeling ▪ What should you do with early delinquent customers? ▫ Self-cures should not be disturbed ▪ What actions to take on bad customer? ▫ Send SMS, court-notice etc. ▪ What do with write-offs? ▫ Sell-off ▪ What to do with collaterals in secured loans? ▫ Repossession Self-cure models • Will customer pay on his own? Bucket rollover • Who will roll over to higher DPD? Recovery Models • The amount of money that can be recovered. Pay/No-pay M • Whether the person will pay?
  • 59. 59 Estimate amount of Loss that Banks set aside Portfolio Level Regulatory Risk Analytics Expected Loss Unexpected Loss
  • 60. 60 You can find me at: Linkedin/in/arulbharathi aarul@sfu.ca