Update Math/IR/IR_calc.py
Browse files- 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 = [
|
| 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 |
|