0% found this document useful (0 votes)
59 views83 pages

Data Science in Finance

This is a presentation that explains data science applications on finance

Uploaded by

utsav421
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views83 pages

Data Science in Finance

This is a presentation that explains data science applications on finance

Uploaded by

utsav421
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 83

Congratulations,

you’re among the

20%
My Promise to You…

By the end of this 75 Minute


Masterclass, You’ll walk away with

Roadmap to become a Data


Scientist
What brings you to
today’s session?

Put in the chat!


I Want Your Promise Too…

Offer Undivided Join with a Keep a Pen and No Recordings


Attention Laptop/PC Paper Handy will be provided

Is it too much to
ask?
This is for you if you
struggle with any of
these :
● Your resume doesn't get shortlisted
● Lack of job security because of ever evolving market needs
● Unable to adapt to the advancing tech
● Language barrier while learning
● Want to build an Data Science career without any prior
experience.
Data Science | Market
Size
CAGR (2023-2030) Current market size Jobs created Globally Avg salary in INDIA AVG salary - International
11.5
27.6 $150Billi Million by
14.4LP $ 90,000
% on 2026 (source) A (source)
(Source)
Which companies
do you aspire to
work with?
Top companies that are hiring
Data Scientist

● Data Scientist
● Data Analyst
● Research Scientist
● Machine Learning Engineer
● Data Analytics Manager
● Business Intelligence Analyst

and more…

and more…
3 Bonuses

You’ll receive 3 Bonuses

Only if you stay till the BONUS


very end. !
Data Science in Finance:
Risk Modeling and Fraud Detection
Introduction
Financial institutions face complex challenges such as credit
risk, market risk, and fraudulent activities. Data Science is
transforming finance by enabling proactive risk management
and data-driven decision-making, with key objectives of
improving risk predictions, enhancing fraud detection
accuracy, and minimizing financial losses.
Table of contents
- Setting the Context
- Foundations of Risk Modeling
- Key Statistical Methods
- Machine Learning Models for Risk - Credit Risk , Market Risk &
Operational Risk
-Overview of Fraud Detection - Anomaly Detection Techniques
- Importance of Domain Expertise
- Case Study 1: Credit Risk Prediction
- Case Study 2: Real-Time Fraud Detection
- Challenges in Implementation
- Future Directions
- Key Takeaways
Setting the Context

The financial ecosystem is data-rich but complex. Traditional approaches


struggle with scalability and rapidly evolving risks. The rise of Data Science
provides automation and pattern recognition in large datasets.

Traditional approaches rely on rule-based systems and human-centric


monitoring. Data Science and Machine Learning process vast datasets
efficiently. They adapt to changing patterns and automate insights with high
precision.

Example: Predicting customer defaults using ML classification


models.
Foundations of Risk Modeling
Risk Modeling quantifies
potential financial losses and
predicts probabilities of adverse
outcomes.

Key steps include data collection,


variable selection, and model
training.
Applications of Risk Modelling
- Credit Risk assessment : Credit risk is the potential for a borrower to
default on a loan. Data Scientists develop models using customer data ,
payment history and external factors to predict the likelihood of default.
Machine learning algorithms like logistic regression , random forests and
gradient boosing are often used for this purpose.

- Market Risk Analysis : Market risk stems from fluctuations in asset


prices , interest rates or foreign exchange rates . Risk models use historical
data and simulation techniques , such as Monte carlo simulations to
estimate potential losses under different scenarios.

- Operational Risk Management : Operational risks arise from internal


failures , such as system breakdowns or human errors . Predictive models
analyze historical incident data and operational metrics to identify
vulnerabilities and recommend preventive measures
Key Statistical Methods
- Linear Regression for continuous risk factors and
- Logistic Regression for binary outcomes like default probabilities
- Gradient Boosting - XGBoost / LightGBM popular for predictive power
- Neural network , LSTM used for time series data and complex scenario
- Bayesian Models - probabilistic interpretations & valuable for uncertainty
quantification
- Stress testing and Scenario analysis - Evaluate how portfolios respond
under extreme conditions
Key variables to consider
- Credit Risk : Borrower’s income, payment history , credit score , loan to
value ratio
- Market Risk : Volatility , Interest rate , currency exchange rate , historical
asset prices
- Operational Risk : Historical incidence records
- Liquidity risk : Cash flow patterns, reserve ratios , market trends
Credit Risk Modeling
- Metrics include PD (Probability of Default),
- LGD (Loss Given Default), and
- EAD (Exposure at Default).

