Sweden

Validate tax registration numbers as per Sweden's validation rule. All businesses in Sweden are assigned a 14-digit global unique identifier called Sweden SE VAT.

Ensure that the following details are correct for Sweden SE VAT:

  • Validation Type: ORA_SE_VAT

  • Description: Sweden SE VAT

  • Number of digits: 14

  • Format: Two character Country code(SE) + 12 digit numeric SE999999999901 Last 2 digits of the 12 digits should be 01 14 characters: A(1-2)+ N(1-9)+C(1)+N(10-11) A(1-2) = {SE} N(10-11) = 01

  • Check digits: No

  • Check Digit Validation: No

  • Default Validation: ORA_SE_VAT

Example:

Good:

  • SE556254674601

  • SE502069316301

Bad:

  • SB123456789701 (Invalid country code)

  • 123456789701 (Missing country code)

  • SE12345678970 (Invalid format - too short)

  • SE1234567897011 (Invalid format - too long)