Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mise à jour du taux de cotisation maladie du régime Alsace-Moselle #2085

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def formula(individu, period, parameters):
class mmid_salarie(Variable):
value_type = float
entity = Individu
label = 'Cotisation maladie (salarié)'
label = 'Cotisation salariale supplémentaire Alsace Moselle'
reference = 'https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000036390317/ et https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000036679615'
definition_period = MONTH
set_input = set_input_divide_by_period
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ brackets:
value: 0.01
1967-10-01:
value: 0.015
2022-04-01:
value: 0.013
- threshold:
1989-09-01:
value: 1
Expand Down Expand Up @@ -40,9 +42,11 @@ brackets:
value: 0.016
2012-01-01:
value: 0.015
2022-04-01:
value: 0.013
metadata:
short_label: Barème salarié
last_value_still_valid_on: "2021-08-05"
last_value_still_valid_on: "2023-04-12"
label_en: SSCs of the local sickness scheme of Alsace-Moselle (1967-2016)
ipp_csv_id:
rate: am_s_0_1, am_s_0_
Expand Down Expand Up @@ -95,6 +99,9 @@ metadata:
title: Décision du régime local du 16/04/2007 (Avis publié au JO)
2012-01-01:
title: Décision du régime local du 28/11/2011 (Avis publié au JO)
2022-04-01:
- title: Décision du régime local du 21/12/2021
href: https://regime-local.fr/2021/12/21/baisse-du-taux-de-cotisation/
official_journal_date:
1946-07-01: "1946-06-14"
1986-01-11: "1986-01-04"
Expand Down