This repository contains some Python code to analyze the two main mortgage types in the Netherlands:
- Annuity mortgage: Monthly sum of principal and interest stays constant over time.
- Linear mortgage: Only the monthly principal stays constant over time.
The Python Jupyter notebooks listed below are best viewed online using Jupyter nbviewer, which has improved display rendering capabilities compared to Github:
- mortgage_calculator.ipynb: Calculation and visualization of all monthly mortgage payments, based on total mortgage value, annual interest rate, mortgage duration and mortgage type (annuity or linear).