- Applications in loan approval systems and


portfolio risk assessment. Techniques such as
Logistic Regression and Gradient Boosting are
used
Market Risk Modeling
Metrics like Value at Risk (VaR) which
estimates maximum potential loss and
Expected Shortfall.

Techniques include Monte Carlo simulations


and historical simulations. Applications for
trading risk assessment and hedging
strategies.
Operational Risk Modeling
Scenarios include cybersecurity breaches and
process failures.
Techniques such as Bayesian networks and
scenario analysis.
Tools for real-time monitoring and AI-driven
alerts.
The challenges of Financial Fraud
Financial Fraud encompasses activities such an identity theft ,
account takeover, money laundering and payment fraud . Detecting
fraud is challenging due to its dynamic nature and the volume of
financial transactions processed daily
How Data Science tackles Fraud
- Anomaly Detection - Anomaly detection algorithms flag unusual
patterns in transaction data . Techniques include clustering , statistical
outliers , and unsupervised learning models like autoencoders
- Supervised Learning Models : By training models on labeled datasets
of fraudulent transactions , supervised learning algorithms ( e.g :
decision trees, SVM) classify new transactions as legitimate or suspicious
- Natural language Processing (NLP) : NLP technique analyze textual
data , such as customer communication and transaction descriptions, to
identify potential fraud indicators
- Graph Analytics: Graph based methods identify relationships between
entities , such as accounts or transactions , to uncover fraud networks
Key variables to consider in Fraud
detection
- Transaction Amount : Deviation from typical amounts
- Geographical Location : Mismatches with user’s usual location
- Time of transaction : Unusual hours of activity
- Device and IP address : new or suspicious devices being used
- Behavioral patterns : Changes in typing speed, login frequency or
navigation pattern
Anomaly Detection Techniques
Unsupervised methods like clustering
and PCA to identify patterns.

Supervised methods using classification


models with labeled data. Hybrid approaches
combine supervised and unsupervised
methods.
Metrics for Fraud Detection

- Precision to reduce false positives.


- Recall to capture true fraud cases.
- F1 Score measures balance between
precision & recall.
- AUC-ROC evaluates model
performance.
Real time fraud detection
Advance systems integrate Machine Learning with real- time data streams to
detect and prevent fraud as it occurs . These system utilizes :
- Streaming Analytics Platforms : For processing large volumes of
transactions
- Behavioral Biometrics : To authentication users based on behavioral
patterns, such as typing speed and mouse movements
Regulatory Guidelines
Data Science Applications in Finance operates under stringent regulatory
frameworks to ensure compliance and ethical practices . Some notable
regulations include :
- General Data Protection Regulation ( GDPR) : Governs data privacy
and protection in EU
- Anti Money laundering (AML) Directives: Requires robust systems to
detect and prevent money laundering activities
- BASEL III : Provides guidelines for managing operational and credit risk
- Dodd Frank Act : Introduced stress testing requirements for financial
institutions in the US.

Financial Institutions must ensure transparency in their models , provide


explanations for automated decisions and address algorithmic biases to avoid
discriminatory practices
Future Trends
1. AI and Deep learning : Advanced AI techniques , such as reinforcement
learning and deep neural networks enhance predictive capabilities in risk
modelling and fraud detection
2. Blockchain Analytics : Analyzing blockchain data provides new
opportunities to prevent fraud and ensure transparency in financial
transactions.
3. Explainable AI (XAI) : As regulatory scrutiny increases , there is a growing
demand for models than provide explainable results , ensuring trust and
compliance
Challenges in Implementation
- Data challenges include quality and handling
imbalanced datasets.
- Model challenges involve interpretability and
overfitting.
- Operational challenges focus on integrating
models and ensuring scalability.
Case Study 1: Credit Risk
Prediction
High loan default rates were addressed using a
Gradient Boosting model.

Results show a 20% improvement in default


prediction.
Case Study 2: Real-Time
Fraud Detection

A rise in fraudulent transactions led


to applying anomaly detection with
PCA.

Results showed a 30% reduction in


fraud losses.
Key Takeaways
- Data Science enables proactive
management of risk and fraud.
- Machine learning enhances predictive
accuracy.
- Collaboration between data scientists
and leaders is vital.
Roadmap For a Successful Data Scientist
!
Will you become a
successful Data
Scientist, if you
master these tools?

