Skip to content

Commit

Permalink
Change folder from hmrc to dwp
Browse files Browse the repository at this point in the history
  • Loading branch information
vahid-ahmadi committed Jan 14, 2025
1 parent e96bc2e commit 153c2f6
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def formula(person, period, parameters):
# Get age thresholds from parameters
age_limits = parameters(
period
).gov.hmrc.childcare_subsidies.tax_free_childcare.age
).gov.dwp.childcare_subsidies.tax_free_childcare.age
standard_age_limit = age_limits.standard
disability_age_limit = age_limits.disability

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def formula(person, period, parameters):
# Get required income threshold based on age
income_limits = parameters(
period
).gov.hmrc.childcare_subsidies.tax_free_childcare.income_thresholds
).gov.dwp.childcare_subsidies.tax_free_childcare.income_thresholds

required_threshold = income_limits.calc(age)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def formula(benunit, period, parameters):
# Get parameters from the parameter tree
p_tfc = parameters(
period
).gov.hmrc.childcare_subsidies.tax_free_childcare.contribution
).gov.dwp.childcare_subsidies.tax_free_childcare.contribution

p_disabled = parameters(period).gov.dwp.universal_credit.elements.child

Expand Down

0 comments on commit 153c2f6

Please sign in to comment.