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)
Informal and comprehensive human-readable definition of a concept. Description This is a unique code for labor identification, mainly used for social security and employment-related matters.

Both CUIL (Código Único de Identificación Laboral) and CUIT (Clave Única de Identificación Tributaria) are Argentine identification numbers used for different purposes.

CUIL (Código Único de Identificación Laboral)

  • Purpose: Mainly used for employment and social security reasons.
  • Issued to: All employees and workers in Argentina, whether they are Argentine citizens, permanent residents, or foreign nationals.
  • Issuing Authority: ANSES (Administración Nacional de la Seguridad Social), the national social security administration.
  • Usage: Primarily used for employment records, social security benefits, pension plans, and other labor-related matters.
  • Format: Generally an 11-digit number, segmented as XX-XXXXXXXX-X.

CUIT (Clave Única de Identificación Tributaria)

  • Purpose: Used for taxation purposes.
  • Issued to: Both individuals who are self-employed or own a business and companies/corporations.
  • Issuing Authority: AFIP (Administración Federal de Ingresos Públicos), the federal tax agency.
  • Usage: Essential for any kind of business transactions, including invoicing, and mandatory for filing taxes. Companies use this number to identify themselves in contracts and legal documents.
  • Format: Also an 11-digit number, often separated by dashes, in a format similar to the CUIL.
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
00000000001YYBB5D0N6XPJR3Y 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|23|24|25|27)-?\d{8}-?\d$

Data quality rules

No data quality rules defined.