Skip to content

Commit

Permalink
Add enhanced CPS option
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Sep 22, 2023
1 parent a04be57 commit 8b85465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policyengine_api/country.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def build_microsimulation_options(self) -> dict:
elif self.country_id == "us":
region = [
dict(name="us", label="the US"),
dict(name="enhanced_us", label="the US (enhanced CPS)"),
dict(name="al", label="Alabama"),
dict(name="ak", label="Alaska"),
dict(name="az", label="Arizona"),
Expand Down

0 comments on commit 8b85465

Please sign in to comment.