This project investigates how the promulgation of regulations designed to increase the portability of bank deposits and insurance policies will impact their profitability, respectively.
git clone https://github.com/alicekwn/Portability-regulation.git
cd template
chmod +x setup_repo.sh
./setup_repo.sh
. venv/bin/activate
or follow the step-by-step instructions below between the two horizontal rules:
- MacOS / Linux
python3 -m venv venv- Windows
python -m venv venv- MacOS / Linux
. venv/bin/activate- Windows (in Command Prompt, NOT Powershell)
venv\Scripts\activate.batpip install toml
pip install -e ".[dev]"python scripts/bank.py
Alternative:
mathematica: portability_bank.nb
desmos: https://www.desmos.com/calculator/fahgqjbnze
python scripts/insurer.py
Alternative:
mathematica: portability_insurer.nb