- contrast the trends of cumulative interest & principal in case of monthly extra payments
- in case of extra payments, the client can choose from:
- reducing the monthly payment
- keeping the monthly payment & reducing the remaining term of the loan
- create env:
python3 -m venv env
source env/bin/activate
- install requirements:
python3 -m pip install -r requirements.txt
- enjoy:
jupyter lab