This is a discussion on Amortization calculator within the PHP General forums, part of the PHP Programming Forums category; Hello, I am looking for a 365-day (as opposed to 360) amortization calculator. Does anyone know of one written ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello, I am looking for a 365-day (as opposed to 360) amortization calculator. Does anyone know of one written in PHP that could be used to calculate payments, P&I, etc on loans with the various variables changeable like this? http://ray.met.fsu.edu/cgi-bin/amortize Thanks Dan |
|
|||
|
Dan Harrington wrote:
> Hello, > > I am looking for a 365-day (as opposed to 360) amortization calculator. > Does anyone know of one written in PHP that could be used to calculate > payments, P&I, etc on loans with the various variables changeable like this? > http://ray.met.fsu.edu/cgi-bin/amortize > > Thanks > Dan > > > Usually 360 means number of months, not days, in an amortization calculator (30 years). That's a pretty standard loan term. I used this when I had to write my own amortization calculator: http://www.hughchou.org/calc/formula.html I think there's a PHP version you can download on it. -- Ray Hauge Primate Applications |
|
|||
|
Try this: http://www.tonymarston.net/php-mysql/amortise.html
-- Tony Marston http://www.tonymarston.net http://www.radicore.org ""Dan Harrington"" <dan@jcg.com> wrote in message news:!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAA AA0GQuLQQZMkSIxO1FcYz7L8KAAAAQAAAAVmQdtX3Lb0SRpx9/y6PGoQEAAAAA@jcg.com... > > Hello, > > I am looking for a 365-day (as opposed to 360) amortization calculator. > Does anyone know of one written in PHP that could be used to calculate > payments, P&I, etc on loans with the various variables changeable like > this? > http://ray.met.fsu.edu/cgi-bin/amortize > > Thanks > Dan > > |