module ISO3166::CountryCurrencyMethods

def currency

def currency
  Money::Currency.find(data['currency_code'])
end