From 68ae3473115fed11b869af471a665c0db800b27d Mon Sep 17 00:00:00 2001 From: Antoine Van Elstraete Date: Wed, 11 Mar 2026 20:07:26 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20bar=C3=A8me=20kilom=C3=A9trique=202025?= =?UTF-8?q?=20=E2=80=94=20tranches=20et=20CV=20corrects,=20toutes=20puissa?= =?UTF-8?q?nces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 79 +++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 64 insertions(+), 15 deletions(-) diff --git a/config.toml b/config.toml index 44ad3e1..4a648b4 100644 --- a/config.toml +++ b/config.toml @@ -37,32 +37,81 @@ distances = { moteur = 14, velo = 8 } name = "Vélo seul" distances = { velo = 24 } -[[bareme_kilometrique.2025.cv_5.tranches]] -km_max = 3000 -taux = 0.548 +# --- Barème kilométrique voitures 2025 (revenus 2024) --- +# 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.2025.cv_3.tranches]] +km_max = 5000 +taux = 0.529 forfait = 0 -[[bareme_kilometrique.2025.cv_5.tranches]] -km_max = 6000 +[[bareme_kilometrique.2025.cv_3.tranches]] +km_max = 20000 taux = 0.316 -forfait = 699 +forfait = 1065 + +[[bareme_kilometrique.2025.cv_3.tranches]] +km_max = 0 +taux = 0.370 +forfait = 0 + +[[bareme_kilometrique.2025.cv_4.tranches]] +km_max = 5000 +taux = 0.606 +forfait = 0 + +[[bareme_kilometrique.2025.cv_4.tranches]] +km_max = 20000 +taux = 0.340 +forfait = 1330 + +[[bareme_kilometrique.2025.cv_4.tranches]] +km_max = 0 +taux = 0.407 +forfait = 0 + +[[bareme_kilometrique.2025.cv_5.tranches]] +km_max = 5000 +taux = 0.636 +forfait = 0 + +[[bareme_kilometrique.2025.cv_5.tranches]] +km_max = 20000 +taux = 0.357 +forfait = 1395 [[bareme_kilometrique.2025.cv_5.tranches]] km_max = 0 -taux = 0.364 +taux = 0.427 forfait = 0 -[[bareme_kilometrique.2025.cv_6_7.tranches]] -km_max = 3000 -taux = 0.655 +[[bareme_kilometrique.2025.cv_6.tranches]] +km_max = 5000 +taux = 0.665 forfait = 0 -[[bareme_kilometrique.2025.cv_6_7.tranches]] -km_max = 6000 +[[bareme_kilometrique.2025.cv_6.tranches]] +km_max = 20000 taux = 0.374 -forfait = 836 +forfait = 1457 -[[bareme_kilometrique.2025.cv_6_7.tranches]] +[[bareme_kilometrique.2025.cv_6.tranches]] km_max = 0 -taux = 0.435 +taux = 0.447 +forfait = 0 + +[[bareme_kilometrique.2025.cv_7plus.tranches]] +km_max = 5000 +taux = 0.697 +forfait = 0 + +[[bareme_kilometrique.2025.cv_7plus.tranches]] +km_max = 20000 +taux = 0.394 +forfait = 1515 + +[[bareme_kilometrique.2025.cv_7plus.tranches]] +km_max = 0 +taux = 0.470 forfait = 0