Italy: Supplier's Base Capital

You can specify the Supplier's registered base capital.

Use the BaseCapital (Extn) Extension to specify the value.

Italian Specification

DetailValue
Italian Specification 1.2.4.3 (CapitaleSociale)

Element

ElementDescription
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/UBLExtensions/ UBLExtension/ExtensionContent/PartyLegalEntityExtension/BaseCapitalSpecify the value.

Example

The following example specifies 36200.00 for the Supplier's Base Capital:

<ubl:Invoice>
    <cac:AccountingSupplierParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:PartyLegalEntity>
                <cec:UBLExtensions>
                    <cec:UBLExtension>
                        <cec:ExtensionContent>
                            <vrbl:PartyLegalEntityExtension>
                                <!-- Code omitted for clarity -->
                                <vrbl:BaseCapital>36200.00</vrbl:BaseCapital>
                                <!-- Code omitted for clarity -->
                            </vrbl:PartyLegalEntityExtension>                            
                        </cec:ExtensionContent>
                    </cec:UBLExtension>
                </cec:UBLExtensions>
            </cac:PartyLegalEntity>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingSupplierParty>
</ubl:Invoice>