squants
squants copied to clipboard
Approximation for Money type
When using approximation on Money the following UnsupportedOperationException("minus not supported for cross-currency comparison - use moneyMinus") is raised.
Is it possible to have a dedicated approximation function or update the existing one in order to handle Money type using moneyPlus and minus ?
I could try a PR with some hints.