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 all 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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 146.0.4 [#2085](https://github.com/openfisca/openfisca-france/pull/2085)

* Changement mineur.
* Périodes concernées : toutes.
* Zones impactées : /prelevements_sociaux/cotisations_securite_sociale_regime_general/mmid_am/maladie_alsace_moselle.yaml.
* Détail : Met à jour le taux de cotisation maladie du régime ALsace-Moselle.

### 146.0.3 [#2081](https://github.com/openfisca/openfisca-france/pull/2081)

* Changement mineur.
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name = 'OpenFisca-France',
version = '146.0.3',
version = '146.0.4',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [
Expand Down