Japan: Tax Accounting Currency
If you specify a currency other than JPY in the DocumentCurrencyCode
element, you must specify JPY as the Tax Currency.
More general information about the Tax Currency is provided in the Tax Accounting Currency topic.
Element
Use TaxCurrencyCode element to model this information:
Element | Cardinality | Description |
---|---|---|
Tax Currency Code (Invoice/TaxCurrencyCode ) | 0..1 | The currency used for tax accounting and reporting purposes as accepted or required in the country of the Seller. |
Restrictions
- You must specify
JPY
in theTaxCurrencyCode
element for Japanese Documents.
Example
The following example specifies a Document Currency (EUR) that is different to the Tax Currency (JPY):
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:DocumentCurrencyCode>EUR</cbc:DocumentCurrencyCode>
<cbc:TaxCurrencyCode>JPY</cbc:TaxCurrencyCode>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 6 days ago