Skip to content

Commit

Permalink
Update programs/programs/nc/medicaid/emergency_medicaid/calculator.py
Browse files Browse the repository at this point in the history
Co-authored-by: CalebPena <[email protected]>
  • Loading branch information
msrezaie and CalebPena authored Nov 1, 2024
1 parent de27677 commit b944694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class EmergencyMedicaid(ProgramCalculator):
member_amount = 6268
max_age = 64
fpl_percent = 1.96
dependencies = ["age", "insurance", "income_amount", "household_size"]
dependencies = ["age", "insurance", "income_amount", "income_frequency", "household_size"]

def household_eligible(self, e: Eligibility):
# Does not have insurance
Expand Down

0 comments on commit b944694

Please sign in to comment.