EN-16931: Document-Level Charges
EN-16931 has certain requirements for Document-level charges.
You must include the elements and values described in this topic.
More general information about Charges is provided in the Charges topic. More information about Tax Categories and Schemes is provided in the Tax Categories and Schemes topic.
Elements
Element | Description |
---|---|
Invoice/AllowanceCharge/AllowanceChargeReasonCode | Specify the reason code using one of the UNTDID 7161 values. |
Invoice/AllowanceCharge/TaxCategery/ID | Specify the Tax Category using a code from the UNTDID 5305 list. |
Invoice/AllowanceCharge/TaxCategery/TaxScheme/ID | Specify VAT . |
Restrictions
- You must use a value from the UNTDID 7161 list here in the
AllowanceChargeReasonCode
element. - You must specify the Tax Category code in the
TaxCategory/ID
element. - You must use a value from the UNTDID 5305 list here in the
TaxCategory/ID
element. - You must specify
VAT
in theTaxCategory/TaxScheme/ID
element. - You may only specify a single Tax Category.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:AllowanceCharge>
<cbc:ChargeIndicator>true</cbc:ChargeIndicator>
<cbc:AllowanceChargeReasonCode>FC</cbc:AllowanceChargeReasonCode>
<cbc:AllowanceChargeReason>Freight service</cbc:AllowanceChargeReason>
<cbc:MultiplierFactorNumeric>20</cbc:MultiplierFactorNumeric>
<cbc:Amount currencyID="EUR">200</cbc:Amount>
<cbc:BaseAmount currencyID="EUR">1000</cbc:BaseAmount>
<cac:TaxCategory>
<cbc:ID>S</cbc:ID>
<cbc:Percent>25</cbc:Percent>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:TaxCategory>
</cac:AllowanceCharge>
<!-- code omitted for clarity -->
</Invoice>
Updated 7 days ago