python-stdnum
python-stdnum copied to clipboard
A Python library to provide functions to handle, parse and validate standard numbers.
Fixes #376
Fixes #356
* https://en.wikipedia.org/wiki/VAT_identification_number > Número de Identificación Tributaria (NIT) 7 digits * Some data on the structure: https://www.ciat.org/Biblioteca/AsambleasGenerales/2014/Espanol/2014_tema3.2_Arinez_Bolivia.pdf > Para el caso de personas naturales, propietarias de empresas unipersonales y sucesiones...
* It is a 10 digit number and it is called "Tax identification number" (TIN) https://thetaxman.ura.go.ug/understanding-a-tax-identification-number-tin/ * But the article image says "Taxpayer Identification Number", despite it is way less...
* https://www.firs.gov.ng/sites/Authoring/contentLibrary/5304007e-fd9d-4891-fa39-2e2ec4e55215VALIDATING%20and%20UPDATING%20TIN.pdf * TIN verification online: https://apps.firs.gov.ng/tinverification/ * https://www.allnigeriannews.com/2020/01/14/jtb-tin-verification-portal-how-to-check-your-tin-in-2-minutes-tin-jtb-gov-ng/ * https://tinverification.jtb.gov.ng/Template/TINVerification * https://world.salestaxhandbook.com/ng-nigeria > Businesses in Nigeria that are required to collect tax will be issued an identification number. Tax...
* It is called `ՀՎՀՀ` which is short for `Հարկ վճարողի հաշվառման համարը` * According to https://www.petekamutner.am/Content.aspx?itn=tsTPRTaxPayersRegistration > The taxpayer identification number (TIN) is composed from eight digits and is...
Based on PR #237, which this PR replaces. Fixes #113
* https://www.hasil.gov.my/en/quick-links/services/implementation-of-tax-identification-number-tin/?bt_kump=5&bt_skum=8&bt_posi=1&bt_unit=1&bt_sequ=3 * FAQ: https://phl.hasil.gov.my/pdf/pdfam/FAQ_TIN_2.pdf * https://mytax.hasil.gov.my/ * http://phl.hasil.gov.my/pdf/pdfam/MALAYSIA_TIN_NUMBER_AND_TIN_REGISTRATION_02122020.pdf (save [here](https://github.com/arthurdejong/python-stdnum/files/10401570/MALAYSIA_TIN_NUMBER_AND_TIN_REGISTRATION_02122020.pdf) just in case) * http://lampiran1.hasil.gov.my/pdf/pdfam/MALAYSIA_TIN_NUMBER_AND_TIN_REGISTRATION_02122020.pdf * Maybe the same as previous one. * http://www.oecd.org/tax/automatic-exchange/crs-implementation-and-assistance/tax-identification-numbers/Malaysia-TIN.pdf > Tax Identification Number (TIN)...
Fixes #308
Fixes #315