SQL project focused on Accounts Receivable (AR) and Order-to-Cash (O2C) analytics using the IBM Finance Factoring dataset.
The project analyzes customer payment behavior, invoice disputes, settlement performance, invoice aging, and customer risk using MySQL.
IBM Finance Factoring – Late Payment Histories
Key fields:
- Customer ID
- Country Code
- Invoice Number
- Invoice Amount
- Days Late
- Days To Settle
- Disputed Status
- Customer Payment Behavior Analysis
- Invoice Aging Analysis
- Customer Risk Classification
- Dispute Analysis
- Settlement Performance Analysis
- Revenue Concentration Analysis
- High-Value Late Customer Identification
- SELECT
- WHERE
- GROUP BY
- ORDER BY
- HAVING
- LIMIT
- CASE WHEN
- COUNT(), SUM(), AVG()
- MySQL
- SQL
- GitHub
Prateek Kandwal