-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
The SIREN number consists of 9 digits.
This number must pass the Luhn algorithm test.
The SIRET number consists of 14 digits. It begins with the SIREN number, followed by 5 other digits.
The SIRET number must also pass the Luhn algorithm test, with the exception of La Poste (356 000 000 XXXXX), which benefits from a special rule allowing it to have more numbers available.
Right now it seems to me that the SIRET number is not fully validated.
Source:
Les numéros SIREN, NIC et SIRET intègrent le mécanisme de contrôle de parité connu sous le nom de formule (ou clé) de Luhn.
https://xml.insee.fr/schema/siret.html#controles
Metadata
Metadata
Assignees
Labels
No labels