AZ_TRN (AZ - Tax Registration Number)

From CDQ Wiki
DataModel:CDQ/Business Partner/Identifier/AZ TRN
Jump to navigation Jump to search
Property Value
A technical identifier, unique in a certain context. Technical key AZ_TRN
The country a linked concept is active or generally relevant for. Country scope AZ (Azerbaijan)
Language-specific name. Monolingual name Tax Registration Number (en)
Language-specific short name. Monolingual short name AZ - Tax Registration Number (en)
Informal and comprehensive human-readable definition of a concept. Description the Tax Registration Number in Azerbaijan, often referred to as the Tax Identification Number (TIN), is a unique identifier assigned to both individual taxpayers and businesses by the Ministry of Taxes. This number is crucial for various tax-related activities such as filing tax returns, conducting business transactions, and complying with Azerbaijan's tax laws.

In the case of businesses, the Tax Registration Number serves as the VAT (Value Added Tax) number and is used for all dealings related to taxation, including VAT collection and reporting, corporate income tax, and other tax liabilities. The number is generally required to be stated on invoices, official paperwork, and any documentation submitted to the tax authorities.

Category of business identifiers. Identifier category Tax Number

Formal definition

Details Informal and comprehensive human-readable definition of a concept. Description The type in terms of a categorization of regular expressions. Regular expression type TThe formal expression of a regular expression. Regular expression
00000000004V2CMTJM6XTTDJ2D Specifies the allowed formats for the Tax Registration Number (Azerbaijan).
  • ^ and $: Indicate the start and end of the string, ensuring that the match encompasses the entire input.
  • \d{2}: Matches the first two digits, which characterize the code of the territorial administrative unit.
  • \d{6}: Matches the following six digits, which characterize a serial number.
  • \d: Matches the ninth digit, which is determined via a special algorithm.
  • [1-2]: Matches either 1 or 2 as the tenth digit to indicate the legal status of the taxpayer (1 for legal persons and 2 for natural persons).
IDENTIFIER_FORMAT
^\d{2}\d{6}\d[1-2]$

Data quality rules

Rule Informal and comprehensive human-readable definition of a concept. Description nonetheless, we continue to offer the most recent available data., The release status in terms of development progress or maturity.<br/><code>EMPTY</code> (0): No feature considered yet, just a rough idea.<br/><code>IDEA</code> (1): Just an idea, not yet designed in detail.<br/><code>DESIGN</code> (2): Software design ready, development not yet started.<br/><code>DEVELOPMENT</code> (3): Software development in progress.<br/><code>ALPHA</code> (4): First functional release, in terms of a Minimal Viable Product (MVP).<br/><code>BETA</code> (5): Tested by selected users.<br/><code>RC</code> (6): Release candidate, fully tested, not yet used in production by many customers.<br/><code>LIVE</code> (7): Used in production by customers, fully monitored and supported.<br/><code>DEPRECATED</code> (-1): End of life planned, but still available.<br/><code>EOL</code> (-2): End of life, historic service, no longer available.<br/><code>BROKEN</code> (-3): Service was used in production but is currently not available. However, CDQ tries to repair or reactivate it.<br/><code>DISCONTINUED</code> (-4): The data source has ceased providing updates Release status Criticality<br/>Specifies how critical of the violation of a data quality rule.<br/>ERROR: Indicates a critical data quality rule violation that requires correction.<br/>WARNING: Indicates a potential data quality issue that should be reviewed.<br/>INFO: Indicates an informational finding with no immediate impact on data quality. Criticality
Identifier format invalid (Tax Registration Number (Azerbaijan)) The Tax Registration Number is a ten-digit code, where
  • the first two digits characterize code of territorial administrative unit,
  • the following six digits characterize a serial number.
  • The software determines the ninth digit via special algorithm, and the legal status of a taxpayer by assigning number 1 for legal persons and number 2 for natural persons as the tenth digit.
RELEASED ERROR