I have the following enum class: public enum Banknote {
FIVE_JOD(new BigDecimal("5.0")), TEN_JOD(new BigDecimal("10.0")), TWENTY_JOD(new