COUNTRY_TAX_POLICY
Description
Technical Data
Summary
The COUNTRY_TAX_POLICY table is defined by the
following columns.
See the column details for more information.
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