Cassius1Morbant commited on
Commit
f2c90b3
·
verified ·
1 Parent(s): 98bdb61

Update Math/IR/IR_calc.py

Browse files
Files changed (1) hide show
  1. Math/IR/IR_calc.py +1 -1
Math/IR/IR_calc.py CHANGED
@@ -6,7 +6,7 @@ import sys
6
  _DEFAULT_JSON = str(Path(__file__).parent / "marital_status.json")
7
 
8
  # 2025 barème
9
- THRESHOLDS = [11497, 29315, 83823, 180294]
10
  RATES = [0.0, 0.11, 0.30, 0.41, 0.45]
11
  CAP_PER_DEMI_PART = 1791.0
12
 
 
6
  _DEFAULT_JSON = str(Path(__file__).parent / "marital_status.json")
7
 
8
  # 2025 barème
9
+ THRESHOLDS = [11600, 29579, 84577, 181917]
10
  RATES = [0.0, 0.11, 0.30, 0.41, 0.45]
11
  CAP_PER_DEMI_PART = 1791.0
12