It's impossible to win the world in 45


minutes
With me, I have a career expert, Mr. Ram Baghel

Yogesh specializes in helping aspirants, build the right skills for their
dream career. He has already guided 1000+ students, working
professionals and graduates to upskill and sail on the right career
path.

Moving forward, He will explain about GUVI’s special offer that takes
you closer to your failproof Data Science career.

Can I have your permission to showcase the offer ?


Over to Mr. Ram Baghel
Current Education Scenario

16 Years of Education

18.5
%
₹ 10 lakhs - ₹ 25 lakhs Growth in Indian Employment
Source: The Economic Times
Expectation vs Reality
98%
Aspire for a high paid job

2%
Actually get

Most students settle for 5x


less salaries

Only 10% - 20% even get into IT


There is a hugeeee… gap between

Job seekers Employers


Massive Skill Gap
How companies hire ideal candidates with…

Updated SKILLS &


Practical Knowledge
Let us understand
Hiring and Filtration Process by Companies

Effective Resume Building

ATS scans
ATS
keywords in your
Resume (Application
resume & gives a
Tracking System)
fit score

Fit score should Selected for the


be >80 Next round
Portfolios and GitHub
Industry-relevant Capstone
projects
Be visible, be
ready.

A strong LinkedIn profile is your digital resume -


connections, opportunities, and career growth.
Job portals
are your gateway to new opportunities
(Job portals should come before cover letter)
Cover Letter
is your first handshake with a
potential employer – make it
firm, make it memorable.
Companies use
Aptitude Tests &
Assignments
to evaluate candidates' skills,
problem-solving abilities, and
potential for job success.
Culture Fit Rounds

Companies will assess your


alignment with their
values.

Test Communication,
Teamwork capabilities, and
Leadership.
If you've successfully
navigated all the steps,
you're almost at the finish
line!
It's impossible to win the world in 45
minutes
Should I invest in learning?

Learn from Youtube or Other


Invest in Learning
Free Resources

98% of people fail, and 2%


71% success rate
succeed.

No skin in the game Skin in the game

Lack of commitment Serious commitment to learning

Structured Learning, complete


No structure, no accountability
accountability

Personalized Doubt Solving and


No personalized support
attention
Which one seems more relevant?
Local Training
Colleges GUVI Program
Institutes

Curriculum Designed as per existing Designed as per Designed as per


textbooks trainers limited future industry
knowledge expectations

Certificate Degree Certificate Not Recognized, just Globally recognized


an award & Industry
authorized

Placement Soft skills trainings No placement Top Notch


Assistance assistance placement
assistance with
mock interviews

Mentors Traditional Professors Geography bound Industry Experts


training talent from around the
Country
Let’s talk about the Numbers
Local Training
Colleges GUVI Program
Institutes
ISO, Google for
Accredited by Universities Not available at all Education,
NASSCOM

Available in
No ❌ No ❌ Yes ✅
other languages

Accountability Yes✅ No ❌ Yes✅

Portfolio
No ❌ No ❌ Yes✅
Building support

Flexibility (Time
No ❌ No ❌ Yes✅
and Location)

Fee Structure 75K to 33L Starting from 50,000/- 79,999 - 94,999 /-


GUVI’s MainBoot Data Science
Program
Language ஓ A उ
Available: Englis हिं
தமிழ்
h दी
How GUVI Works - Main
bootcamp ?

Expert Crafted Mock Insights Session &


Value Added Sessions
Curriculum Mock Interview

130 + Hrs of Live


Main Unlimited
Sessions & Hands On Hackathon Events Career
BootCamp Practices 1: 1 Query Support
Guidance

30 + Hours of Doubt Module Wise Tasks & Capstone Projects


Clarification Sessions Assessments
How to track your progress?

1. Track Learning: See attendance, performance scores, and trends over time.
2. Manage Activities: Access classes, tasks, projects, and mock interview info.
3. Visualize Progress: View overall attendance and detailed breakdowns.
4. Monitor Projects: Get a high-level overview of project details and progress.
How GUVI Works - Placement Guidance ?

Portfolio & Resume 5 Industry Ready


Evaluation Sessions

Business Communication
Placement Portfolio & Resume Placement
3 - Mock Interviews Session
Guidance Guidance - 5 Sessions ( 12 - 14 sessions ) Opportunity

