Cotisations sociales conjoint aidant

Computation quarterly_selfempl_ssc_spouse_helper_comp
A diagram of the computation concepts

View playground

Description

This computation handles the case of spouse-helpers (“conjoints aidants”) as described in Article 7bis and Article 12, §1erter of the royal decree n° 38.

  • Applies to spouses or legal cohabitants who assist or replace a self-employed worker in their professional activity.
  • Spouse-helpers are subject to a reduced minimum threshold for social security contributions.
  • The minimum threshold is set at half of the threshold for regular self-employed workers.
  • Same contribution rates apply as for regular self-employed workers.

Variables

Inputs

Variables that must be provided by users as inputs to this computation.

  • 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).
  • Seuil minimum pour conjoint aidant (spouse_helper_minimum_threshold) - Minimum threshold for spouse-helper (half of the base threshold).

Constants

Input variables with values defined in legislative texts.

  • Taux de cotisation 1 (contribution_rate_1) - First contribution rate (20.50% as per Article 12, §1, 1°).
    • 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 de base pour conjoint aidant (spouse_helper_base_threshold) - Base threshold for spouse-helper calculation (3,221.08 EUR as per Article 12, §1erter).
    • 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.
  • 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 minimum pour conjoint aidant indexé (indexed_spouse_helper_minimum_threshold) - Spouse-helper minimum 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.

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
    • 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 de base pour conjoint aidant

View index