Skip to content

Commit

Permalink
update with 2023 constant values
Browse files Browse the repository at this point in the history
  • Loading branch information
ben69uaq authored Jun 2, 2024
1 parent ad447f7 commit 4128877
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions service/TaxCalculator.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class TaxCalculator {

static tranche1 = 10778;
static tranche2 = 27479;
static tranche3 = 78570;
static tranche4 = 168994;
static maximumDecote = 3045;
static tranche1 = 11295;
static tranche2 = 28797;
static tranche3 = 82341;
static tranche4 = 177106;
static maximumDecote = 3191;

static calculate (taxnotice) {
let impotSansPlafond = TaxCalculatorWithCap.calculate(taxnotice);
Expand Down

0 comments on commit 4128877

Please sign in to comment.