/ubl:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyLegalEntity/cbc:CompanyLiquidationStatusCode

Seller Party Legal Entity Company Liquidation Status Code

Context ID INV0372
Cardinality 0..1
Usage O

Description

A code signifying the party's liquidation status.

A code signifying the party's liquidation status.

A code indicating the party's liquidation status, also known as taxpayer status information in Polish KSeF FA(3) invoices.

Details

vrbl-invoice-pl-b2b-3p0

Following codes are allowed:

Seller Liquidation Status Code Description
VRBL:PL:1 In liquidation
VRBL:PL:2 Undergoing restructuring
VRBL:PL:3 In bankruptcy
VRBL:PL:4 Inherited enterprise

Example:

<ubl:Invoice>
    <cac:AccountingSupplierParty>
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:PartyLegalEntity>
                <!-- Code omitted for clarity -->
                <cbc:CompanyLiquidationStatusCode>VRBL:PL:2</cbc:CompanyLiquidationStatusCode>
            </cac:PartyLegalEntity>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingSupplierParty>
</ubl:Invoice>

Rules

Rule ID Error Message
VRBL-INV-PL-B2B-3-72 The value of the Seller Party Legal Entity Company Liquidation Status Code must be contained in PL Company Liquidation Status Code [VRBL-CL-PL-CompanyLiquidationStatusCodes] (prefixed by 'VRBL:PL:'). Allowed values: VRBL:PL:1, VRBL:PL:2, VRBL:PL:3, VRBL:PL:4.