Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 489 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 489 Bytes

Fixed-Rate Mortgage simulator

Description

  • 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

Install

  • create env:
python3 -m venv env
source env/bin/activate
  • install requirements:
python3 -m pip install -r requirements.txt
  • enjoy:
jupyter lab