class Playbook::PbCurrency::Currency

def negative_sign

def negative_sign
  amount.starts_with?("-") && swap_negative ? "-" : ""
end