Formule de calcul
Réduction d'impôt pour cotisations syndicales
Ce dispositif est peut-être obsolète !
La dernière date de relecture du dispositif est dimanche 1 janvier 2012.
Formule de calcul OpenFisca à compter du 2012-01-01 :
Formule initiale de calcul OpenFisca :
Notes : Cotisations syndicales : réduction d'impôt (2002-2011) puis crédit d'impôt (2012- ) NB: This is but an approximation of the true calculation, as it is done on the level of the tax unit. In reality, the ceilings of 1 % of revenues are applied on the individual level (cf. BOI-IR-RICI-20).
def formula(foyer_fiscal, period, parameters): ''' Cotisations syndicales : réduction d'impôt (2002-2011) puis crédit d'impôt (2012- ) NB: This is but an approximation of the true calculation, as it is done on the level of the tax unit. In reality, the ceilings of 1 % of revenues are applied on the individual level (cf. BOI-IR-RICI-20). ''' f7ac = foyer_fiscal.members('f7ac', period) cotisations_versees = f7ac salaire_imposable = foyer_fiscal.members('salaire_imposable', period, options = [ADD]) chomage_imposable = foyer_fiscal.members('chomage_imposable', period, options = [ADD]) retraite_imposable = foyer_fiscal.members('retraite_imposable', period, options = [ADD]) cotisations_syndicales = parameters(period).impot_revenu.calcul_reductions_impots.cotisations_syndicales plafond = (salaire_imposable + chomage_imposable + retraite_imposable) * cotisations_syndicales.plafond return (cotisations_syndicales.taux * foyer_fiscal.sum(min_(cotisations_versees, plafond)))
Formule OpenFisca sur GithubVariables et paramètres inscrits dans la formule :
Paramètres :
Variables utilisées par le cas type :
Variables et dispositifs influencés par la formule :
La formule du dispositif "Réduction d'impôt pour cotisations syndicales" peut avoir une influence sur d'autres dispositifs et variables :