diff --git a/readme.md b/readme.md index 226ac32..e824376 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.** @@ -577,4 +577,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:**