PT_NIPC (PT - NIPC number)

From CDQ Wiki
DataModel:CDQ/Business Partner/Identifier/PT NIPC
Jump to navigation Jump to search
Property Value
A technical identifier, unique in a certain context. Technical key PT_NIPC
The country a linked concept is active or generally relevant for. Country scope PT (Portugal)
Language-specific name. Monolingual name NIPC number (pt), NIPC number (en)
Language-specific short name. Monolingual short name PT - NIPC number (en)
Informal and comprehensive human-readable definition of a concept. Description NIPC is for companies, NIPC means Corporate Identification Number. The NIPC number consists of 9 sequential digits (with a control digit). The structure of fiscal numbers depending on the type of taxpayer:
  • For Corporations and Public entities:
    • 5xx xxx xxx
  • For State:
    • 6xx xxx xxx
  • For Inheritances, Corporations – non-residents (only subject to final withholding at source) and Investment Funds, respectively:
    • 70x xxx xxx
    • 71x xxx xxx
    • 72x xxx xxx
  • Undivided Inheritance, in which the surviving spouse has commercial income:
    • 74x xxx xxx
    • 75x xxx xxx
  • Official Attribution of Taxable Person's NIF (entities that do not require NIF from the Registo Nacional de Pessoas Coletivas (RNPC)):
    • 77x xxx xxx
  • Unofficial allocation to non-residents covered by the VAT REFUND process:
    • 78x xxx xxx
  • Exceptional regime - for EXPO'98 (1998 Lisbon International Exhibition):
    • 78x xxx xxx
  • For Irregular Companies and others:
    • 90x xxx xxx
    • 91x xxx xxx
  • For Corporations - non-residents (with or without permanent establishment):
    • 98x xxx xxx
  • For Civil Partnerships:
    • 99x xxx xxx
Category of business identifiers. Identifier category Identification 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
0000000000C2GSM68959WRVH9S Specifies the allowed formats for the NIPC number (Portugal) IDENTIFIER_FORMAT
^([\s\.-]*)[56]([\s\.-]*\d){8}([\s\.-]*)$|^([\s\.-]*)(7[\s\.-]*[0124578]|9[\s\.-]*[0189])([\s\.-]*\d){7}([\s\.-]*)$

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 (NIPC number (Portugal)) The NIPC in Portugal consists of exactly 9 numerical digits. This rule checks the existence of exactly 9 digits without considering possible whitespaces, hyphens or dots that might be comprised in the identifier value. The rule also checks if the NIF number begins with "5", "6" followed by 8 digits or "70", "71", "72", "74", "75", "77", "78", "90", "91", "98", "99" followed by 7 digits. If there are less/more digits or non-numeric digits the rule is violated. RELEASED ERROR