Skip to content

Commit

Permalink
add lists of RE assets and industries
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Apr 18, 2024
1 parent 03b207c commit 8585a98
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ccc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@

OUTPUT_DATA_FORMATS = ["csv", "tex", "excel", "json", "html", None]

# TODO: perhaps make as a dict so that can vary across years?
# And if policy variant, maybe move to default params?
RE_ASSETS = [
"Credit-eligible own account software",
"Credit-eligible research and development",
"Wind and solar power structures",
]

RE_INDUSTRIES = [
"Computer_and_Electronic_Product_Manufacturing",
]

MAJOR_IND_ORDERED = [
"Agriculture, forestry, fishing, and hunting",
"Mining",
Expand Down

0 comments on commit 8585a98

Please sign in to comment.