A simple Poisson-Gamma insurance risk model implemented in a Jupyter Notebook.
This project simulates total portfolio losses, estimates tail risk (VaR, CVaR), and provides fair premium pricing suggestions.
insurance_model.ipynb– Main notebook containing the simulation logic and visualizationsrequirements.txt– Python package dependenciesREADME.md– Project overview and instructions
- Download the files.
- Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
## License
This project is licensed under the [GNU General Public License v3.0](LICENSE).