Poland B2B: Below Market Value Supply Indicator

You can specify if a transaction is being supplied below market value.

Element

Use the BelowMarketValueSupplyIndicator Extension to model this information:

Name (Path)CardinalityDescription
Below Market Value Supply Indicator (/Invoice/InvoiceLine/Price/UBLExtensions/UBLExtension/ ExtensionContent/PriceExtension/BelowMarketValueSupplyIndicator)0..1Provide true in case items related to this line were sold below market value. Defaults to false if not provided.

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>