The project is a primer on amortized loans with a simplistic solver in Python. The presentation is an interactive notebook where users are able to modify the given examples.
The code is written in Python 3.10+. Requirements are provided in
requirements.txt
file.
- Create a virtual environment
python -m venv venv
- Activate the virtual environment in Linux or MacOS terminal
source .\venv\Scripts\activate
or Windows Powershell
.\venv\Scripts\Activate.ps1
- Finally, install the dependencies inside the virtual environment
python -m pip install -r requirements.txt
This project is not a substitute for professional advice and should not be used as such. You should always seek the guidance of a financial advisor and/or professional for comprehensive and correct loan advice and calculation.