Japan: Tax Accounting Currency

If you specify a currency other than JPY in the DocumentCurrencyCode element, you must specify JPY in the TaxCurrencyCode element.

Use the TaxCurrencyCode element to model this information.

Element

ElementDescription
Invoice/TaxCurrencyCodeSpecify the ISO code for the Tax Currency. This must be JPY.

Restrictions

  • You must specify JPY in the TaxCurrencyCode element for Japanese Documents.

Example

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