Skip to content

Commit

Permalink
Calculate Net Income Thresholds using weekly tax scale (regression fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Symes-Tsy committed May 3, 2024
1 parent 51bc835 commit 2d71867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/emtr.R
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ emtr <- function(
MFTC_amount <- Parameters$FamilyAssistance_MFTC_Rates_MinimumIncome / 52L

# Calculate inverse thresholds for the tax system (weekly)
NIT <- Net_Thresholds(Parameters$Tax_BaseScale)
NIT <- Net_Thresholds(Tax_BaseScale_Weekly)

# Assign benefit rates and abatement schedules ------------------------
if (Partnered == TRUE) {
Expand Down

0 comments on commit 2d71867

Please sign in to comment.