Logo Lanfrica

Samu331/vehicle-loan-risk-analysis

Domain:

socioeconomic

Record type:

project
Creator:
Sam
Host:
Credit risk dashboard using Python, SQLite and Power BI, and simulated South African loan data πŸš— Vehicle Loan Credit Risk Analysis Dashboard A data-driven credit risk dashboard built using **Python**, **SQLite**, and **Power BI**, analyzing vehicle loan behaviors for South African customers. --- πŸ“Š Project Overview This project simulates a dataset for vehicle loan applications and performs a full end-to-end analysis to evaluate and flag high-risk customers based on financial behavior. --- πŸ’‘ Key Objectives - Perform data cleaning and ETL using Python - Calculate risk metrics: - Loan-to-Income (LTI) - Installment-to-Income ratio - Risk Flags (High vs Low) - Build a visual dashboard in Power BI to display: - Risk distributions - Age group & employment type impact - High-risk customer breakdown --- πŸ› οΈ Tech Stack - **Languages**: Python, SQL - **Libraries**: Pandas, NumPy, Matplotlib, Seaborn - **Database**: SQLite - **BI Tool**: Power BI --- πŸ“ Folder Structure vehicle-loan-risk-analysis/ β”œβ”€β”€ data/ β”‚ └── loan_data.csv β”œβ”€β”€ scripts/ β”‚ └── etl.py # Python script for cleaning + transforming data β”œβ”€β”€ dashboard/ β”‚ └── vehicle_loan_dashboard.pbix # Power BI dashboard file β”‚ └── dashboard_screenshot.png # Screenshot preview for README β”‚ β”œβ”€β”€ README.md # Project overview and instructions β”œβ”€β”€ requirements.txt # Python dependencies