Skip to content

Commit

Permalink
Fix lint for customer kroner (kundekroner)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiastj authored Jan 11, 2024
1 parent a0f8330 commit 5b93024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/calculate-loan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const EXTRA_DEDUCTABLE_PERCENT_BELOW_LIMIT = 8
const QUARTERS_PER_YEAR = 4
const MONTHS_PER_YEAR = 12

const CUSTOMER_KRONER_EXTRA_CHARGE_REBATE = 0.20
const CUSTOMER_KRONER_EXTRA_CHARGE_REBATE = 0.2
const RD_EXTRA_CHARGE_PERCENTAGE_FOR_QUARTERLY = 0.05

type YearlyPayment = {
Expand Down

0 comments on commit 5b93024

Please sign in to comment.