COUNTRY_TAX_POLICY

Description


Technical Data


Schema Version 4.5.13
Filegroup CATALOG_DATA
Partitioned No

Summary


The COUNTRY_TAX_POLICY table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
COUNTRY_CODE PK_COUNTRY_TAX_POLICY         
COUNTRY          
SUPRA_TAX_ZONE          
TAX_POLICY          

Column Details


COUNTRY_CODE

Definition The country code as defined in ISO 3166
Type NVARCHAR(2), NOT NULL
Primary Key PK_COUNTRY_TAX_POLICY

COUNTRY

Definition The name of the country
Type NVARCHAR(256), NOT NULL

SUPRA_TAX_ZONE

Definition The Supra-national zone with its proper rules of taxation
Format

The possible values are:

  • -1: no supra-national zone
  • 0: European Union

Type DECIMAL(1), NOT NULL

TAX_POLICY

Definition The tax policy to apply for the country
Format

The possible values are:

  • -1: no tax policy defined
  • 0: VAT mode
  • 1: resale mode (ex: USA)

Type DECIMAL(1), NOT NULL

Primary Key Details


PK_COUNTRY_TAX_POLICY

Column(s) COUNTRY_CODE
Filegroup CATALOG_DATA