Tax Accounting Currency

You can add a Tax Accounting currency.

You only need to specify this currency if it is different to the one that you specified in the DocumentCurrencyCode element, as described in the Invoice Currency topic.

Use the TaxCurrencyCode element to model this information.

Element

ElementDescription
Invoice/TaxCurrencyCodeThe currency used for tax accounting and reporting purposes as accepted or required in the country of the Seller.

Restriction

  • You must use the codes from the ISO4217 list here.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cbc:TaxCurrencyCode>EUR</cbc:TaxCurrencyCode>
    <!-- code omitted for clarity -->
</Invoice>