From eb46b028067b8e4ad0407a7d606ee3665e4f0701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Sat, 19 Sep 2015 20:26:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=93=20updated=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 14a7c01..fa33b74 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ A lightweight, simple and easy PHP library for calculating annuities (e.g., mort Much more to come – including calculators for discount securities, ~~bond valuation~~, ~~duration~~, ~~stock pricing~~... Also looking into other optimizations and improvements. Current hot ideas: * ~~utilization of reflection in the getters of the calculators' result array for easier and less error-prone implementation of new calculator classes~~ (this has already been tackled by the means of utilizing a helper array of property names) -* time functions for determining the exact dates of events pertaining to calculated instruments +* ~~time functions for determining the exact dates of events pertaining to calculated instruments~~ (implemented via a TimeSpan object) >**Please bear in mind that this is an ALPHA version containing incomplete features. The codebase is prone to drastic changes during its way out of the alpha stage.** @@ -573,4 +573,4 @@ Attribution is welcome, but certainly not required. The library is currently work-in-progress and it is certain that new features will be added in the process.Consider this, therefore, as a preview product prone to abrupt and extensive changes that may affect functionality of an external code adapted to a prior version(s) of the library. Always explore the provisional compatibility of the library with your project in case you upgrade to a new version of the library (by means of an extensive testing of the code in which you are exerting the library's features). -**Be everything as it may, thank you for checking out FinanCalc :bowtie:** \ No newline at end of file +**Be everything as it may, thank you for checking out FinanCalc :bowtie:**