diff options
Diffstat (limited to 'stdnum/bg')
-rw-r--r-- | stdnum/bg/egn.py | 2 | ||||
-rw-r--r-- | stdnum/bg/pnf.py | 2 | ||||
-rw-r--r-- | stdnum/bg/vat.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/stdnum/bg/egn.py b/stdnum/bg/egn.py index c2b0125..c91b4dd 100644 --- a/stdnum/bg/egn.py +++ b/stdnum/bg/egn.py @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Bulgarian EGN (ЕГН, Единен граждански номер) numbers. +"""EGN (ЕГН, Единен граждански номер, Bulgarian personal identity codes). It is a 10-digit number of which the first 6 digits denote the person's birth date, the next three digits represent a birth order number from diff --git a/stdnum/bg/pnf.py b/stdnum/bg/pnf.py index a54b0b4..e03d33a 100644 --- a/stdnum/bg/pnf.py +++ b/stdnum/bg/pnf.py @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Bulgarian PNF (ЛНЧ, Личен номер на чужденец) numbers. +"""PNF (ЛНЧ, Личен номер на чужденец, Bulgarian number of a foreigner). The personal number of a foreigner is a 10-digit number where the last digit is the result of a weighted checksum. diff --git a/stdnum/bg/vat.py b/stdnum/bg/vat.py index 50c9bb1..644af68 100644 --- a/stdnum/bg/vat.py +++ b/stdnum/bg/vat.py @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Bulgarian VAT (Идентификационен номер по ДДС) numbers. +"""VAT (Идентификационен номер по ДДС, Bulgarian VAT number). The Bulgarian VAT (Данък върху добавената стойност) number is either 9 (for legal entities) or 10 digits (for physical persons, foreigners and |