TaxCurrencyCode

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

More information is provided in the Currencies 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

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>