it:CustomsValuation
Type describing costs incurred by the shipper in moving goods.
Element information
Namespace: http://niem.gov/niem/domains/internationalTrade/2.1
Schema document: domains/internationalTrade/2.1/internationalTrade.xsd
Type: it:CustomsValuationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- it:FreightCost [0..*] Costs incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight cost).
- it:Charges [0..*] Aggregate cost of freight, insurance and all other costs and expenses from the foreign exit location to the entry location.
- it:ValuationMethodCodeText [0..*] The code that indicates the method on which the Customs value is determined.
- it:ApportionmentQualifierText [0..*] The method of the proportional allocation of freight charges for each consignment in a multi consignment declaration.
- it:PartyRelationshipIndicator [0..*] Indication as to whether or not there is any relationship between two parties such as financial relationship.
- it:OtherChargesDeductions [0..*] An amount added or subtracted from the total invoice price not previously taken into account when determining the Customs value.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type it:GoodsItemType (Element it:GoodsItem)
- Type it:GoodsShipmentType (Element it:GoodsShipment)
- Type it:CustomsGoodsItemType via extension of it:GoodsItemType (Element it:CustomsGoodsItem)
Sample instance
<it:CustomsValuation> <it:FreightCost>1.0</it:FreightCost> <it:Charges>1.0</it:Charges> <it:ValuationMethodCodeText>string</it:ValuationMethodCodeText> <it:ApportionmentQualifierText>string</it:ApportionmentQualifierText> <it:PartyRelationshipIndicator>true</it:PartyRelationshipIndicator> <it:OtherChargesDeductions>1.0</it:OtherChargesDeductions> </it:CustomsValuation>