A package for mortgage/loan calculations.


Keywords
loan, mortgage
License
MIT
Install
pip install pyloan==0.4.5

Documentation

Welcome to PyLoan!

PyLoan is a Python package designed to provide a lightweight and flexible tool to perform mortgage/loan calculations, including:

  • Calculate payment amount to fully amortize a mortgage/loan over its term.
  • Amortize a mortgage/loan based on the specified payment schedule.
  • Consider ad-hoc or periodic special principal repayments during the mortgage/loan amortization schedule.
  • Calculate interest payments using either 30/360 methods or actual methods.
  • Consider interest-only payment periods.

Installation

PyLoan is distributed on PyPI and can be installed with pip:

$ pip install pyloan

For more information, read the documentation on installing the package.

Quickstart

Read the Quickstart guide to see illustrative examples on how to get started using PyLoan to perform mortgage/loan calculations.

Support

Report bugs via the bug tracker on GitHub.

License

PyLoan is licensed under the MIT License.