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

Réduction IR - investissements travaux forestiers #2384

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,62 @@ def formula_2021_01_01(foyer_fiscal, period, parameters):

return ci_travaux + ci_cg_tot

def formula_2023_01_01(foyer_fiscal, period, parameters):
'''
Investissements forestiers pour 2023
'''
# À compter de 2023, le crédit d'impôt au titre de la rémunération versée pour la réalisation d'un contrat conclu pour la gestion de bois et forêts (DEFI « Contrat ») est abrogé, d'où le retrait de la formule du paramètre plafond_cga. Par ailleurs, le paramètre taux_adhesion_org_producteurs est retiré également car la formule change, pour les cotisations versées à un assureur (DEFI « Assurance »), le plafond de dépenses éligibles à l’hectare est porté de 6 € à 15 € ;

maries_ou_pacses = foyer_fiscal('maries_ou_pacses', period)

f7up = foyer_fiscal('f7up', period)
f7ut = foyer_fiscal('f7ut', period)

f7ua = foyer_fiscal('f7ua', period)
f7ub = foyer_fiscal('f7ub', period)
f7uq = foyer_fiscal('f7uq', period)
f7ui = foyer_fiscal('f7ui', period)

f7tj = foyer_fiscal('f7tj', period)
f7tk = foyer_fiscal('f7tk', period)
f7tm = foyer_fiscal('f7tm', period)
f7to = foyer_fiscal('f7to', period)
f7tp = foyer_fiscal('f7tp', period)
f7tq = foyer_fiscal('f7tq', period)
f7vs = foyer_fiscal('f7vs', period)
f7tr = foyer_fiscal('f7tr', period)
f7vl = foyer_fiscal('f7vl', period)
f7ts = foyer_fiscal('f7ts', period)
f7vj = foyer_fiscal('f7vj', period)
f7tt = foyer_fiscal('f7tt', period)
f7vk = foyer_fiscal('f7vk', period)
f7tu = foyer_fiscal('f7tu', period)
f7vh = foyer_fiscal('f7vh', period)
f7tv = foyer_fiscal('f7tv', period)
f7vi = foyer_fiscal('f7vi', period)
f7tw = foyer_fiscal('f7tw', period)
f7vm = foyer_fiscal('f7vm', period)
f7ta = foyer_fiscal('f7ta', period)
f7vn = foyer_fiscal('f7vn', period)
f7tb = foyer_fiscal('f7tb', period)

P = parameters(period).impot_revenu.calcul_reductions_impots.investissement_forestier.depenses_investissement_forestier

# travaux année N
ci_trav_adh = min_(P.travaux.plafond * (maries_ou_pacses + 1), f7ua + f7ub + f7tk + f7to + f7tq + f7vl + f7ts + f7vk + f7tu + f7vi + f7tw + f7vn + f7tb)
ci_trav = min_(P.travaux.plafond * (maries_ou_pacses + 1) - ci_trav_adh, f7up + f7ut + f7tj + f7tm + f7tp + f7vs + f7tr + f7vj + f7tt + f7vh + f7tv + f7vm + f7ta)

ci_travaux = P.travaux.taux_adhesion_org_producteurs * ci_trav_adh + P.travaux.taux * ci_trav

# contrat de gestion
ci_cg_adh = min_(P.plafond_cga * (maries_ou_pacses + 1), f7ui)
ci_cg = min_(P.plafond_cga * (maries_ou_pacses + 1) - ci_cg_adh, f7uq)

ci_cg_tot = P.travaux.taux_adhesion_org_producteurs * ci_cg_adh + P.travaux.taux * ci_cg

return ci_travaux + ci_cg_tot



class acqgpl(Variable):
value_type = float
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
description: Plafond de dépenses de contrat de gestion (CGA) de dépenses d'investissement forestier
values:
2009-01-01:
value: 2000
value: 200
2023-01-01:
value: null
metadata:
short_label: Plafond de dépenses
unit: currency_next_year
reference:
2009-01-01:
title: Article 200 quindecies, 4. b) du Code général des impôts
href: https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000028439825/2014-01-01/
2023-01-01:
title: Article 10 de la Loi n° 2022-1726 du 30 décembre 2022 de finances pour 2023
href: https://www.legifrance.gouv.fr/jorf/article_jo/JORFARTI000046845648
documentation : |-
Le dispositif d'encouragement fiscal au titre d'investissements forestiers (DEFI Forêt), prévu par l'article 199 decies H du code général des impôts (CGI) et par l'article 200 quindecies du CGI, a été profondément réformé par l'article 10 de la loi n° 2022-1726 du 30 décembre 2022 de finances pour 2023.[...] Le crédit d'impôt au titre de la rémunération versée pour la réalisation d'un contrat conclu pour la gestion de bois et forêts (DEFI « Contrat ») est abrogé.
(https://bofip.impots.gouv.fr/bofip/13774-PGP.html/ACTU-2022-00155)

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ description: Taux pour les travaux avec adhésion à une organisation de product
values:
2014-01-01:
value: 0.25
2023-01-01:
value: null
metadata:
last_value_still_valid_on: "2024-04-26"
unit: /1
Expand All @@ -11,3 +13,7 @@ metadata:
href: https://www.legifrance.gouv.fr/loda/id/LEGIARTI000028428523/2013-12-31/
- title: Art. 200 quindecies, 5. du CGI
href: https://www.legifrance.gouv.fr/codes/id/LEGIARTI000028439825/2014-01-01/
2023-01-01:
title: Article 10 de la Loi n° 2022-1726 du 30 décembre 2022 de finances pour 2023
href: https://www.legifrance.gouv.fr/jorf/article_jo/JORFARTI000046845648

Loading