You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing a currency conversion from Colombian Pesos (COP) to Euros (EUR) using the JavaMoney Moneta library, the resulting value appears to be incorrect compared to the expected conversion rate. The discrepancy suggests that the wrong exchange rate or configuration is being used.
Observe the conversion result.
Expected Behavior:
The conversion should match the current IMF or ECB exchange rates. For example:
At the time of testing, the IMF exchange rate for COP to EUR was approximately 0.0002015, resulting in an expected value of around 21.63 EUR for 107329 COP.
Actual Behavior:
The result was significantly higher than expected:
31.86 EUR for 107329 COP.
The text was updated successfully, but these errors were encountered:
rahul-avaghan
changed the title
Conversion from COB to EUR does not work correctly.
Incorrect Currency Conversion from COP to EUR in JavaMoney Moneta
Nov 29, 2024
When performing a currency conversion from Colombian Pesos (COP) to Euros (EUR) using the JavaMoney Moneta library, the resulting value appears to be incorrect compared to the expected conversion rate. The discrepancy suggests that the wrong exchange rate or configuration is being used.
Steps to Reproduce:
Observe the conversion result.
Expected Behavior:
The conversion should match the current IMF or ECB exchange rates. For example:
At the time of testing, the IMF exchange rate for COP to EUR was approximately 0.0002015, resulting in an expected value of around 21.63 EUR for 107329 COP.
Actual Behavior:
The result was significantly higher than expected:
31.86 EUR for 107329 COP.
The text was updated successfully, but these errors were encountered: