AR_CUIL (AR - CUIL number)

From CDQ Wiki
DataModel:CDQ/Business Partner/Identifier/AR CUIL
Jump to navigation Jump to search
Property Value
A technical identifier, unique in a certain context. Technical key AR_CUIL
The country a linked concept is active or generally relevant for. Country scope AR (Argentina)
Language-specific name. Monolingual name Código Único de Identificación Laboral (es), CUIL number (en)
Language-specific short name. Monolingual short name AR - CUIL number (en)
Category of business identifiers. Identifier category Tax Number
Registration authority National Social Security Administration (ANSES)

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
REGEXP_0009 Specifies the allowed formats for the CUIL number (Argentina).
  • ^ and $: Indicate the start and end of the string.
  • (20,23,24,25,27): Matches one of the commonly used prefixes for the first two digits.
  • -?: The question mark makes the dash optional, so the regex will match with or without it.
  • \d{8}: Matches any eight digits (the DNI portion).
  • -?: Again, the question mark makes this dash optional.
  • \d: Matches the last single digit, which is the verification digit.
IDENTIFIER_FORMAT ^(20

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 Specifies how critical of the violation of a data quality rule. The following levels are defined:<br/><code>ERROR</code>: The violation (e.g. missing information) puts a process at risk or hinders regular processing of data.<br/><code>WARNING</code>: The violation does not hinder regular processing of data but represents semantically defective data.<br/><code>INFO</code>: The data quality rule has not uncovered a data defect, but some information is available that might be interesting for the user.<br/> Criticality
Identifier format invalid (CUIL number (Argentina)) The CUIL (Código Único de Identificación Laboral) number in Argentina is an 11-digit identification number. The format is typically segmented as XX-XXXXXXXX-X.

The first two digits: A prefix that depends on the gender and immigration status of the individual.

  • Men born in Argentina typically have the prefix "20."
  • Women born in Argentina often have the prefix "27."
  • Foreign men may have a prefix like "23" or "24."
  • Foreign women may also have specific prefixes, often "24" or "25."

The next eight digits: These are generally the same as the individual's DNI (Documento Nacional de Identidad), which is the Argentine national identity document. If the DNI number has fewer than eight digits, zeroes may be added in front to fill this section.

The last digit: This is a verification digit, calculated through a specific algorithm that considers the previous numbers.

LIVE ERROR