Skip to content

Commit

Permalink
add dependents for nfp
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed May 7, 2024
1 parent e05cf5a commit f5e4823
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions programs/programs/co/nurse_family_partnership/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ class NurseFamilyPartnership(ProgramCalculator):
fpl_percent = 2
child_relationships = ['child', 'grandChild']
amount = 15_000
dependencies = [
'relationship',
'income_frequency',
'income_amount',
'age',
'pregnant',
]

def eligible(self) -> Eligibility:
e = Eligibility()
Expand Down

0 comments on commit f5e4823

Please sign in to comment.