BR-CO-22 Taken individually, the reason (BT-104) and the reason code (BT-105) on the document level charge at charges[0] are both optional terms — which is why this constraint exists separately from BR-38: it is the co-occurrence rule that forbids the one combination the cardinalities allow, namely neither
Taken individually, the reason (BT-104) and the reason code (BT-105) on the document level charge at charges[0] are both optional terms — which is why this constraint exists separately from BR-38: it is the co-occurrence rule that forbids the one combination the cardinalities allow, namely neither. Supplying both is explicitly permitted and is usually the better answer, since the code is what a receiving system can act on automatically and the text is what a person reads.
This rule is implemented and its error payload below is real, but the long-form write-up — normative text, worked example, divergence note — is not written yet. Everything the library knows about this rule is on this page. Ask and we will prioritise it.
- Business term
BT-104 / BT-105- Severity
fatal
What the library returns
The exact object in result.errors when this rule fires.
Generated by running @attestwire/en16931, not transcribed:
{
"rule": "BR-CO-22",
"field": [
"BT-104",
"BT-105"
],
"severity": "fatal",
"message": "Taken individually, the reason (BT-104) and the reason code (BT-105) on the document level charge at charges[0] are both optional terms — which is why this constraint exists separately from BR-38: it is the co-occurrence rule that forbids the one combination the cardinalities allow, namely neither. Supplying both is explicitly permitted and is usually the better answer, since the code is what a receiving system can act on automatically and the text is what a person reads.",
"fix": "Add charges[0].reason, charges[0].reasonCode, or both. If no UNCL 7161 code fits what you are charging for, omit the code and write the reason as free text — the list has no \"other\" entry, and inventing a code fails BR-CL-20.",
"example": "\"reason\": \"Freight service\", \"reasonCode\": \"FC\"",
"xpath": "/ubl:Invoice/cac:AllowanceCharge[1]/cbc:AllowanceChargeReasonCode",
"docsUrl": "https://attestwire.com/rules/BR-CO-22"
}
xpath locates the element in the generated UBL document,
which is where a KoSIT or Peppol validator will report the same problem.
A passing value
"reason": "Freight service", "reasonCode": "FC"The fix
Add charges[0].reason, charges[0].reasonCode, or both. If no UNCL 7161 code fits what you are charging for, omit the code and write the reason as free text — the list has no "other" entry, and inventing a code fails BR-CL-20.