BelowMarketValueSupplyIndicator (Extn)
Used to indicate if a transaction is being supplied below market value.
Element
Name (Path) | Cardinality | Description |
---|---|---|
Below Market Value Supply Indicator (/Invoice/InvoiceLine/Price/UBLExtensions/UBLExtension/ ExtensionContent/PriceExtension/BelowMarketValueSupplyIndicator ) | 0..1 | Provide true in case items related to this line were sold below market value. Defaults to false if not provided. |
Country-Specific configurations
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:InvoiceLine>
<!-- Code omitted for clarity -->
<cac:Price>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:PriceExtension>
<!-- Indication for Items sold below Market Value -->
<vrbl:BelowMarketValueSupplyIndicator>true</vrbl:BelowMarketValueSupplyIndicator>
</vrbl:PriceExtension>
<!-- Code omitted for clarity -->
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<cbc:PriceAmount currencyID="PLN">1626.01</cbc:PriceAmount>
<!-- Code omitted for clarity -->
</cac:Price>
</cac:InvoiceLine>
</ubl:Invoice>
Updated 16 days ago