Cotisations sociales âge de pension
Computationquarterly_selfempl_ssc_pension_age_comp

Description
This computation handles the case of self-employed workers at or after pension age, as described in Article 13 of the royal decree n° 38.
- Applies to self-employed workers who have reached the legal retirement age or who receive an early retirement pension.
- They are exempt from contributions if their annual income is below 811.20 EUR.
- Different contribution rates apply depending on whether they are receiving a pension or not.
- For those receiving a pension: 14.70% on the first income bracket instead of 20.50%.
- For those not receiving a pension: standard rates apply (20.50% and 14.16%).
Variables
Inputs
Variables that must be provided by users as inputs to this computation.
- Taux de cotisation 1 standard (contribution_rate_1_standard) - Standard rate of 20.50% for those not receiving a pension.
- Taux de frais de gestion (management_fee_rate) - The percentage charged by the social insurance fund for their management costs.
- Revenus professionnels de référence (reference_income) - Professional income from the reference year (typically from 2 years prior).
Constants
Input variables with values defined in legislative texts.
- Taux de cotisation 1 pension (contribution_rate_1_pension) - Reduced rate of 14.70% for those receiving a pension.
- Defined in Arrêté royal n° 38 organisant le statut social des travailleurs indépendants (1967072702)
- Taux de cotisation 2 (contribution_rate_2) - Second contribution rate (14.16% as per Article 12, §1, 2°).
- Defined in Arrêté royal n° 38 organisant le statut social des travailleurs indépendants (1967072702)
- Fraction 1 (fraction_1) - The fraction used for provisional contributions (662.28/606.30 for 2025) from Article 11, §3, alinéa 3.
- Defined in Arrêté royal déterminant l'incidence des fluctuations de l'indice des prix à la consommation sur la perception des cotisations dues pour l'année 2025 dans le cadre du statut social des travailleurs indépendants (2024205904)
- Fraction 2 (fraction_2) - The fraction for indexing income thresholds (662.28/142.75 for 2025) from Article 14, §1.
- Defined in Arrêté royal déterminant l'incidence des fluctuations de l'indice des prix à la consommation sur la perception des cotisations dues pour l'année 2025 dans le cadre du statut social des travailleurs indépendants (2024205904)
- Seuil intermédiaire de revenus (income_intermediate_threshold) - Intermediate threshold for contribution rates (15,831.12 EUR as per Article 12, §1).
- Defined in Arrêté royal n° 38 organisant le statut social des travailleurs indépendants (1967072702)
- Seuil maximum de revenus (income_maximum_threshold) - Maximum threshold for contribution rates (23,330.06 EUR as per Article 12, §1).
- Defined in Arrêté royal n° 38 organisant le statut social des travailleurs indépendants (1967072702)
- Seuil d'exemption âge de pension (pension_age_exemption_threshold) - Threshold below which no contributions are due (811.20 EUR as per Article 13, §1).
- Defined in Arrêté royal n° 38 organisant le statut social des travailleurs indépendants (1967072702)
Intermediates
Output variables used as intermediate results (not presented in documents).
- Cotisation annuelle (annual_contribution) - Final calculated annual contribution.
- Taux de cotisation 1 appliqué (contribution_rate_1_applied) - The rate actually applied (either pension rate or standard rate).
- Exempté de cotisations (exempt_from_contributions) - Boolean indicating if the person is exempt from contributions.
- Seuil intermédiaire de revenus indexé (indexed_intermediate_threshold) - Intermediate threshold after indexation using fraction_2.
- Seuil maximum de revenus indexé (indexed_maximum_threshold) - Maximum threshold after indexation using fraction_2.
- Seuil d'exemption âge de pension indexé (indexed_pension_age_exemption_threshold) - Pension age exemption threshold after indexation.
Outputs
Output variables that are presented in documents.
- Revenus indexés (indexed_income) - Reference income after indexation using fraction_1.
- Frais de gestion (management_fee) - The calculated management fee amount.
- Cotisation trimestrielle (quarterly_contribution) - Annual contribution divided by 4 (payments are made quarterly).
- Paiement trimestriel total (total_quarterly_payment) - The sum of the quarterly contribution and the management fee.
Related computations
Dependencies
Other computations that this computation uses.
This computation doesn't have any dependencies.
Reverse dependencies
Other computations that use this computation.
- Cotisations sociales indépendant - trimestre (quarterly_selfempl_ssc_comp)
Related documents
Documents that present outputs from this computation.
- Décompte trimestriel des cotisations sociales indépendant (quarterly_selfempl_ssc_stmt) presents:
- Revenus indexés
- Frais de gestion
- Cotisation trimestrielle
- Paiement trimestriel total
Related texts
Texts that describe this computation or its variables.
- Texts describing this computation:
- Arrêté royal n° 38 organisant le statut social des travailleurs indépendants (1967072702)
- Texts describing input variables:
- Arrêté royal n° 38 organisant le statut social des travailleurs indépendants (1967072702) describes Taux de cotisation 1 pension
- Arrêté royal n° 38 organisant le statut social des travailleurs indépendants (1967072702) describes Taux de cotisation 2
- Arrêté royal déterminant l'incidence des fluctuations de l'indice des prix à la consommation sur la perception des cotisations dues pour l'année 2025 dans le cadre du statut social des travailleurs indépendants (2024205904) describes Fraction 1
- Arrêté royal déterminant l'incidence des fluctuations de l'indice des prix à la consommation sur la perception des cotisations dues pour l'année 2025 dans le cadre du statut social des travailleurs indépendants (2024205904) describes Fraction 2
- Arrêté royal n° 38 organisant le statut social des travailleurs indépendants (1967072702) describes Seuil intermédiaire de revenus
- Arrêté royal n° 38 organisant le statut social des travailleurs indépendants (1967072702) describes Seuil maximum de revenus
- Arrêté royal n° 38 organisant le statut social des travailleurs indépendants (1967072702) describes Seuil d'exemption âge de pension