roelbertens / mortgages

Compute and compare monthly fees and total burden for mortgages with different periods and interest rates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mortgage

This package can be used to compute and compare different mortgages. You can compare the monthly fees and total burden for different scenario's with different interest rates.

Install

First create a conda environment and install this package (in editable mode so you can tweak the code base on the go if you want):

conda env create -f environment.yml
conda activate mortgage
pip install -e .

Play around

Start jupyter for an example notebook:

jupyter notebook

About

Compute and compare monthly fees and total burden for mortgages with different periods and interest rates.

License:MIT License


Languages

Language:Jupyter Notebook 93.3%Language:Python 6.7%