Weekly Brainstorm
Preparation Session
challenges
(Based on Interviews)
GUVI’s Support to execute
Futureproof DS career
blueprint
Mentors with relevant Practical Hands-on Top Notch Interview
experience Tools to Practice
workshops Preparation

Accountability Industry Relevant


Doubt solving sessions
Capstone projects
Step
1
Mentors with relevant experience

Live interaction with industry experts


from TCS, Meta, Amazon, etc.

Learn in English, HIndi and Tamil


Step 2

Tools to
Practice
Python
Power Bi
Tableau
Matplotlib
Seaborn
Step tep 3 3

Industry Relevant Capstone


projects
● Create a Personalized video recommendation system
like YouTube.

● Predict fair prices for Uber Rides.

● Classify News Articles,Inspired by BBC.

● Perform Sentiment Analysis on Flipkart Product review.

● Predict Airbnb Property prices for Informed Booking


Decisions.
Step 4

Doubt solving sessions

● Live 1:1 Instant doubt solving

● "Ask the Expert" Sessions

● Live Technical Doubt Sessions

● Live Project Doubt Sessions


Step
5

Accountability

Academic Coordinator, stage lock


assignments, Weekly progress
tracking, and updates
Step 6

Practical Hands-on
Sessions

100+ Hours of Practical assignments.


Step 7

Top Notch Placement Guidance

● Soft Skills Training

● Portfolio feedback

● Special Technical Sessions

● Resume building skills

● Attend Mock Interviews with top


industry experts
We have done this before!

About GUVI

3 10 Years Incubated By
Indian Institute of
Successful years in
million+ tech upskilling
Technology, Madras

Lives Impacted

1000+ 13 Incubated By
Indian Institute of
Hiring Partners
Language Management, Ahmedabad
Implemented in
13 languages
Most users to take an online
Artificial Intelligence lesson in 24
hours
GUVI Becomes Part of HCL Family:
Supporting our mission of Upskilling India
Our Achievements:
Getting right Validations
● Part of the HCL Group
● Guinness World Record Holder
● Training partner of
○ Telecom Sector Skill Council
○ Google for Education
○ National Skill Development Corporation
○ Amazon Web Services
● Most Trusted Vernacular Learning Platform
awarded by Zee Network
● Best Personalized learning program provider Mr Arun & Mr Bala with Ministry of Education

awarded by Entrepreneur India


How many of you
know the context of
this movie scene?
Ticket Collector
or Play for India
Placements Roadmap

✅ Weekdays/Weekend LIVE Classes

✅ Hands on Industry Projects + Bi weekly Hackathons

✅ Technical Mentorship by Industry Experts

✅ Mock interview + Group Discussion Test

✅ Capstone Project

✅ Proceed to Placement Phase


Offers Globally Recognized
Certifications from Top Institutions
Remember the
Bonus
we talked about?

Now is the time!


Limited Seats
Grab the Special Offer!
Discount
We are here to shape your career!
Rs.
FREE
15,000
Data Science Main Boot
Camp

94,999/-
Rs.
79,999/-
SEAT BLOCKING ALERT!

● Next Batch Starts soon


● Batch Size - 25
● No. of Seats left - 12
Payment Options:

● Full payment Method


● EMI Method
➢ 6 months (₹ 14,200/month): ₹467/day
➢ 9 months (₹ 9,755/month): ₹321/day
➢ 12 months (₹ 7,533/month): ₹248/day
➢ 18 months (₹ 5,311/month): ₹175/day
➢ 24 months (₹ 4,133/month): ₹136/day
➢ 36 months (₹ 2,989/month): ₹98/day
Bonus!!

Certificate
Now is the time!
Our success
stories

Vishnu Priya Pavithra Emmanuel


G Before David
Before Before
Fresher Career switch Fresher

After After After


Placed at Placed at Placed at
Lunara Solutions LTIMindtree MADnext
Our success
stories

Srinath Anushka Kothari Ritwik Das Gupta


Venugopal
Before Before Before
Non IT Non IT Non IT

After After After


Placed at Placed at Placed at
Omnicom Media purple tuché brand Deloitte Digital
Group solutions pvt. ltd
Our success
stories

Monisha M R Nishar Esai Brabakar E


Ali
Before Before Before
Fresher Fresher Fresher

After After After


Placed at Placed at Placed at
Terralogic Q Ads Navyug info
solutions
Thank You For
Joining
For any queries, kindly contact -
[email protected]

You might also like