Raymond DeCampo
Raymond DeCampo
I do not have plans to address that at the moment. But PRs are welcome if someone wants to take it on.
Did you forget to put in the present value as a withdrawal at the end of the sequence? This sequence as it is is essentially a 100% loss. You've deposited...
It's not going to converge for every situation, try giving it a guess to start out.
Have you tried using a custom guess? That the algorithm does not converge for a particular set of data is not (necessarily) a bug.
Use the Builder, see XirrBuilderTest for some examples. https://github.com/RayDeCampo/java-xirr/blob/master/src/test/java/org/decampo/xirr/XirrBuilderTest.java
I have this issue intermittently. BTW, I think that X is still passing input to the underlying processes, so be careful where you click and what you type. If you...
I think this is a bug in the xjc implementation. When I use version 4.0.3 of xjc, this error no longer occurs. You can override the version used by the...
In light of https://github.com/RayDeCampo/java-xirr/pull/33 being merged, is this still an issue?
I'm sorry @WojciechKorban I'm not really sure what you are asking in terms of mocking. FYI, it doesn't make sense to set the derivative or function on the `NewtonRaphsonBuilder` that...
If you are talking about production code when you refer to the service layer, then you don't want to do any mocking. If you have a particular set of transactions...