class ISO3166::Country

def currency

def currency
  ISO4217::Currency.from_code(@data['currency'])
end