This project helps users analyze their spending, savings, and investments, allowing for more informed financial decisions.
- Savings Rate
- Recurring vs Non-Recurring
- Expense Efficiency
- Highest Daily Expense
- Lowest Daily Expense
- Weekly Expense Analysis
- Unexpected Expenses
- Daily Spending Variance
- Opportunity Cost Analysis
- Psychological Spending
- Needs, Wants, and Investments
- Pending Payments
- 1st 15 Days vs Last 15 Days
- Max Expense Category
- Top N Expense Categories
- Weekdays vs Weekends
- Category-wise Distribution by Day Type
- DDL and Data Load Excel to STG:
python -u "path\script.py" - Data Load STG to INT:
python data_load.py finance_insights_stg finance_insights_int month_year
- Data Load INT to WRK:
python data_load.py finance_insights_int finance_insights_wrk month_year
- Generate Reports using the commands provding month and year as arguments :
python Generate_insights.py --month september --year 2024
