Rounding BigDecimal to *always* have two decimal places October 7, 2022 by Tarik value = value.setScale(2, RoundingMode.CEILING)