Skip to content

Commit

Permalink
Merge pull request #349 from Gary-Community-Ventures/update/medicare_…
Browse files Browse the repository at this point in the history
…savings

Medicare Savings Income Limits
  • Loading branch information
CalebPena authored May 1, 2024
2 parents 1a372c8 + 68b05f1 commit 5975c68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions programs/programs/federal/medicare_savings/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
class MedicareSavings(ProgramCalculator):
valid_insurance = ('none', 'employer', 'private', 'medicare')
asset_limit = {
'single': 10_590,
'married': 16_630,
'single': 10_930,
'married': 17_130,
}
income_limit = {
'single': 1_660,
'married': 2239,
'single': 1_715,
'married': 2_320,
}
min_age = 65
amount = 175
Expand Down

0 comments on commit 5975c68

Please sign in to comment.