Skip to content

Commit

Permalink
add comment explaining how 80% is already added for erap
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Apr 19, 2024
1 parent 4a35327 commit 77c9511
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def eligible(self) -> Eligibility:

income = self.screen.calc_gross_income('yearly', ['all'])
income_limits = EmergencyRentalAssistance.income_cache.fetch()
# NOTE: 80% to income is already applied in the sheet.
income_limit = income_limits[county_name][self.screen.household_size - 1]
e.condition(income < income_limit, messages.income(income, income_limit))

Expand Down

0 comments on commit 77c9511

Please sign in to comment.