OpenFisca-France 174.0.2__py3-none-any.whl → 174.2.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/model/prelevements_obligatoires/impot_revenu/credits_impot.py +174 -25
- openfisca_france/model/prelevements_obligatoires/impot_revenu/reductions_impot_deplafonnees.py +6 -5
- openfisca_france/model/prelevements_obligatoires/impot_revenu/reductions_impot_iom.py +9 -9
- openfisca_france/model/prelevements_obligatoires/impot_revenu/reductions_impot_plafonnees.py +175 -76
- openfisca_france/model/prelevements_obligatoires/impot_revenu/variables_reductions_credits.py +270 -40
- openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/contributions_sociales/capital.py +1 -1
- openfisca_france/parameters/chomage/allocations_assurance_chomage/ass/age_max.yaml +3 -0
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/dons/dons_aux_partis_politiques/plafond_foyer.yaml +6 -2
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/dons/dons_aux_partis_politiques/plafond_seul.yaml +3 -5
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/dons/dons_coluche/plafond.yaml +1 -1
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/dons/dons_coluche/taux.yaml +1 -1
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/investissement_forestier/depenses_investissement_forestier/acquisition/plafond.yaml +2 -4
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/investissement_forestier/depenses_investissement_forestier/acquisition/taux.yaml +1 -1
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/investissement_forestier/depenses_investissement_forestier/assurance/plafond.yaml +2 -4
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/investissement_forestier/depenses_investissement_forestier/assurance/taux.yaml +2 -1
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/investissement_forestier/depenses_investissement_forestier/plafond_cga.yaml +6 -2
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/location_meublee/index.yaml +2 -0
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/outremer_investissement/domsoc/retrocession_plaf.yaml +1 -0
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/outremer_investissement/logements_neufs/index.yaml +2 -0
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/reduction_domtom/guadeloupe_martinique_reunion/plafond.yaml +5 -2
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/reduction_domtom/guadeloupe_martinique_reunion/taux.yaml +5 -2
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/reduction_domtom/guyane/plafond.yaml +5 -2
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/reduction_domtom/guyane/taux.yaml +5 -2
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/reduction_domtom/mayotte/plafond.yaml +5 -2
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/reduction_domtom/mayotte/taux.yaml +5 -2
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/souscriptions/pme/emprunts_contractes_reprise_pme/taux.yaml +11 -5
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/souscriptions/pme/souscription_capital/taux22.yaml +1 -0
- openfisca_france/parameters/impot_revenu/calcul_reductions_impots/souscriptions/pme/souscription_capital/taux25.yaml +1 -0
- openfisca_france/parameters/impot_revenu/contributions_exceptionnelles/contribution_revenus_locatifs/taux.yaml +6 -2
- openfisca_france/parameters/prelevements_sociaux/autres_taxes_participations_assises_salaires/formation/toute_entreprise/cdd.yaml +14 -1
- openfisca_france/parameters/prelevements_sociaux/cotisations_securite_sociale_regime_general/accidents/taux/faible.yaml +31 -7
- openfisca_france/parameters/prelevements_sociaux/cotisations_taxes_independants_artisans_commercants/ret_ac/tous_independants/tout_salaire.yaml +14 -3
- openfisca_france/parameters/prelevements_sociaux/cotisations_taxes_independants_artisans_commercants/ret_comp_ac/art_ind_com/entre_1_plafond_rci_et_4_plafonds_pss.yaml +1 -0
- openfisca_france/parameters/prelevements_sociaux/cotisations_taxes_independants_artisans_commercants/ret_comp_ac/art_ind_com/montant_du_plafond_rci.yaml +14 -2
- openfisca_france/parameters/prelevements_sociaux/cotisations_taxes_independants_artisans_commercants/ret_comp_ac/art_ind_com/sous_plafond_rci.yaml +2 -0
- openfisca_france/parameters/prelevements_sociaux/regimes_complementaires_retraite_secteur_prive/agirc_arrco/employeur/agirc_arrco.yaml +1 -1
- openfisca_france/parameters/prelevements_sociaux/regimes_complementaires_retraite_secteur_prive/agirc_arrco/tx_appel.yaml +5 -2
- openfisca_france/parameters/prelevements_sociaux/regimes_complementaires_retraite_secteur_prive/agirc_arrco/tx_calcul.yaml +1 -1
- openfisca_france/parameters/prelevements_sociaux/regimes_complementaires_retraite_secteur_prive/agirc_arrco/tx_total.yaml +1 -1
- openfisca_france/parameters/prelevements_sociaux/regimes_complementaires_retraite_secteur_prive/cet2019/employeur/cet2019.yaml +1 -1
- openfisca_france/parameters/prelevements_sociaux/regimes_complementaires_retraite_secteur_prive/cet2019/salarie/cet2019.yaml +1 -1
- openfisca_france/parameters/prelevements_sociaux/regimes_complementaires_retraite_secteur_prive/cotisation_retraite_complementaire/chomage/taux.yaml +4 -1
- openfisca_france/parameters/prestations_sociales/education/bourses/enseignement_superieur/criteres_sociaux/age_maximum.yaml +1 -0
- openfisca_france/parameters/prestations_sociales/education/bourses/enseignement_superieur/criteres_sociaux/montants.yaml +3 -1
- openfisca_france/parameters/prestations_sociales/education/bourses/enseignement_superieur/criteres_sociaux/nationalites_hors_eee.yaml +4 -0
- openfisca_france/parameters/prestations_sociales/education/bourses/enseignement_superieur/criteres_sociaux/seuil_ressources_etudiant_autonome.yaml +1 -0
- openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/invalidite/aah/travail_esat/plafond/seul.yaml +5 -5
- openfisca_france/parameters/prestations_sociales/solidarite_insertion/minima_sociaux/rsa/rsa_cond/duree_min_titre_sejour/eee.yaml +2 -2
- openfisca_france/parameters/prestations_sociales/solidarite_insertion/minima_sociaux/rsa/rsa_cond/patrimoine/abattement_valeur_locative_immo_non_loue.yaml +1 -1
- openfisca_france/parameters/taxation_capital/impot_fortune_immobiliere_ifi_partir_2018/bareme.yaml +1 -1
- openfisca_france/parameters/taxation_capital/prelevements_sociaux/prelevements_solidarite/produits_de_placement.yaml +4 -1
- {openfisca_france-174.0.2.dist-info → openfisca_france-174.2.0.dist-info}/METADATA +11 -3
- {openfisca_france-174.0.2.dist-info → openfisca_france-174.2.0.dist-info}/RECORD +56 -56
- {openfisca_france-174.0.2.dist-info → openfisca_france-174.2.0.dist-info}/WHEEL +0 -0
- {openfisca_france-174.0.2.dist-info → openfisca_france-174.2.0.dist-info}/licenses/LICENSE.AGPL.txt +0 -0
- {openfisca_france-174.0.2.dist-info → openfisca_france-174.2.0.dist-info}/top_level.txt +0 -0
openfisca_france/model/prelevements_obligatoires/impot_revenu/variables_reductions_credits.py
CHANGED
|
@@ -275,8 +275,7 @@ class f7vv(Variable):
|
|
|
275
275
|
definition_period = YEAR
|
|
276
276
|
|
|
277
277
|
|
|
278
|
-
|
|
279
|
-
class f7vu(Variable):
|
|
278
|
+
class f7vu_2014(Variable):
|
|
280
279
|
cerfa_field = '7VU'
|
|
281
280
|
value_type = int
|
|
282
281
|
unit = 'currency'
|
|
@@ -287,6 +286,16 @@ class f7vu(Variable):
|
|
|
287
286
|
definition_period = YEAR
|
|
288
287
|
|
|
289
288
|
|
|
289
|
+
class f7vu(Variable):
|
|
290
|
+
cerfa_field = '7VU'
|
|
291
|
+
value_type = int
|
|
292
|
+
unit = 'currency'
|
|
293
|
+
entity = FoyerFiscal
|
|
294
|
+
label = 'Investissements forestiers, Report des dépenses de travaux des années antérieures : 2022 avec adhésion à une organisation de producteurs'
|
|
295
|
+
# start_date = date(2023, 1, 1)
|
|
296
|
+
definition_period = YEAR
|
|
297
|
+
|
|
298
|
+
|
|
290
299
|
# TODO: variable non présente dans OF, à intégrer partout où c'est nécessaire
|
|
291
300
|
class f7vt(Variable):
|
|
292
301
|
cerfa_field = '7VT'
|
|
@@ -933,22 +942,42 @@ class f7sr(Variable):
|
|
|
933
942
|
definition_period = YEAR
|
|
934
943
|
|
|
935
944
|
|
|
936
|
-
class
|
|
945
|
+
class f7ss_2015(Variable):
|
|
937
946
|
cerfa_field = '7SS'
|
|
938
947
|
value_type = int
|
|
939
948
|
entity = FoyerFiscal
|
|
940
949
|
label = "Dépenses en faveur de la qualité environnementale de l'habitation principale: Équipements de fourniture d'eau chaude sanitaire fonctionnant à l'énergie solaire et dotés de capteurs solaires"
|
|
941
950
|
# start_date = date(2012, 1, 1)
|
|
942
951
|
definition_period = YEAR
|
|
952
|
+
end = '2015-12-31'
|
|
943
953
|
|
|
944
954
|
|
|
945
|
-
class
|
|
955
|
+
class f7ss(Variable):
|
|
956
|
+
cerfa_field = '7SS'
|
|
957
|
+
value_type = int
|
|
958
|
+
entity = FoyerFiscal
|
|
959
|
+
label = 'Location Meublée Censi B'
|
|
960
|
+
# start_date = date(2022, 1, 1)
|
|
961
|
+
definition_period = YEAR
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
class f7st_2015(Variable):
|
|
946
965
|
cerfa_field = '7ST'
|
|
947
966
|
value_type = int
|
|
948
967
|
entity = FoyerFiscal
|
|
949
968
|
label = "Dépenses en faveur de la qualité environnementale de l'habitation principale: Autres équipements de production d'énergie utilisant une source d'énergie renouvelable (éolien, hydraulique)"
|
|
950
969
|
# start_date = date(2012, 1, 1)
|
|
951
970
|
definition_period = YEAR
|
|
971
|
+
end = '2015-12-31'
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
class f7st(Variable):
|
|
975
|
+
cerfa_field = '7ST'
|
|
976
|
+
value_type = int
|
|
977
|
+
entity = FoyerFiscal
|
|
978
|
+
label = 'Location Meublée Censi B'
|
|
979
|
+
# start_date = date(2022, 1, 1)
|
|
980
|
+
definition_period = YEAR
|
|
952
981
|
|
|
953
982
|
|
|
954
983
|
class f7tn(Variable):
|
|
@@ -1118,15 +1147,6 @@ class f7bq(Variable):
|
|
|
1118
1147
|
definition_period = YEAR
|
|
1119
1148
|
|
|
1120
1149
|
|
|
1121
|
-
class f7st(Variable): # noqa 728
|
|
1122
|
-
cerfa_field = '7ST'
|
|
1123
|
-
value_type = int
|
|
1124
|
-
entity = FoyerFiscal
|
|
1125
|
-
label = "Dépenses en faveur de la qualité environnementale de l'habitation principale: Autres équipements de production d'énergie utilisant une source d'énergie renouvelable (éolien, hydraulique)"
|
|
1126
|
-
# start_date = date(2012, 1, 1)
|
|
1127
|
-
definition_period = YEAR
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
1150
|
class f7su(Variable):
|
|
1131
1151
|
cerfa_field = '7SU'
|
|
1132
1152
|
value_type = int
|
|
@@ -1776,6 +1796,7 @@ class f7pf(Variable):
|
|
|
1776
1796
|
label = "Investissements destinés à la location meublée non professionnelle : Report du solde de réduction d'impôt non encore imputé 2014 (investissements réalisés en 2009 et achevés de 2010 à 2015)"
|
|
1777
1797
|
# start_date = date(2015, 1, 1)
|
|
1778
1798
|
definition_period = YEAR
|
|
1799
|
+
end = '2020-12-31'
|
|
1779
1800
|
|
|
1780
1801
|
|
|
1781
1802
|
class fhpe(Variable):
|
|
@@ -1801,9 +1822,10 @@ class f7pg(Variable):
|
|
|
1801
1822
|
value_type = int
|
|
1802
1823
|
unit = 'currency'
|
|
1803
1824
|
entity = FoyerFiscal
|
|
1804
|
-
label = "Investissements
|
|
1805
|
-
#
|
|
1825
|
+
label = "Investissements destinés à la location meublée non professionnelle : Report du solde de réduction d'impôt non encore imputé 2014 (investissements réalisés en 2010 et achevés de 2010 à 2016)"
|
|
1826
|
+
# start_date = '2015-01-01'
|
|
1806
1827
|
definition_period = YEAR
|
|
1828
|
+
end = '2020-12-31'
|
|
1807
1829
|
|
|
1808
1830
|
|
|
1809
1831
|
class f7ph_2012(Variable):
|
|
@@ -1821,9 +1843,10 @@ class f7ph(Variable):
|
|
|
1821
1843
|
value_type = int
|
|
1822
1844
|
unit = 'currency'
|
|
1823
1845
|
entity = FoyerFiscal
|
|
1824
|
-
label = "Investissements
|
|
1846
|
+
label = "Investissements destinés à la location meublée non professionnelle : Report du solde de réduction d'impôt non encore imputé 2014 (investissements réalisés en 2011 et achevés de 2012 à 2016)"
|
|
1825
1847
|
# start_date = '2015-01-01
|
|
1826
1848
|
definition_period = YEAR
|
|
1849
|
+
end = '2020-12-31'
|
|
1827
1850
|
|
|
1828
1851
|
|
|
1829
1852
|
class fhph(Variable):
|
|
@@ -1853,6 +1876,7 @@ class f7pi(Variable):
|
|
|
1853
1876
|
label = "Investissements destinés à la location meublée non professionnelle : Report du solde de réduction d'impôt non encore imputé 2014 (investissements réalisés en 2012 et achevés de 2012 à 2015)"
|
|
1854
1877
|
# start_date = date(2015, 1, 1)
|
|
1855
1878
|
definition_period = YEAR
|
|
1879
|
+
end = '2020-12-31'
|
|
1856
1880
|
|
|
1857
1881
|
|
|
1858
1882
|
class fhpi(Variable):
|
|
@@ -1882,6 +1906,7 @@ class f7pj(Variable):
|
|
|
1882
1906
|
label = "Investissements destinés à la location meublée non professionnelle : Report du solde de réduction d'impôt non encore imputé 2014 (investissements réalisés et achevés de 2013 à 2015)"
|
|
1883
1907
|
# start_date = date(2015, 1, 1)
|
|
1884
1908
|
definition_period = YEAR
|
|
1909
|
+
end = '2020-12-31'
|
|
1885
1910
|
|
|
1886
1911
|
|
|
1887
1912
|
class fhpj(Variable):
|
|
@@ -2978,7 +3003,7 @@ class fhny(Variable):
|
|
|
2978
3003
|
definition_period = YEAR
|
|
2979
3004
|
|
|
2980
3005
|
|
|
2981
|
-
class
|
|
3006
|
+
class f7mn_2012(Variable):
|
|
2982
3007
|
cerfa_field = '7MN'
|
|
2983
3008
|
value_type = int
|
|
2984
3009
|
unit = 'currency'
|
|
@@ -2999,6 +3024,16 @@ class fhmn(Variable):
|
|
|
2999
3024
|
definition_period = YEAR
|
|
3000
3025
|
|
|
3001
3026
|
|
|
3027
|
+
class f7mn(Variable):
|
|
3028
|
+
cerfa_field = '7MN'
|
|
3029
|
+
value_type = int
|
|
3030
|
+
unit = 'currency'
|
|
3031
|
+
entity = FoyerFiscal
|
|
3032
|
+
label = 'Investissements destinés à la location meublée non professionnelle : Investissements réalisés en 2022'
|
|
3033
|
+
# start_date = date(2020, 1, 1)
|
|
3034
|
+
definition_period = YEAR
|
|
3035
|
+
|
|
3036
|
+
|
|
3002
3037
|
class f7lh_2012(Variable):
|
|
3003
3038
|
cerfa_field = '7LH'
|
|
3004
3039
|
value_type = int
|
|
@@ -4950,13 +4985,23 @@ class f7sx_2017(Variable):
|
|
|
4950
4985
|
end = '2017-12-31'
|
|
4951
4986
|
|
|
4952
4987
|
|
|
4953
|
-
class
|
|
4988
|
+
class f7sx_2022(Variable):
|
|
4954
4989
|
cerfa_field = '7SX'
|
|
4955
4990
|
value_type = int
|
|
4956
4991
|
unit = 'currency'
|
|
4957
4992
|
entity = FoyerFiscal
|
|
4958
4993
|
label = 'Pinel'
|
|
4959
4994
|
definition_period = YEAR
|
|
4995
|
+
end = '2022-12-31'
|
|
4996
|
+
|
|
4997
|
+
|
|
4998
|
+
class f7sx(Variable):
|
|
4999
|
+
cerfa_field = '7Sx'
|
|
5000
|
+
value_type = int
|
|
5001
|
+
entity = FoyerFiscal
|
|
5002
|
+
label = 'Location Meublée Censi B'
|
|
5003
|
+
# start_date = date(2024, 1, 1)
|
|
5004
|
+
definition_period = YEAR
|
|
4960
5005
|
|
|
4961
5006
|
|
|
4962
5007
|
class f7sy_2017(Variable):
|
|
@@ -5568,6 +5613,7 @@ class f7ua(Variable):
|
|
|
5568
5613
|
entity = FoyerFiscal
|
|
5569
5614
|
label = 'Investissements forestiers : travaux avec adhésion à une organisation de producteurs'
|
|
5570
5615
|
# start_date = date(2014, 1, 1)
|
|
5616
|
+
end = '2023-12-31' # Présent dans Brochure-IR-2023.pdf mais plus dans Brochure-IR-2024.pdf
|
|
5571
5617
|
definition_period = YEAR
|
|
5572
5618
|
|
|
5573
5619
|
|
|
@@ -5844,12 +5890,22 @@ class f7qn_2012(Variable):
|
|
|
5844
5890
|
definition_period = YEAR
|
|
5845
5891
|
|
|
5846
5892
|
|
|
5893
|
+
class f7kg_2012(Variable):
|
|
5894
|
+
cerfa_field = '7KG'
|
|
5895
|
+
value_type = int
|
|
5896
|
+
unit = 'currency'
|
|
5897
|
+
entity = FoyerFiscal
|
|
5898
|
+
end = '2012-12-31'
|
|
5899
|
+
definition_period = YEAR
|
|
5900
|
+
|
|
5901
|
+
|
|
5847
5902
|
class f7kg(Variable):
|
|
5848
5903
|
cerfa_field = '7KG'
|
|
5849
5904
|
value_type = int
|
|
5850
5905
|
unit = 'currency'
|
|
5851
5906
|
entity = FoyerFiscal
|
|
5852
|
-
|
|
5907
|
+
label = 'Location Meublée Censi B'
|
|
5908
|
+
# start_date = date(2022, 1, 1)
|
|
5853
5909
|
definition_period = YEAR
|
|
5854
5910
|
|
|
5855
5911
|
|
|
@@ -5933,11 +5989,22 @@ class f7qu_2012(Variable):
|
|
|
5933
5989
|
definition_period = YEAR
|
|
5934
5990
|
|
|
5935
5991
|
|
|
5992
|
+
class f7ki_2012(Variable):
|
|
5993
|
+
cerfa_field = '7KI'
|
|
5994
|
+
value_type = int
|
|
5995
|
+
unit = 'currency'
|
|
5996
|
+
entity = FoyerFiscal
|
|
5997
|
+
definition_period = YEAR
|
|
5998
|
+
end = '2012-12-31'
|
|
5999
|
+
|
|
6000
|
+
|
|
5936
6001
|
class f7ki(Variable):
|
|
5937
6002
|
cerfa_field = '7KI'
|
|
5938
6003
|
value_type = int
|
|
5939
6004
|
unit = 'currency'
|
|
5940
6005
|
entity = FoyerFiscal
|
|
6006
|
+
label = 'Location Meublée Censi B'
|
|
6007
|
+
# start_date = date(2022, 1, 1)
|
|
5941
6008
|
definition_period = YEAR
|
|
5942
6009
|
|
|
5943
6010
|
|
|
@@ -6273,11 +6340,22 @@ class fhks(Variable):
|
|
|
6273
6340
|
definition_period = YEAR
|
|
6274
6341
|
|
|
6275
6342
|
|
|
6343
|
+
class f7kh_2012(Variable):
|
|
6344
|
+
cerfa_field = '7KH'
|
|
6345
|
+
value_type = int
|
|
6346
|
+
unit = 'currency'
|
|
6347
|
+
entity = FoyerFiscal
|
|
6348
|
+
definition_period = YEAR
|
|
6349
|
+
end = '2012-12-31'
|
|
6350
|
+
|
|
6351
|
+
|
|
6276
6352
|
class f7kh(Variable):
|
|
6277
6353
|
cerfa_field = '7KH'
|
|
6278
6354
|
value_type = int
|
|
6279
6355
|
unit = 'currency'
|
|
6280
6356
|
entity = FoyerFiscal
|
|
6357
|
+
label = 'Location Meublée Censi B'
|
|
6358
|
+
# start_date = date(2022, 1, 1)
|
|
6281
6359
|
definition_period = YEAR
|
|
6282
6360
|
|
|
6283
6361
|
|
|
@@ -6481,6 +6559,7 @@ class f7ok(Variable):
|
|
|
6481
6559
|
label = 'Investissements outre-mer dans le logement : Investissements réalisés en 2011, Autres investissements'
|
|
6482
6560
|
# start_date = date(2011, 1, 1) + changes meaning in 2016
|
|
6483
6561
|
definition_period = YEAR
|
|
6562
|
+
end = '2023-12-31'
|
|
6484
6563
|
|
|
6485
6564
|
|
|
6486
6565
|
class f7ol_2012(Variable):
|
|
@@ -6535,6 +6614,7 @@ class f7ol(Variable):
|
|
|
6535
6614
|
label = 'Location Meublée Censi B'
|
|
6536
6615
|
# start_date = date(2016, 1, 1)
|
|
6537
6616
|
definition_period = YEAR
|
|
6617
|
+
end = '2023-12-31'
|
|
6538
6618
|
|
|
6539
6619
|
|
|
6540
6620
|
class f7om(Variable):
|
|
@@ -6545,6 +6625,7 @@ class f7om(Variable):
|
|
|
6545
6625
|
label = 'Location Meublée Censi B'
|
|
6546
6626
|
# start_date = date(2016, 1, 1)
|
|
6547
6627
|
definition_period = YEAR
|
|
6628
|
+
end = '2023-12-31'
|
|
6548
6629
|
|
|
6549
6630
|
|
|
6550
6631
|
class f7on(Variable):
|
|
@@ -6555,6 +6636,7 @@ class f7on(Variable):
|
|
|
6555
6636
|
label = 'Location Meublée Censi B'
|
|
6556
6637
|
# start_date = date(2016, 1, 1)
|
|
6557
6638
|
definition_period = YEAR
|
|
6639
|
+
end = '2023-12-31'
|
|
6558
6640
|
|
|
6559
6641
|
|
|
6560
6642
|
class f7oo(Variable):
|
|
@@ -6565,6 +6647,7 @@ class f7oo(Variable):
|
|
|
6565
6647
|
label = 'Location Meublée Censi B'
|
|
6566
6648
|
# start_date = date(2016, 1, 1)
|
|
6567
6649
|
definition_period = YEAR
|
|
6650
|
+
end = '2023-12-31'
|
|
6568
6651
|
|
|
6569
6652
|
|
|
6570
6653
|
class f7op_2012(Variable):
|
|
@@ -6652,6 +6735,7 @@ class f7ov(Variable):
|
|
|
6652
6735
|
label = 'Location Meublée Censi B'
|
|
6653
6736
|
# start_date = date(2015, 1, 1)
|
|
6654
6737
|
definition_period = YEAR
|
|
6738
|
+
end = '2021-12-31'
|
|
6655
6739
|
|
|
6656
6740
|
|
|
6657
6741
|
class f7ow_2012(Variable):
|
|
@@ -6683,6 +6767,7 @@ class f7ox(Variable):
|
|
|
6683
6767
|
label = 'Investissements destinés à la location meublée non professionnelle : Investissements réalisés en 2017'
|
|
6684
6768
|
# start_date = date(2017, 1, 1)
|
|
6685
6769
|
definition_period = YEAR
|
|
6770
|
+
end = '2023-12-31'
|
|
6686
6771
|
|
|
6687
6772
|
|
|
6688
6773
|
class f7oy(Variable):
|
|
@@ -7833,13 +7918,33 @@ class f7kd(Variable):
|
|
|
7833
7918
|
definition_period = YEAR
|
|
7834
7919
|
|
|
7835
7920
|
|
|
7836
|
-
class
|
|
7921
|
+
class f7ke_2019(Variable):
|
|
7837
7922
|
cerfa_field = '7KE'
|
|
7838
7923
|
value_type = int
|
|
7839
7924
|
unit = 'currency'
|
|
7840
7925
|
entity = FoyerFiscal
|
|
7841
7926
|
label = 'Dépenses de protection du patrimoine naturel (excédent de réduction d’impôt d’années antérieures qui n’a pu être imputé)'
|
|
7842
|
-
end = '
|
|
7927
|
+
end = '2019-12-31'
|
|
7928
|
+
definition_period = YEAR
|
|
7929
|
+
|
|
7930
|
+
|
|
7931
|
+
class f7ke(Variable):
|
|
7932
|
+
cerfa_field = '7KE'
|
|
7933
|
+
value_type = int
|
|
7934
|
+
unit = 'currency'
|
|
7935
|
+
entity = FoyerFiscal
|
|
7936
|
+
label = 'Location Meublée Censi B'
|
|
7937
|
+
# start_date = date(2022, 1, 1)
|
|
7938
|
+
definition_period = YEAR
|
|
7939
|
+
|
|
7940
|
+
|
|
7941
|
+
class f7kf(Variable):
|
|
7942
|
+
cerfa_field = '7KF'
|
|
7943
|
+
value_type = int
|
|
7944
|
+
unit = 'currency'
|
|
7945
|
+
entity = FoyerFiscal
|
|
7946
|
+
label = 'Location Meublée Censi B'
|
|
7947
|
+
# start_date = date(2022, 1, 1)
|
|
7843
7948
|
definition_period = YEAR
|
|
7844
7949
|
|
|
7845
7950
|
|
|
@@ -7944,7 +8049,7 @@ class f7th(Variable):
|
|
|
7944
8049
|
value_type = int
|
|
7945
8050
|
unit = 'currency'
|
|
7946
8051
|
entity = FoyerFiscal
|
|
7947
|
-
label = 'Investissements forestiers : report
|
|
8052
|
+
label = 'Investissements forestiers : report 2012, après sinistre'
|
|
7948
8053
|
# start_date = date(2013, 1, 1)
|
|
7949
8054
|
definition_period = YEAR
|
|
7950
8055
|
|
|
@@ -7954,7 +8059,7 @@ class f7ti(Variable):
|
|
|
7954
8059
|
value_type = int
|
|
7955
8060
|
unit = 'currency'
|
|
7956
8061
|
entity = FoyerFiscal
|
|
7957
|
-
label = 'Investissements forestiers : report
|
|
8062
|
+
label = 'Investissements forestiers : report 2013, après sinistre'
|
|
7958
8063
|
# start_date = date(2014, 1, 1)
|
|
7959
8064
|
definition_period = YEAR
|
|
7960
8065
|
|
|
@@ -7964,7 +8069,7 @@ class f7tj(Variable):
|
|
|
7964
8069
|
value_type = int
|
|
7965
8070
|
unit = 'currency'
|
|
7966
8071
|
entity = FoyerFiscal
|
|
7967
|
-
label = 'Investissements forestiers : report
|
|
8072
|
+
label = 'Investissements forestiers : report 2014, après sinistre'
|
|
7968
8073
|
# start_date = date(2015, 1, 1)
|
|
7969
8074
|
definition_period = YEAR
|
|
7970
8075
|
|
|
@@ -7974,7 +8079,7 @@ class f7tk(Variable):
|
|
|
7974
8079
|
value_type = int
|
|
7975
8080
|
unit = 'currency'
|
|
7976
8081
|
entity = FoyerFiscal
|
|
7977
|
-
label = 'Investissements forestiers : report
|
|
8082
|
+
label = 'Investissements forestiers : report 2014, après sinistre, avec adhésion à une organisation de producteurs'
|
|
7978
8083
|
# start_date = date(2015, 1, 1)
|
|
7979
8084
|
definition_period = YEAR
|
|
7980
8085
|
|
|
@@ -8025,7 +8130,7 @@ class f7vm(Variable):
|
|
|
8025
8130
|
value_type = int
|
|
8026
8131
|
unit = 'currency'
|
|
8027
8132
|
entity = FoyerFiscal
|
|
8028
|
-
label = 'Investissements forestiers : report 2015, hors sinistre'
|
|
8133
|
+
label = 'Investissements forestiers : report 2015 (puis 2020), hors sinistre'
|
|
8029
8134
|
# start_date = date(2016, 1, 1)
|
|
8030
8135
|
definition_period = YEAR
|
|
8031
8136
|
|
|
@@ -8035,7 +8140,7 @@ class f7vn(Variable):
|
|
|
8035
8140
|
value_type = int
|
|
8036
8141
|
unit = 'currency'
|
|
8037
8142
|
entity = FoyerFiscal
|
|
8038
|
-
label = 'Investissements forestiers : report 2015, hors sinistre, avec adhésion à une association de producteurs'
|
|
8143
|
+
label = 'Investissements forestiers : report 2015 (puis 2020), hors sinistre, avec adhésion à une association de producteurs'
|
|
8039
8144
|
# start_date = date(2016, 1, 1)
|
|
8040
8145
|
definition_period = YEAR
|
|
8041
8146
|
|
|
@@ -8045,7 +8150,7 @@ class f7vq(Variable):
|
|
|
8045
8150
|
value_type = int
|
|
8046
8151
|
unit = 'currency'
|
|
8047
8152
|
entity = FoyerFiscal
|
|
8048
|
-
label = 'Investissements forestiers : report 2016, hors sinistre'
|
|
8153
|
+
label = 'Investissements forestiers : report 2016 (puis 2021), hors sinistre'
|
|
8049
8154
|
# start_date = date(2016, 1, 1)
|
|
8050
8155
|
definition_period = YEAR
|
|
8051
8156
|
|
|
@@ -8055,7 +8160,7 @@ class f7vr(Variable):
|
|
|
8055
8160
|
value_type = int
|
|
8056
8161
|
unit = 'currency'
|
|
8057
8162
|
entity = FoyerFiscal
|
|
8058
|
-
label = 'Investissements forestiers : report 2016, hors sinistre, avec adhésion à une association de producteurs'
|
|
8163
|
+
label = 'Investissements forestiers : report 2016 (puis 2021), hors sinistre, avec adhésion à une association de producteurs'
|
|
8059
8164
|
# start_date = date(2016, 1, 1)
|
|
8060
8165
|
definition_period = YEAR
|
|
8061
8166
|
|
|
@@ -8946,7 +9051,7 @@ class f7hb(Variable):
|
|
|
8946
9051
|
definition_period = YEAR
|
|
8947
9052
|
|
|
8948
9053
|
|
|
8949
|
-
class
|
|
9054
|
+
class f7hg_2015(Variable):
|
|
8950
9055
|
cerfa_field = '7HG'
|
|
8951
9056
|
value_type = int
|
|
8952
9057
|
unit = 'currency'
|
|
@@ -8954,9 +9059,20 @@ class f7hg(Variable):
|
|
|
8954
9059
|
label = 'Investissements locatifs neufs dispositif Scellier: réductions investissements réalisés et achevés en 2011 en Polynésie française, Nouvelle Calédonie, dans les îles Walllis et Futuna'
|
|
8955
9060
|
# start_date = date(2012, 1, 1)
|
|
8956
9061
|
definition_period = YEAR
|
|
9062
|
+
end = '2015-12-31'
|
|
8957
9063
|
|
|
8958
9064
|
|
|
8959
|
-
class
|
|
9065
|
+
class f7hg(Variable):
|
|
9066
|
+
cerfa_field = '7HG'
|
|
9067
|
+
value_type = int
|
|
9068
|
+
unit = 'currency'
|
|
9069
|
+
entity = FoyerFiscal
|
|
9070
|
+
label = 'Location Meublée Censi B'
|
|
9071
|
+
# start_date = date(2021, 1, 1)
|
|
9072
|
+
definition_period = YEAR
|
|
9073
|
+
|
|
9074
|
+
|
|
9075
|
+
class f7hh_2015(Variable):
|
|
8960
9076
|
cerfa_field = '7HH'
|
|
8961
9077
|
value_type = int
|
|
8962
9078
|
unit = 'currency'
|
|
@@ -8964,9 +9080,20 @@ class f7hh(Variable):
|
|
|
8964
9080
|
label = "Investissements locatifs neufs dispositif Scellier: réductions investissements réalisés et achevés en 2011 en Polynésie française, Nouvelle Calédonie, dans les îles Walllis et Futuna avec promesse d'achat en 2010"
|
|
8965
9081
|
# start_date = date(2012, 1, 1)
|
|
8966
9082
|
definition_period = YEAR
|
|
9083
|
+
end = '2015-12-31'
|
|
8967
9084
|
|
|
8968
9085
|
|
|
8969
|
-
class
|
|
9086
|
+
class f7hh(Variable):
|
|
9087
|
+
cerfa_field = '7HH'
|
|
9088
|
+
value_type = int
|
|
9089
|
+
unit = 'currency'
|
|
9090
|
+
entity = FoyerFiscal
|
|
9091
|
+
label = 'Location Meublée Censi B'
|
|
9092
|
+
# start_date = date(2021, 1, 1)
|
|
9093
|
+
definition_period = YEAR
|
|
9094
|
+
|
|
9095
|
+
|
|
9096
|
+
class f7hd_2019(Variable):
|
|
8970
9097
|
cerfa_field = '7HD'
|
|
8971
9098
|
value_type = int
|
|
8972
9099
|
unit = 'currency'
|
|
@@ -8974,9 +9101,20 @@ class f7hd(Variable):
|
|
|
8974
9101
|
label = 'Investissements locatifs neufs dispositif Scellier: Investissements achevés en 2011, réalisés en 2010, en métropole et dans les DOM-COM'
|
|
8975
9102
|
# start_date = date(2012, 1, 1)
|
|
8976
9103
|
definition_period = YEAR
|
|
9104
|
+
end = '2019-12-31'
|
|
8977
9105
|
|
|
8978
9106
|
|
|
8979
|
-
class
|
|
9107
|
+
class f7hd(Variable):
|
|
9108
|
+
cerfa_field = '7HD'
|
|
9109
|
+
value_type = int
|
|
9110
|
+
unit = 'currency'
|
|
9111
|
+
entity = FoyerFiscal
|
|
9112
|
+
label = 'Location Meublée Censi B'
|
|
9113
|
+
# start_date = date(2021, 1, 1)
|
|
9114
|
+
definition_period = YEAR
|
|
9115
|
+
|
|
9116
|
+
|
|
9117
|
+
class f7he_2014(Variable):
|
|
8980
9118
|
cerfa_field = '7HE'
|
|
8981
9119
|
value_type = int
|
|
8982
9120
|
unit = 'currency'
|
|
@@ -8984,9 +9122,20 @@ class f7he(Variable):
|
|
|
8984
9122
|
label = "Investissements locatifs neufs dispositif Scellier: Investissements achevés en 2011, en métropole et dans les DOM-COM avec promesse d'achat avant le 1.1.2010"
|
|
8985
9123
|
# start_date = date(2012, 1, 1)
|
|
8986
9124
|
definition_period = YEAR
|
|
9125
|
+
end = '2014-12-31'
|
|
8987
9126
|
|
|
8988
9127
|
|
|
8989
|
-
class
|
|
9128
|
+
class f7he(Variable):
|
|
9129
|
+
cerfa_field = '7HE'
|
|
9130
|
+
value_type = int
|
|
9131
|
+
unit = 'currency'
|
|
9132
|
+
entity = FoyerFiscal
|
|
9133
|
+
label = 'Location Meublée Censi B'
|
|
9134
|
+
# start_date = date(2021, 1, 1)
|
|
9135
|
+
definition_period = YEAR
|
|
9136
|
+
|
|
9137
|
+
|
|
9138
|
+
class f7hf_2019(Variable):
|
|
8990
9139
|
cerfa_field = '7HF'
|
|
8991
9140
|
value_type = int
|
|
8992
9141
|
unit = 'currency'
|
|
@@ -8994,6 +9143,17 @@ class f7hf(Variable):
|
|
|
8994
9143
|
label = 'Investissements locatifs neufs dispositif Scellier: Investissements achevés en 2011, Investissements réalisés en 2009 en métropole et dans les DOM-COM'
|
|
8995
9144
|
# start_date = date(2012, 1, 1)
|
|
8996
9145
|
definition_period = YEAR
|
|
9146
|
+
end = '2019-12-31'
|
|
9147
|
+
|
|
9148
|
+
|
|
9149
|
+
class f7hf(Variable):
|
|
9150
|
+
cerfa_field = '7HF'
|
|
9151
|
+
value_type = int
|
|
9152
|
+
unit = 'currency'
|
|
9153
|
+
entity = FoyerFiscal
|
|
9154
|
+
label = 'Location Meublée Censi B'
|
|
9155
|
+
# start_date = date(2021, 1, 1)
|
|
9156
|
+
definition_period = YEAR
|
|
8997
9157
|
|
|
8998
9158
|
|
|
8999
9159
|
class f7ja_2017(Variable):
|
|
@@ -10471,6 +10631,7 @@ class f7jv(Variable):
|
|
|
10471
10631
|
label = 'Investissements destinés à la location meublée non professionnelle : Investissements réalisés et achevés en 2012, réalisés en 2012'
|
|
10472
10632
|
# start_date = date(2013, 1, 1)
|
|
10473
10633
|
definition_period = YEAR
|
|
10634
|
+
end = '2020-12-31'
|
|
10474
10635
|
|
|
10475
10636
|
|
|
10476
10637
|
class f7jw(Variable):
|
|
@@ -10481,6 +10642,7 @@ class f7jw(Variable):
|
|
|
10481
10642
|
label = "Investissements destinés à la location meublée non professionnelle : Investissements réalisés et achevés en 2012, réalisés en 2011 ou réalisés en 2012 avec promesse d'achat en 2011"
|
|
10482
10643
|
# start_date = date(2013, 1, 1)
|
|
10483
10644
|
definition_period = YEAR
|
|
10645
|
+
end = '2020-12-31'
|
|
10484
10646
|
|
|
10485
10647
|
|
|
10486
10648
|
class f7jx(Variable):
|
|
@@ -10491,6 +10653,7 @@ class f7jx(Variable):
|
|
|
10491
10653
|
label = "Investissements destinés à la location meublée non professionnelle : Investissements réalisés et achevés en 2012, réalisés en 2011 avec promesse d'achat en 2010 ou réalisés en 2010"
|
|
10492
10654
|
# start_date = date(2013, 1, 1)
|
|
10493
10655
|
definition_period = YEAR
|
|
10656
|
+
end = '2020-12-31'
|
|
10494
10657
|
|
|
10495
10658
|
|
|
10496
10659
|
class f7jy_2010(Variable):
|
|
@@ -10512,9 +10675,10 @@ class f7jy(Variable):
|
|
|
10512
10675
|
label = "Investissements destinés à la location meublée non professionnelle : Investissements réalisés et achevés en 2012, réalisés en 2010 avec promesse d'achat en 2009 ou réalisés en 2009"
|
|
10513
10676
|
# start_date = date(2013, 1, 1)
|
|
10514
10677
|
definition_period = YEAR
|
|
10678
|
+
end = '2020-12-31'
|
|
10515
10679
|
|
|
10516
10680
|
|
|
10517
|
-
class
|
|
10681
|
+
class f7oa_2021(Variable):
|
|
10518
10682
|
cerfa_field = '7OA'
|
|
10519
10683
|
value_type = int
|
|
10520
10684
|
unit = 'currency'
|
|
@@ -10522,9 +10686,20 @@ class f7oa(Variable):
|
|
|
10522
10686
|
label = "Investissements destinés à la location meublée non professionnelle : Report de 1/9 de la réduction d'impôt. Investissements réalisés et achevés en 2013"
|
|
10523
10687
|
# start_date = date(2014, 1, 1)
|
|
10524
10688
|
definition_period = YEAR
|
|
10689
|
+
end = '2021-12-31'
|
|
10525
10690
|
|
|
10526
10691
|
|
|
10527
|
-
class
|
|
10692
|
+
class f7oa(Variable):
|
|
10693
|
+
cerfa_field = '7OA'
|
|
10694
|
+
value_type = int
|
|
10695
|
+
unit = 'currency'
|
|
10696
|
+
entity = FoyerFiscal
|
|
10697
|
+
label = 'Location Meublée Censi B'
|
|
10698
|
+
# start_date = date(2023, 1, 1)
|
|
10699
|
+
definition_period = YEAR
|
|
10700
|
+
|
|
10701
|
+
|
|
10702
|
+
class f7ob_2021(Variable):
|
|
10528
10703
|
cerfa_field = '7OB'
|
|
10529
10704
|
value_type = int
|
|
10530
10705
|
unit = 'currency'
|
|
@@ -10532,9 +10707,20 @@ class f7ob(Variable):
|
|
|
10532
10707
|
label = "Investissements destinés à la location meublée non professionnelle : Report de 1/9 de la réduction d'impôt. Investissements achevés en 2013 et réalisés en 2012 ou réalisés en 2013 avec promesse d'achat en 2012"
|
|
10533
10708
|
# start_date = date(2014, 1, 1)
|
|
10534
10709
|
definition_period = YEAR
|
|
10710
|
+
end = '2021-12-31'
|
|
10535
10711
|
|
|
10536
10712
|
|
|
10537
|
-
class
|
|
10713
|
+
class f7ob(Variable):
|
|
10714
|
+
cerfa_field = '7OB'
|
|
10715
|
+
value_type = int
|
|
10716
|
+
unit = 'currency'
|
|
10717
|
+
entity = FoyerFiscal
|
|
10718
|
+
label = 'Location Meublée Censi B'
|
|
10719
|
+
# start_date = date(2023, 1, 1)
|
|
10720
|
+
definition_period = YEAR
|
|
10721
|
+
|
|
10722
|
+
|
|
10723
|
+
class f7oc_2021(Variable):
|
|
10538
10724
|
cerfa_field = '7OC'
|
|
10539
10725
|
value_type = int
|
|
10540
10726
|
unit = 'currency'
|
|
@@ -10542,9 +10728,20 @@ class f7oc(Variable):
|
|
|
10542
10728
|
label = "Investissements destinés à la location meublée non professionnelle : Report de 1/9 de la réduction d'impôt. Investissements achevés en 2013 et réalisés en 2011 ou réalisés en 2012 avec promesse d'achat en 2011"
|
|
10543
10729
|
# start_date = date(2014, 1, 1)
|
|
10544
10730
|
definition_period = YEAR
|
|
10731
|
+
end = '2021-12-31'
|
|
10545
10732
|
|
|
10546
10733
|
|
|
10547
|
-
class
|
|
10734
|
+
class f7oc(Variable):
|
|
10735
|
+
cerfa_field = '7OC'
|
|
10736
|
+
value_type = int
|
|
10737
|
+
unit = 'currency'
|
|
10738
|
+
entity = FoyerFiscal
|
|
10739
|
+
label = 'Location Meublée Censi B'
|
|
10740
|
+
# start_date = date(2023, 1, 1)
|
|
10741
|
+
definition_period = YEAR
|
|
10742
|
+
|
|
10743
|
+
|
|
10744
|
+
class f7od_2021(Variable):
|
|
10548
10745
|
cerfa_field = '7OD'
|
|
10549
10746
|
value_type = int
|
|
10550
10747
|
unit = 'currency'
|
|
@@ -10552,9 +10749,20 @@ class f7od(Variable):
|
|
|
10552
10749
|
label = "Investissements destinés à la location meublée non professionnelle : Report de 1/9 de la réduction d'impôt. Investissements achevés en 2013 et réalisés en 2010 ou réalisés en 2011 avec promesse d'achat en 2010"
|
|
10553
10750
|
# start_date = date(2014, 1, 1)
|
|
10554
10751
|
definition_period = YEAR
|
|
10752
|
+
end = '2021-12-31'
|
|
10555
10753
|
|
|
10556
10754
|
|
|
10557
|
-
class
|
|
10755
|
+
class f7od(Variable):
|
|
10756
|
+
cerfa_field = '7OD'
|
|
10757
|
+
value_type = int
|
|
10758
|
+
unit = 'currency'
|
|
10759
|
+
entity = FoyerFiscal
|
|
10760
|
+
label = 'Location Meublée Censi B'
|
|
10761
|
+
# start_date = date(2023, 1, 1)
|
|
10762
|
+
definition_period = YEAR
|
|
10763
|
+
|
|
10764
|
+
|
|
10765
|
+
class f7oe_2021(Variable):
|
|
10558
10766
|
cerfa_field = '7OE'
|
|
10559
10767
|
value_type = int
|
|
10560
10768
|
unit = 'currency'
|
|
@@ -10562,6 +10770,17 @@ class f7oe(Variable):
|
|
|
10562
10770
|
label = "Investissements destinés à la location meublée non professionnelle : Report de 1/9 de la réduction d'impôt. Investissements achevés en 2013 et réalisés en 2009 ou réalisés en 2010 avec promesse d'achat en 2009"
|
|
10563
10771
|
# start_date = date(2014, 1, 1)
|
|
10564
10772
|
definition_period = YEAR
|
|
10773
|
+
end = '2021-12-31'
|
|
10774
|
+
|
|
10775
|
+
|
|
10776
|
+
class f7oe(Variable):
|
|
10777
|
+
cerfa_field = '7OE'
|
|
10778
|
+
value_type = int
|
|
10779
|
+
unit = 'currency'
|
|
10780
|
+
entity = FoyerFiscal
|
|
10781
|
+
label = 'Location Meublée Censi B'
|
|
10782
|
+
# start_date = date(2023, 1, 1)
|
|
10783
|
+
definition_period = YEAR
|
|
10565
10784
|
|
|
10566
10785
|
|
|
10567
10786
|
class f7of(Variable):
|
|
@@ -10572,6 +10791,7 @@ class f7of(Variable):
|
|
|
10572
10791
|
label = "Investissements destinés à la location meublée non professionnelle : Report de 1/9 de la réduction d'impôt. Investissements réalisés en 2013 ou 2014 et achevés en 2014"
|
|
10573
10792
|
# start_date = date(2015, 1, 1)
|
|
10574
10793
|
definition_period = YEAR
|
|
10794
|
+
end = '2022-12-31'
|
|
10575
10795
|
|
|
10576
10796
|
|
|
10577
10797
|
class f7og(Variable):
|
|
@@ -10582,6 +10802,7 @@ class f7og(Variable):
|
|
|
10582
10802
|
label = "Investissements destinés à la location meublée non professionnelle : Report de 1/9 de la réduction d'impôt. Investissements achevés en 2014 et réalisés en 2012 ou réalisés en 2013 avec promesse d'achat en 2012"
|
|
10583
10803
|
# start_date = date(2015, 1, 1)
|
|
10584
10804
|
definition_period = YEAR
|
|
10805
|
+
end = '2022-12-31'
|
|
10585
10806
|
|
|
10586
10807
|
|
|
10587
10808
|
class f7oh(Variable):
|
|
@@ -10592,6 +10813,7 @@ class f7oh(Variable):
|
|
|
10592
10813
|
label = "Investissements destinés à la location meublée non professionnelle : Report de 1/9 de la réduction d'impôt. Investissements achevés en 2014 et réalisés en 2011 ou réalisés en 2012 avec promesse d'achat en 2011"
|
|
10593
10814
|
# start_date = date(2015, 1, 1)
|
|
10594
10815
|
definition_period = YEAR
|
|
10816
|
+
end = '2022-12-31'
|
|
10595
10817
|
|
|
10596
10818
|
|
|
10597
10819
|
class f7oi(Variable):
|
|
@@ -10602,6 +10824,7 @@ class f7oi(Variable):
|
|
|
10602
10824
|
label = "Investissements destinés à la location meublée non professionnelle : Report de 1/9 de la réduction d'impôt. Investissements achevés en 2014 et réalisés en 2010 ou réalisés en 2011 avec promesse d'achat en 2010"
|
|
10603
10825
|
# start_date = date(2015, 1, 1)
|
|
10604
10826
|
definition_period = YEAR
|
|
10827
|
+
end = '2022-12-31'
|
|
10605
10828
|
|
|
10606
10829
|
|
|
10607
10830
|
class f7oj(Variable):
|
|
@@ -10612,6 +10835,7 @@ class f7oj(Variable):
|
|
|
10612
10835
|
label = "Investissements destinés à la location meublée non professionnelle : Report de 1/9 de la réduction d'impôt. Investissements achevés en 2014 et réalisés en 2009 ou réalisés en 2010 avec promesse d'achat en 2009"
|
|
10613
10836
|
# start_date = date(2015, 1, 1)
|
|
10614
10837
|
definition_period = YEAR
|
|
10838
|
+
end = '2022-12-31'
|
|
10615
10839
|
|
|
10616
10840
|
|
|
10617
10841
|
class f7op(Variable):
|
|
@@ -10824,6 +11048,7 @@ class f7pt(Variable):
|
|
|
10824
11048
|
label = 'Investissements destinés à la location meublée non professionnelle : Report du solde de réduction d’impôt non imputé de 2016'
|
|
10825
11049
|
# start_date = date(2017, 1, 1)
|
|
10826
11050
|
definition_period = YEAR
|
|
11051
|
+
end = '2022-12-31'
|
|
10827
11052
|
|
|
10828
11053
|
|
|
10829
11054
|
class f7pu(Variable):
|
|
@@ -10834,6 +11059,7 @@ class f7pu(Variable):
|
|
|
10834
11059
|
label = 'Investissements destinés à la location meublée non professionnelle : Report du solde de réduction d’impôt non imputé de 2017'
|
|
10835
11060
|
# start_date = date(2018, 1, 1)
|
|
10836
11061
|
definition_period = YEAR
|
|
11062
|
+
end = '2023-12-31'
|
|
10837
11063
|
|
|
10838
11064
|
|
|
10839
11065
|
class f7pv(Variable):
|
|
@@ -10844,6 +11070,7 @@ class f7pv(Variable):
|
|
|
10844
11070
|
label = 'Investissements destinés à la location meublée non professionnelle : Report du solde de réduction d’impôt non imputé de 2017'
|
|
10845
11071
|
# start_date = date(2018, 1, 1)
|
|
10846
11072
|
definition_period = YEAR
|
|
11073
|
+
end = '2023-12-31'
|
|
10847
11074
|
|
|
10848
11075
|
|
|
10849
11076
|
class f7pw(Variable):
|
|
@@ -10854,6 +11081,7 @@ class f7pw(Variable):
|
|
|
10854
11081
|
label = 'Investissements destinés à la location meublée non professionnelle : Report du solde de réduction d’impôt non imputé de 2017'
|
|
10855
11082
|
# start_date = date(2018, 1, 1)
|
|
10856
11083
|
definition_period = YEAR
|
|
11084
|
+
end = '2023-12-31'
|
|
10857
11085
|
|
|
10858
11086
|
|
|
10859
11087
|
class f7px(Variable):
|
|
@@ -10864,6 +11092,7 @@ class f7px(Variable):
|
|
|
10864
11092
|
label = 'Investissements destinés à la location meublée non professionnelle : Report du solde de réduction d’impôt non imputé de 2017'
|
|
10865
11093
|
# start_date = date(2018, 1, 1)
|
|
10866
11094
|
definition_period = YEAR
|
|
11095
|
+
end = '2023-12-31'
|
|
10867
11096
|
|
|
10868
11097
|
|
|
10869
11098
|
class f7py(Variable):
|
|
@@ -10874,6 +11103,7 @@ class f7py(Variable):
|
|
|
10874
11103
|
label = 'Investissements destinés à la location meublée non professionnelle : Report du solde de réduction d’impôt non imputé de 2017'
|
|
10875
11104
|
# start_date = date(2018, 1, 1)
|
|
10876
11105
|
definition_period = YEAR
|
|
11106
|
+
end = '2023-12-31'
|
|
10877
11107
|
|
|
10878
11108
|
|
|
10879
11109
|
class f7ho(Variable):
|
|
@@ -11527,7 +11757,7 @@ class f7vj(Variable):
|
|
|
11527
11757
|
value_type = int
|
|
11528
11758
|
unit = 'currency'
|
|
11529
11759
|
entity = FoyerFiscal
|
|
11530
|
-
label = 'Inv.
|
|
11760
|
+
label = 'Inv. forestiers: Report des dépenses de travaux des années antérieures 2018 avec adhésion à une organisation de producteurs'
|
|
11531
11761
|
# start_date = date(2019, 1, 1)
|
|
11532
11762
|
definition_period = YEAR
|
|
11533
11763
|
|