Skip to content

Commit

Permalink
Supprime parametre non imposable (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabre01 committed Apr 23, 2024
2 parents 90a775e + 359776a commit b6e041d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 57 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 164.1.4 [2284](https://github.com/openfisca/openfisca-france/pull/2284)

* Supprime un ensemble de paramètres non utilisés, et ne correspondant pas à un paramètre dans la loi. L'ajustement est fait côté barème aussi : https://gitlab.com/ipp/partage-public-ipp/baremes-ipp/baremes-ipp-yaml/-/merge_requests/485
* Zones impactées : `prelevements_obligatoires/impot_revenu/ir.py`.

### 164.1.3 [2281](https://github.com/openfisca/openfisca-france/pull/2281)

* Changement mineur.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1667,8 +1667,6 @@ def formula(foyer_fiscal, period, parameters):
credits_impot = foyer_fiscal('credits_impot', period)
contribution_exceptionnelle_hauts_revenus = foyer_fiscal('contribution_exceptionnelle_hauts_revenus', period)

# def _nat_imp(rni, nbptr, non_imposable = law.impot_revenu.calcul_impot_revenu.non_imposable):
# seuil = non_imposable.seuil + (nbptr - 1)*non_imposable.supp
return (iai - credits_impot + contribution_exceptionnelle_hauts_revenus) > 0


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ metadata:
- pv
- bouclier_fiscal
- recouvrement
- non_imposable

This file was deleted.

This file was deleted.

This file was deleted.

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 = '164.1.3',
version = '164.1.4',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.fr',
classifiers = [
Expand Down

0 comments on commit b6e041d

Please sign in to comment.