class Playbook::PbCurrency::Currency

def title_text

def title_text
  if null_display
    null_display
  elsif swap_negative
    absolute_amount(abbr_or_format_amount)
  else
    abbr_or_format_amount
  end
end