Exchange rates with 6+ decimals
Hello everyone.
We are facing an issue we had not detected before when using exchange rates in a multicurrency application.
The fact is that Planning does not take more than 6 decimal places in exchange rates. This hasn't been a problem until now when we have started to work with Colombian Pesos.
1 COP = 0.000395385445 EUR
But if we truncate that to just 0.000395, we start getting significant differences.
If we take 1 COP = 0.000395385445 EUR, 1 000 000 000 COP * 0.000395385445 = 395 385.445 EUR
If we take 1 COP = 0.000395 EUR, 1 000 000 000 COP * 0.000395 = 395000.000 EUR
This make a difference of 385.445 EUR (about 520 USD), and that obviously way TOO much.
So: Is there a way to force Planning to take all the decimals needed in exchange rates and not just 6?