vallettea / koala

Transpose your Excel calculations into python for better performances and scaling.
GNU General Public License v3.0
147 stars 59 forks source link

Fixes XIRR and EOMONTH #205

Closed danielsjf closed 5 years ago

danielsjf commented 5 years ago

EOMONTH can now work with non-integer values like in Excel.

XIRR now returns an error like in Excel when it cannot converge. The NPV would return other values in excel under some edge cases. The IRR function would fail under some edge cases since it uses the NPV function.

danielsjf commented 5 years ago

Now also includes #203

danielsjf commented 5 years ago

@vallettea, @brianmay, this one can be merged.