class Playbook::PbCurrency::Currency

def decimal_value

def decimal_value
  amount.split(".")[1] || "00"
end