Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Mortgage simulation package following Swedish banking rules

License

Notifications You must be signed in to change notification settings

sofglide/mortgage-simulator

Repository files navigation

Mortgage simulator

The mortgage simulator is a loan simulation program which follows Swedish rules

Installation

Create the environment with make env-create then activate it with source .venv/bin/activate

Build the package with make build

Install the package with pip install dist/mortgage-simulator-0.1.0.tar.gz

Usage example

  • for a simulation by monthly payment and by mortgage term
     mortgage-simulator simulate -v <HOUSE VALUE> -d <DOWN PAYMENT> -r <INTEREST RATE> -t <MORTGATE TERM IN YEARS> -i <INCOME> -p <MONTHLY PAYMENT>
  • for the minimum monthly payment given a minimum amortization rate
     mortgage-simulator minimum_payment -p <LOAN AMOUNT> -a <AMORTIZATION RATE> -i <INTEREST RATE>

Help Simulation Schedule

About

Mortgage simulation package following Swedish banking rules

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published