Rounding BigDecimal to *always* have two decimal places

Solution 1:

value = value.setScale(2, RoundingMode.CEILING)