Quickly analyze the the total cost of paying off one or multiple (student) loans
multiloan
allows you to analyze the payment schedule of a single loan, multiple loans, and how the total cost of loans varies with a provided range of recurring payments.
Documentation: In detail description of multiloan
classes available here
Tutorial: An interactive tutorial is here
You can install this package with pip
:
pip install multiloan
- https://unbury.us: This is a great online tool that provided a lot of the inspiration for this project. It shows you the payment trajectory of multiple loans for a single monthly payment amount, as you can do with
multiloan
.
Contributions can be made to the GitHub project here: https://github.com/michaelsilverstein/Loans
Updates should be accompanied by new unit tests to the test directory
Unit tests can be run with:
python -m unittest