Mortgage Calculator: Calculates Interest Rate, or any other variable, for a mortgage.
Copyright (c) 2015 Javier Aranda.
This development is free software. You can copy or modify it under the terms of the
GNU General Public License version 2[1].
Source code might be retrieved from
https://github.com/fjarandag/VarCalc02
- The author formerly programmed the algorithmic code for the calculator (Simulador Financiero) for Portal del Cliente Bancario de Banco de España (circa 2007. Older Javascript version is currently superseded by a Flash one).
- This redeveloped (from scratch) version shares the principle of using the Newton-Raphson algorithm for root finding
- The main difference is the capability to select which variable is going to be calculated. There are other minor differences which can be checked out in the source code.
- This Javascript version is based on VarCalc02 (a Java/Swing implementation, harder to execute, and with other objectives in mind).
[1]If you need specific permission for other terms, please do ask.