You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be more specific, much of this work will be done in the read_bea.py script to create the ratio of BEA to IRS assets. For example, the BEA and IRS data are merged together on line 92 of this script. From this, you can get total BEA fixed assets (equipment and structures - does not include land, inventories) and IRS fixed assets by industry. We'll want to compute these ratios by industry and then we'll need to sort and look over that list manually to see what looks like a reasonable cutoff for "tax-exempt intensive" industries - it's these for which we'll need to adjust the BEA assets downward.
Certain assets that we can identify as being owned by tax exempts are already dropped In lines 53-55 of calc_final_outputs.py.
We need to remove tax exempts from the BEA asset totals. We have a methodology to do this outlined in the METR_Guide, it just needs to be implemented.
The text was updated successfully, but these errors were encountered: