Skip to content

Releases: uruba/FinanCalc

Basic implementation of localized string messages

15 Feb 18:27
Compare
Choose a tag to compare

The message strings can now be customized via locale files and can be accessed thru the new FinanCalc\Utils\Strings class

Streamlined the initialization procedure

10 Jan 18:14
Compare
Choose a tag to compare

If you're not using Composer, you need to include the "init.php" file in the stead of "src/FinanCalc.php"

PHP 5.4 compatibility

15 Oct 18:29
Compare
Choose a tag to compare

Reworked tiny bit of PHP 5.5 code which caused the whole project to be reliant on PHP version 5.5 and greater

New SimpleDiscountCalculator

25 Sep 19:04
Compare
Choose a tag to compare

Added calculator for calculating simple discount

New SimpleInterestCalculator

25 Sep 16:40
Compare
Choose a tag to compare

Added calculator for calculating simple interest

New getters for AnnuityCalculator and DebtAmortizator

21 Sep 17:20
Compare
Choose a tag to compare

Annuity and debt end date getters
Annuity length getters

TimeSpan utilized in AnnuityCalculator and DebtAmortizator

08 Sep 19:18
Compare
Choose a tag to compare

The AnnuityCalculator and DebtAmortizator classes are now using TimeSpan class for defining a period length

New TimeSpan

05 Sep 15:44
Compare
Choose a tag to compare

Added TimeSpan class which can used to define time intervals

Improved factories

04 Sep 16:40
Compare
Choose a tag to compare

The MANUFACTURED_CLASS_NAME field in factories is now leveraged to create new instances via reflection

New StockDividendDiscountModelCalculator

04 Sep 13:46
Compare
Choose a tag to compare

Added dividend discount model calculator for determining a stock's price (fair value)