Used for comparing prices for different articles with various quantities. E.g. Price of each liter.

Namespace
cac urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
Child elements
Card Name Description
0..1 cbc:PriceAmount

Standardized unit price
Item comparison unit price defining price for a certain quantity.

Example value: 120.00

1..1 cbc:Quantity

Standard unit quantity
E.g. if consumable units are bottles and each bottle contains 0,333 liters the standard unit quantity is 0,333.

Example value: 0.333

Rules
Identifier/Error message Flag
EUGEN-T68-B10901
Element 'cbc:Quantity' MUST be provided.
fatal
EUGEN-T68-B10902
Document MUST NOT contain elements not part of the data model.
fatal
Description
UBL example of item comparison information
<cac:ItemComparison>
        <cbc:PriceAmount currencyID="EUR">1.5</cbc:PriceAmount>
        <cbc:Quantity unitCode="LTR" unitCodeListID="UNECERec20">1</cbc:Quantity>
</cac:ItemComparison>