List of utility methods to do BigDecimal Compare
if (decimal == null) return false; return decimal.compareTo(BigDecimal.ZERO) < 0;