Skip to content

Commit

Permalink
Added new esa deduction type (#108)
Browse files Browse the repository at this point in the history
* added new esa deduction type

* added new contribution type

* updated esa deduction name
  • Loading branch information
Keshav Goyal authored Jan 6, 2025
1 parent f4a54da commit 0850272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flux_sdk/flux_core/data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ class ContributionType(Enum):
COMPANY_MATCH_ROTH_457B = 18
SIMPLE_IRA = 19
COMPANY_MATCH_SIMPLE_IRA = 20
EMERGENCY_SAVINGS_ACCOUNT = 21
COMPANY_MATCH_EMERGENCY_SAVINGS_ACCOUNT = 22

class DeductionType(Enum):
"""
Expand All @@ -210,6 +212,7 @@ class DeductionType(Enum):
_457B = 8
ROTH_457B = 9
SIMPLE_IRA = 10
EMERGENCY_SAVINGS_ACCOUNT = 11


class PayrollRunType(Enum):
Expand Down

0 comments on commit 0850272

Please sign in to comment.