diff options
Diffstat (limited to 'stdnum/se')
-rw-r--r-- | stdnum/se/vat.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stdnum/se/vat.py b/stdnum/se/vat.py index 228b2a7..0fb1e2c 100644 --- a/stdnum/se/vat.py +++ b/stdnum/se/vat.py @@ -18,10 +18,11 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling Swedish VAT (Moms, Mervärdesskatt) numbers. +"""VAT (Moms, Mervärdesskatt, Swedish VAT number). -The Momsregistreringsnummer consists of 12 digits of which the last two -should be 01. The first 10 digits should have a valid Luhn checksum. +The Momsregistreringsnummer is used for VAT (Moms, Mervärdesskatt) +purposes and consists of 12 digits of which the last two should be 01. The +first 10 digits should have a valid Luhn checksum. >>> compact('SE 123456789701') '123456789701' |