Error codes · EN 16931

BR-DEC-15Partly

Accounting currency VAT amount: max 2 decimals

This is the rejection, word for word: „[BR-DEC-15] When a tax/accounting currency is specified (BT-6), the Invoice total VAT amount in accounting currency (BT-111) must have a maximum of 2 decimal places.

XPath: /Invoice/cac:TaxTotal[2]/cbc:TaxAmount (the second TaxTotal element contains the accounting currency amount)

What to have readyThe correct figures from your bookkeeping; we show you which field is affected.
What we doInvoice Navigator automatically fixes this issue by correcting the `cbc:PrepaidAmount` element in your Invoice.
If you enter it yourself in your invoicing software
Before
<cac:LegalMonetaryTotal>
  <cbc:PrepaidAmount>999.99</cbc:PrepaidAmount>
  <!-- Does not match expected calculation -->
</cac:LegalMonetaryTotal>
After
<cac:LegalMonetaryTotal>
  <cbc:PrepaidAmount>100.00</cbc:PrepaidAmount>
  <!-- Matches expected calculation -->
</cac:LegalMonetaryTotal>
What the finding looks likeExample
FindingNeeds your check · BR-DEC-15
Location//cac:TaxTotal[2]/cbc:TaxAmount
From youThe correct figures
ThenChecked again
ProofSHA-256 and /verify link after the check
BR-DEC-15: Accounting currency VAT amount: max 2 decimals