diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-11 15:50:11 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-11 15:50:11 +0100 |
commit | a3610a31dfbd0873c56ae0c8e318f57359a5354d (patch) | |
tree | 2c86708454ab71ff897d04bff5ad9e79716e870b /stdnum/__init__.py | |
parent | aa90c4f62ebbcbf478610211ffdacf04cf78f8e6 (diff) |
add a NIF (Número de Identificación Fiscal, Spanish VAT number) module
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@115 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'stdnum/__init__.py')
-rw-r--r-- | stdnum/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |