AZ_REGEXP_0018

From CDQ Wiki
DataModel:CDQ/Business Partner/Address/Country/AZ/REGEXP 0018
Jump to navigation Jump to search
Property Value
A technical identifier, unique in a certain context. Technical key REGEXP_0018
The country a linked concept is active or generally relevant for. Country scope AZ (Azerbaijan)
Informal and comprehensive human-readable definition of a concept. Description Specifies the allowed formats for the VAT 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).
The type in terms of a categorization of regular expressions. Regular expression type IDENTIFIER_FORMAT
A concept managed by another concept, e.g., an identifer managed by a registration authority. Manages AZ_VAT (VAT Registration Number)
Regular expression
 ^\d{2}\d{6}\d[1-2]$
Exemplary matches

No examples provided.