LT_REGEXP_0299

From CDQ Wiki
DataModel:CDQ/Business Partner/Address/Country/LT/REGEXP 0299
Jump to navigation Jump to search
Property Value
A technical identifier, unique in a certain context. Technical key REGEXP_0299
The country a linked concept is active or generally relevant for. Country scope LT (Lithuania)
Informal and comprehensive human-readable definition of a concept. Description Specifies the allowed formats for the Business Registration Number (Lithuania).
  • ^ and $: Start and end of the string, ensuring the entire string is a match.
  • ([1-6]|7|8|9): This is the first digit and captures the entity type code that starts with a number between 1 to 9, including 1-6 for local companies, 7 for foreign company branches, 8 for foreign legal entities, and 9 for temporary codes.
  • \d{1}: The second digit is another number but can be anything between 0-9.
  • \d{6}: This part captures the six sequentially generated numbers. Each \d represents a digit from 0 to 9.
  • \d: The last digit is the control digit, which can be any digit from 0 to 9 (though in practice it's calculated via an algorithm).
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 LT_BRN (Company Code)
Regular expression
 ^([1-6]|7|8|9)\d{1}\d{6}\d$
Exemplary matches

No examples provided.