Home » Math » Math_Finance
Financial functions
This package is unmaintained.
Download latest release 1.0.1 (archived versions might be outdated)
License: PHP License
Description
Collection of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.
Maintainers
- Alejandro Pedraza (alejandrop) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
- Math_Numerical_RootFinding (>= 1.0.0)
Releases
- 1.0.1 (stable, 2010-10-24)
Release notes
License: PHP License
QA release
Package 2.0
Request #8624 quickly execution - 1.0.0 (stable, 2006-03-04)
Release notes
License: PHP License
- Fixed futureValue function: wasn't returning proper values for rate = 0.
- Fixed TBillEquivalentYield function: was yielding wrong results for periods between half year and a year.
- Added parameter boundary check for periods function.
- Fixed some notices in _tvm and _dtvm private functions.
- Added missing phpdoc parameter documentation for interestPayment and principalPayment functions.
- Now depends on the Math_Numerical_RootFinding stable release. - 0.5.0 (beta, 2005-06-10)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #4643 | Bogus | Bug | 2005-06-20 | Financial year count is wrong | |
| #6992 | Closed | Bug | 0.5.0 | 2006-03-02 | parameter testing and comments |
| #8624 | Closed | Req | 1.0.0 | 2006-09-03 | quickly execution |