OpenFisca-France 169.10.0__py3-none-any.whl → 169.11.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of OpenFisca-France might be problematic. Click here for more details.
- {OpenFisca_France-169.10.0.dist-info → OpenFisca_France-169.11.0.dist-info}/METADATA +1 -1
- {OpenFisca_France-169.10.0.dist-info → OpenFisca_France-169.11.0.dist-info}/RECORD +6 -6
- openfisca_france/model/prelevements_obligatoires/impot_revenu/ir.py +1 -8
- {OpenFisca_France-169.10.0.dist-info → OpenFisca_France-169.11.0.dist-info}/LICENSE.AGPL.txt +0 -0
- {OpenFisca_France-169.10.0.dist-info → OpenFisca_France-169.11.0.dist-info}/WHEEL +0 -0
- {OpenFisca_France-169.10.0.dist-info → OpenFisca_France-169.11.0.dist-info}/top_level.txt +0 -0
|
@@ -38,7 +38,7 @@ openfisca_france/model/prelevements_obligatoires/isf.py,sha256=u0qlU4lDXSYDETupu
|
|
|
38
38
|
openfisca_france/model/prelevements_obligatoires/impot_revenu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
39
|
openfisca_france/model/prelevements_obligatoires/impot_revenu/charges_deductibles.py,sha256=dXVJgd_dlJHxvgF_5JMWp9KBv-ovX4ubo43a32jTYG8,28152
|
|
40
40
|
openfisca_france/model/prelevements_obligatoires/impot_revenu/credits_impot.py,sha256=d5gk7S7wgGI2VEYA6sStSwkivpo1-EBxAxWKR-EHMKA,128524
|
|
41
|
-
openfisca_france/model/prelevements_obligatoires/impot_revenu/ir.py,sha256=
|
|
41
|
+
openfisca_france/model/prelevements_obligatoires/impot_revenu/ir.py,sha256=t20PxW7oYc4h_d3ggf8in2wfToEC4doHf7z6BaEVKQs,184002
|
|
42
42
|
openfisca_france/model/prelevements_obligatoires/impot_revenu/plus_values_immobilieres.py,sha256=5gNB5ntU9I9XVeKhYyq94miM4Uv72HruO1Nu_jIPkn4,4754
|
|
43
43
|
openfisca_france/model/prelevements_obligatoires/impot_revenu/reductions_impot_deplafonnees.py,sha256=pp4ykXm-_Tpp4AtYjop5fpGgjzXtTttmolFQBg-ma2E,34347
|
|
44
44
|
openfisca_france/model/prelevements_obligatoires/impot_revenu/reductions_impot_iom.py,sha256=Q8hoXmUfuQLqzWA0S1CIaP3M7fAVcKtBVkoj3xJiae0,139248
|
|
@@ -4036,8 +4036,8 @@ openfisca_france/scripts/performance/measure_spiral_performances.py,sha256=cQIxE
|
|
|
4036
4036
|
openfisca_france/scripts/performance/measure_tests_performance.py,sha256=HYgSJy-OMZay2AZt6ztntgdUbW_RL2xMr-iHcK-zoVY,1869
|
|
4037
4037
|
openfisca_france/situation_examples/__init__.py,sha256=BTRmrqk9lsjfhtPXsYcsWqXFEYyFpgLcxNs6oJsy8zk,262
|
|
4038
4038
|
openfisca_france/situation_examples/couple.json,sha256=Ot1x4wl3IS-2-10X3V7ZUokkOMXi96s-xK7A0gNvRF4,862
|
|
4039
|
-
OpenFisca_France-169.
|
|
4040
|
-
OpenFisca_France-169.
|
|
4041
|
-
OpenFisca_France-169.
|
|
4042
|
-
OpenFisca_France-169.
|
|
4043
|
-
OpenFisca_France-169.
|
|
4039
|
+
OpenFisca_France-169.11.0.dist-info/LICENSE.AGPL.txt,sha256=2N5ReRelkdqkR9a-KP-y-shmcD5P62XoYiG-miLTAzo,34519
|
|
4040
|
+
OpenFisca_France-169.11.0.dist-info/METADATA,sha256=jiZ8jESdUSTp91J4fALiwS_Te9ES7YqhbNMTwgq9r7Q,20831
|
|
4041
|
+
OpenFisca_France-169.11.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
4042
|
+
OpenFisca_France-169.11.0.dist-info/top_level.txt,sha256=1LbD6QJWehKGIcjtaJ45tbQOSDiFEXOlIdgWRI_jaHU,17
|
|
4043
|
+
OpenFisca_France-169.11.0.dist-info/RECORD,,
|
|
@@ -2330,19 +2330,12 @@ class impot_revenu_restant_a_payer(Variable):
|
|
|
2330
2330
|
|
|
2331
2331
|
return (
|
|
2332
2332
|
(impots_totaux_avant_imputations > parameters_recouvrement.min_avant_credits_impots) * (
|
|
2333
|
-
(pre_result
|
|
2334
|
-
* (result > 0)
|
|
2335
|
-
* result
|
|
2336
|
-
* 0
|
|
2337
|
-
+ ((pre_result <= 0) + (pre_result >= parameters_recouvrement.min_apres_credits_impots))
|
|
2333
|
+
((pre_result <= 0) + (pre_result >= parameters_recouvrement.min_apres_credits_impots))
|
|
2338
2334
|
* (- result)
|
|
2339
2335
|
)
|
|
2340
2336
|
+ (impots_totaux_avant_imputations <= parameters_recouvrement.min_avant_credits_impots) * (
|
|
2341
2337
|
(pre_result < 0)
|
|
2342
2338
|
* (-result)
|
|
2343
|
-
+ (pre_result >= 0)
|
|
2344
|
-
* 0
|
|
2345
|
-
* result
|
|
2346
2339
|
)
|
|
2347
2340
|
)
|
|
2348
2341
|
|
{OpenFisca_France-169.10.0.dist-info → OpenFisca_France-169.11.0.dist-info}/LICENSE.AGPL.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|