Organization identifications

Numeral fully supports the standard list of External Organisation Identification Code as defined by the ISO 20022 External Code Sets, ensuring greater interoperability and standardization, simplifying your integration efforts and enabling seamless communication with a wider range of financial systems.

Objects supporting organization identifications are:

  • Internal accounts
  • External accounts
ISO codeNumeral attributeDescription
LEIlegal_entity_identifierLegal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".
AnyBICbusiness_identification_codeCode allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".
default_other_identifierOptional attribute that defines the default type/value to use in the others object. Its value must match the an existing type in the others array.
OthrothersType value array containing a list of organization identifiers according to its Numeral code

{
  "object": "internal_account",
  
  //Other attributes removed for the sake of clarity
  
  "organization_identification": {
    "legal_entity_identifier": "5493001KJHG78Y4TCF23",
    "business_identification_code": null,
    "default_other_identifier_type": "siren",
    "others": [
      {
        "type": "siren",
        "value": "123456789"
      },
      {
        "type": "siret",
        "value": "123456789123"
      }
    ]
  }
}
{
  "object": "external_account",
  
  //Other attributes removed for the sake of clarity
  
  "organization_identification": {
    "legal_entity_identifier": "5493001KJHG78Y4TCF23",
    "business_identification_code": null,
    "default_other_identifier_type": "siren",
    "others": [
      {
        "type": "siren",
        "value": "123456789"
      },
      {
        "type": "siret",
        "value": "123456789123"
      }
    ]
  }
}

Can be stored in others the following identifications:

ISO codeNumeral attributeDescription
BANKbank_identificationUnique and unambiguous assignment made by a specific bank or similar financial institution to identify a relationship as defined between the bank and its client.
CBIDcentral_bank_identificationA unique identification number assigned by a central bank to identify an organisation
CHIDclearing_house_identificationA unique identification number assigned by a clearing house to identify an organisation
CINCcompany_incorporation_numberA unique identification number assigned by a designated authority to a certificate of incorporation and used to identify an organisation
COIDcompany_identificationCountry authority given organisation identification (e.g., corporate registration number)
CUSTcustomer_numberNumber assigned by an issuer to identify a customer. Number assigned by a party to identify a creditor or debtor relationship.
DUNSduns_numberA unique identification number provided by Dun & Bradstreet to identify an organisation.
EMPLemployee_numberNumber assigned by a registration authority to an employer.
GS1Gglobal_location_numberGlobal Location Number. A non-significant reference number used to identify legal entities, functional entities, or physical entities according to GS1 numbering scheme rules.The number is used to retrieve detailed information that is linked to it.
SRENsirenThe SIREN number is a 9 digit code assigned by INSEE, the French National Institute for Statistics and Economic Studies, to identify an organisation in France.
SRETsiretThe SIRET number is a 14 digit code assigned by INSEE, the French National Institute for Statistics and Economic Studies, to identify an organisation unit in France. It consists of the SIREN number, followed by a five digit classification number, to identify the local geographical unit of that entity
TXIDtax_numberNumber assigned by a tax authority to identify an organisation
BDIDbusiness_domain_identificationIdentifier of the business domain in which the organisation is active
BOIDother_identificationOther identification of the organisation.