TaxCurrencyCode

A code signifying the currency used for tax amounts in the Invoice.

More information is provided in the Tax Accounting Currency topic.

You must use the values from the ISO4217 code list here.

Details

ElementValue
NameTaxCurrencyCode
PathInvoice/TaxCurrencyCode
DefinitionA code signifying the currency used for tax amounts in the Invoice.
Required ValuesISO4217
Cardinality0..1
DataTypeCurrency_Code.Type

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.

Country-Specific Configurations

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
	<cbc:DocumentCurrencyCode>EUR</cbc:DocumentCurrencyCode>
	<cbc:TaxCurrencyCode>JPY</cbc:TaxCurrencyCode>
    <!-- Code omitted for clarity -->
</ubl:Invoice>