Skip to content

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

License

Notifications You must be signed in to change notification settings

roelbertens/mortgages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published