diff --git a/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/allegements.py b/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/allegements.py index 3b6737663d..18bac81873 100644 --- a/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/allegements.py +++ b/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/allegements.py @@ -301,6 +301,7 @@ class allegement_fillon(DatedVariable): column = FloatCol entity = Individu label = u"Allègement de charges employeur sur les bas et moyens salaires (dit allègement Fillon)" + url = u"https://www.service-public.fr/professionnels-entreprises/vosdroits/F24542" # Attention : cet allègement a des règles de cumul spécifiques @@ -327,7 +328,7 @@ def function(self, simulation, period): def compute_allegement_fillon(simulation, period): """ Exonération Fillon - http://www.securite-sociale.fr/comprendre/dossiers/exocotisations/exoenvigueur/fillon.htm + https://www.service-public.fr/professionnels-entreprises/vosdroits/F24542 """ assiette = simulation.calculate_add('assiette_allegement', period) smic_proratise = simulation.calculate_add('smic_proratise', period) diff --git a/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/travail_prive.py b/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/travail_prive.py index c9964c3d9a..d9a1f18afc 100644 --- a/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/travail_prive.py +++ b/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/travail_prive.py @@ -587,6 +587,7 @@ class mmid_employeur(Variable): column = FloatCol entity = Individu label = u"Cotisation maladie (employeur)" + url = u"https://www.urssaf.fr/portail/home/employeur/calculer-les-cotisations/les-taux-de-cotisations/la-cotisation-maladie---maternit.html" def function(self, simulation, period): period = period.start.period(u'month').offset('first-of')