Skip to content

Commit

Permalink
Fixed be snn file identification and docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffh92 committed May 17, 2024
1 parent 0311daa commit 600cd60
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions stdnum/be/ssn.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding=utf-8
# insz.py - function for handling Belgian INSZ numbers
# coding: utf-8
# ssn.py - function for handling Belgian social security numbers
#
# Copyright (C) 2023 Jeff Horemans
# Copyright (C) 2023-2024 Jeff Horemans
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand All @@ -24,12 +24,11 @@
number (Identificatienummer van de sociale zekerheid), NISS number (Numéro
d'identification de la sécurité sociale) or ENSS number (Erkennungsnummer
der sozialen Sicherheit), is the unique identification number of a person
working or covered for social benefits in Belgium.
working in or covered for social benefits in Belgium.
Depending on a person's residency this number may be:
* a Belgian National Number (Rijksregisternummer, Numéro National)
* a Belgian BIS number
For Belgian residents, the number is identical to their Belgian National
Number (Rijksregisternummer, Numéro National).
For non-residents, the number is identical to their Belgian BIS number.
Both numbers consists of 11 digits and encode a person's date of birth and
gender. It encodes the date of birth in the first 6 digits in the format
Expand Down

0 comments on commit 600cd60

Please sign in to comment.