From 0956b22986ba373e474049e90ca319a30d1d6f47 Mon Sep 17 00:00:00 2001 From: Antoine Van Elstraete Date: Wed, 13 May 2026 18:21:13 +0200 Subject: [PATCH] Add 2026 kilometer rate scale (unchanged from 2025) --- config.toml | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/config.toml b/config.toml index 2ec605e..35f7edf 100644 --- a/config.toml +++ b/config.toml @@ -115,3 +115,82 @@ forfait = 1515 km_max = 0 taux = 0.470 forfait = 0 + +# --- Barème kilométrique voitures 2026 (revenus 2025) --- +# Source : https://www.service-public.gouv.fr/particuliers/actualites/A14686 +# Majoration +20% pour véhicules électriques gérée dans travel_calc.py + +[[bareme_kilometrique.2026.cv_3.tranches]] +km_max = 5000 +taux = 0.529 +forfait = 0 + +[[bareme_kilometrique.2026.cv_3.tranches]] +km_max = 20000 +taux = 0.316 +forfait = 1065 + +[[bareme_kilometrique.2026.cv_3.tranches]] +km_max = 0 +taux = 0.370 +forfait = 0 + +[[bareme_kilometrique.2026.cv_4.tranches]] +km_max = 5000 +taux = 0.606 +forfait = 0 + +[[bareme_kilometrique.2026.cv_4.tranches]] +km_max = 20000 +taux = 0.340 +forfait = 1330 + +[[bareme_kilometrique.2026.cv_4.tranches]] +km_max = 0 +taux = 0.407 +forfait = 0 + +[[bareme_kilometrique.2026.cv_5.tranches]] +km_max = 5000 +taux = 0.636 +forfait = 0 + +[[bareme_kilometrique.2026.cv_5.tranches]] +km_max = 20000 +taux = 0.357 +forfait = 1395 + +[[bareme_kilometrique.2026.cv_5.tranches]] +km_max = 0 +taux = 0.427 +forfait = 0 + +[[bareme_kilometrique.2026.cv_6.tranches]] +km_max = 5000 +taux = 0.665 +forfait = 0 + +[[bareme_kilometrique.2026.cv_6.tranches]] +km_max = 20000 +taux = 0.374 +forfait = 1457 + +[[bareme_kilometrique.2026.cv_6.tranches]] +km_max = 0 +taux = 0.447 +forfait = 0 + +[[bareme_kilometrique.2026.cv_7plus.tranches]] +km_max = 5000 +taux = 0.697 +forfait = 0 + +[[bareme_kilometrique.2026.cv_7plus.tranches]] +km_max = 20000 +taux = 0.394 +forfait = 1515 + +[[bareme_kilometrique.2026.cv_7plus.tranches]] +km_max = 0 +taux = 0.470 +forfait = 0