R241 – ROUND_HALF_UP should be used (WMB)

ROUND_HALF_UP should be used (WMB)

The round function allows for a number of options.

  • ROUND_UP
  • ROUND_DOWN
  • ROUND_CEILING
  • ROUND_FLOOR
  • etc…

To help with consistency in calculations, some teams prefer to use round in a standard way, to help minimize discrepancies in amounts.