Italy: Social Security Base Amount

If a social security allowance exists, you can specify the base amount.

Use the AllowanceCharge element to specify the base amount.

Italian Specification

DetailValue
Italian Specification2.1.1.7.4 (ImponibileCassa)

Elements

ElementDescription
Invoice/AllowanceCharge/AllowanceChargeReasonCodeSpecify VRBL:IT:ZZZ.
Invoice/AllowanceCharge/AllowanceChargeReasonCode/BaseAmountSpecify the base amount.
Invoice/AllowanceCharge/AllowanceChargeReasonCode/BaseAmount [@currencyID]Specify the currency.

Restriction

  • You must use VRBL:IT:ZZZ as the reason code in the AllowanceChargeReasonCode element.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:AllowanceCharge>
        <!-- Code omitted for clarity -->
        <cbc:BaseAmount currencyID="EUR">2622.12</cbc:BaseAmount>
        <!-- Code omitted for clarity -->
    </cac:AllowanceCharge>
    <!-- Code omitted for clarity -->
</ubl:Invoice>