<<<<<<< HEAD
Business controller
This repository contains a reproducible finance controlling case used as a portfolio/interview project.
- Data quality controls (completeness, duplicates, Budget + Actual pairing)
- Budget vs Actual variance analysis (monthly + full-year)
- Materiality-based alerts (threshold rules)
- Driver-based explanations and an action template (owner / mitigation / deadline)
- Run-rate reforecast and simple scenario sensitivity
- Export to an Excel "Controller Pack" for management reporting
The demo is based on a public Kaggle dataset:
saharsyed/financial-dataset-expenses-budget-vs-actual
This repository does not include the original dataset file. See DATA_POLICY.md.
notebooks/— main analysis notebook (business_and_risk_management.ipynb)reports/— exported HTML report (optional)outputs/— generated Excel exports (ignored by git)src/— optional python scripts (future)
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
>>>>>>> dec68807c22e086066508c917f1e30d53dbe923d