Preference Criterion (BBIE). Specifies the treatment preference for this good according to international trading agreements.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
ICode PreferenceCriterionCode { get; set; }
Visual Basic
Property PreferenceCriterionCode As ICode
	Get
	Set
Visual C++
property ICode^ PreferenceCriterionCode {
	ICode^ get ();
	void set (ICode^ value);
}
F#
abstract PreferenceCriterionCode : ICode with get, set

Property Value

Type: ICode

Remarks

Dictionary entry name
Goods Item. Preference Criterion. Code
Cardinality
0..1

Examples

"Preference Criterion" is used in the following manner in the paper CO of another country (e.g.):

"A" - The good is "wholly obtained or produced entirely" in the territory of one or more of the NAFTA countries as reference in Article 415. Note: The purchase of a good in the territory does not necessarily render it "wholly obtained or produced". If the good is an agricultural good, see also criterion F and Annex 703.2. (Reference: Article 401(a), 415).

"B" - ...

"C" - ...

"D" - ...

"E" - ...

"F" - The good is an originating agricultural good under preference criterion A,B, or C above and is not subjected to quantitative restriction in the importing NAFTA country because....

Thus, the column "Preference Criterion" will indicate either A, B, C,...

See Also