Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.05 KB

File metadata and controls

49 lines (32 loc) · 1.05 KB

Fraud Detection Analysis

📌 Objective

Analyze transaction data to identify fraud patterns and risk indicators using SQL and Python.


📊 Context

This project simulates real-world fraud analysis scenarios, focusing on transaction monitoring, anomaly detection and risk evaluation.


🛠️ Technologies

  • SQL (PostgreSQL)
  • Python (Pandas)
  • Jupyter Notebook

🔍 Analysis Performed

  • Identification of suspicious transactions based on value and frequency
  • Creation of fraud detection rules
  • Calculation of anomaly rate
  • Exploratory Data Analysis (EDA)

📈 Key Insights

  • High-value transactions concentrated in short time intervals indicate risk patterns
  • Repeated transactions from same user increase fraud probability
  • Behavioral patterns are critical for fraud detection

🚀 How to Run

  1. Clone repository
  2. Open notebooks
  3. Run analysis

🎯 Learnings

  • Applied SQL and Python in real fraud scenarios
  • Developed analytical thinking for risk identification
  • Built structured data analysis pipeline