From a3610a31dfbd0873c56ae0c8e318f57359a5354d Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 11 Feb 2012 14:50:11 +0000 Subject: add a NIF (Número de Identificación Fiscal, Spanish VAT number) module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@115 9dea7c4f-944c-4273-ac1a-574ede026edc --- stdnum/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'stdnum/__init__.py') diff --git a/stdnum/__init__.py b/stdnum/__init__.py index 6ab1563..8a0a0c3 100644 --- a/stdnum/__init__.py +++ b/stdnum/__init__.py @@ -43,6 +43,7 @@ Currently this package supports the following formats: * DNI (Documento nacional de identidad, Spanish personal identity codes) * NIE (Número de Identificación de Extranjeros, Spanish identification number for foreigners) + * NIF (Número de Identificación Fiscal, Spanish VAT number) * FPA, ΦΠΑ (Foros Prostithemenis Aksias, the Greek VAT number) * Ust ID Nr. (Umsatzsteur Identifikationnummer, the German VAT number) * BTW, TVA, NWSt (Belgian VAT number) -- cgit v1.2.3