Skip to content

Lecture on amortized loans w/ fair-price models and solvers

License

Notifications You must be signed in to change notification settings

vezeli/amortized-loans

Repository files navigation

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.

Requirements

The code is written in Python 3.10+. Requirements are provided in requirements.txt file.

Setup

  1. Create a virtual environment
python -m venv venv
  1. Activate the virtual environment in Linux or MacOS terminal
source .\venv\Scripts\activate

or Windows Powershell

.\venv\Scripts\Activate.ps1
  1. Finally, install the dependencies inside the virtual environment
python -m pip install -r requirements.txt

Disclaimer

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.

About

Lecture on amortized loans w/ fair-price models and solvers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published