Singapore (Peppol): Tax Accounting Currency

You can specify the currency used for tax accounting and reporting.

Indicates the currency required for local tax reporting (SGD for Singapore), used when the document currency differs.

Elements

Name (Path)CardinalityDescription
Tax Accounting Currency (Invoice/TaxCurrencyCode)0..1The currency used for tax accounting and reporting purposes.

Example

Here is an example of an Invoice with document currency different from SGD.


<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cbc:DocumentCurrencyCode>USD</cbc:DocumentCurrencyCode>
    <cbc:TaxCurrencyCode>SGD</cbc:TaxCurrencyCode>
    <!-- Code omitted for clarity -->
</ubl:Invoice>