Skip to content

Commit

Permalink
Add reference links
Browse files Browse the repository at this point in the history
  • Loading branch information
laem committed Feb 16, 2017
1 parent aade39e commit b8d76a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit b8d76a2

Please sign in to comment.