Skip to content

Commit

Permalink
Merge remote-tracking branch 'GitHub/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
uruba committed Sep 21, 2015
2 parents 5de5d4a + eb46b02 commit e0f7414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand Down Expand Up @@ -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:**
**Be everything as it may, thank you for checking out FinanCalc :bowtie:**

0 comments on commit e0f7414

Please sign in to comment.