
Bankers Round (aka "half even up") is a rounding scheme very used in financial apps as it produces statistically less rounding issues than the most commonly extended "half up".
The problem is that Postgres' round function implements "half up". Read on to find out how to implement "half even up".