Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional economic calculations (tax revenue/royalties/jobs) #169

Open
1 of 5 tasks
malcolm-dsider opened this issue Mar 28, 2024 · 6 comments
Open
1 of 5 tasks
Assignees
Labels
enhancement New feature or improvement (as opposed to bug/problem) feature request Feature requested by user(s) good first issue Good for newcomers

Comments

@malcolm-dsider
Copy link
Collaborator

malcolm-dsider commented Mar 28, 2024

Additional low-priority suggestion from a user:

  1. Calculate the tax revenue generated by a geothermal project. Per Geothermal Rising: "Over the course of 30 to 50 years an average 20 MW facility will pay nearly $6.3 to $11 million dollars in property taxes"1
  2. Calculate the royalties that need to be paid to land owner (and add them to the OPEX). Per Geothermal Rising: "Over the course of 30 to 50 years an average 20 MW facility will pay [...] $12 to $22 million in annual royalties. Seventy-five percent of these royalties ($9.2 to $16.6M) go directly back to the state and county."1
  3. Calculate the number of jobs that would be created by a project
    1. Geothermal Rising Job Estimate Correlation: Added additional estimates from GR website  #247
    2. JEDI: JEDI Geothermal Implementation #221

Footnotes

  1. Geothermal Rising: Geothermal Basics 2

@kfbeckers
Copy link
Collaborator

The NREL tool is called JEDI: https://www.nrel.gov/analysis/jedi/geothermal.html

@malcolm-dsider
Copy link
Collaborator Author

  1. Geothermal plants generate very little tax revenue—for example, it is against federal law to charge sales tax on energy. Most value to a taxing entity would come indirectly via jobs added and taxes on subsidiary transactions (like meals sold to employees at a nearby restaurant). Maybe property taxes? The code can handle that with "Annual License Fees Etc", "One-time Flat License Fees Etc", "Other Incentives", "Tax Relief Per Year", and "One-time Grants Etc"
  2. The Add-on module can already handle fixed royalty payments as one-time or annual payments with parameters like "The code can handle that with "Annual License Fees Etc," "One-time Flat License Fees Etc," "Other Incentives," "Tax Relief Per Year," and "One-time Grants," etc. It cannot handle royalties based on energy generation. To go further, I need to know more about how lease contract terms will be written.
  3. Incorporating JEDI into GeOPHIRES is a much larger project - needs to be discussed and tracked separately.

@softwareengineerprogrammer softwareengineerprogrammer changed the title Additional economic calculations Additional economic calculations (JEDI) Apr 30, 2024
@softwareengineerprogrammer
Copy link
Collaborator

@malcolm-dsider to provide working/current JEDI implementation reference

@malcolm-dsider
Copy link
Collaborator Author

JEDI.pdf

@softwareengineerprogrammer
Copy link
Collaborator

JEDI implementation being tracked in #221

@softwareengineerprogrammer
Copy link
Collaborator

Created #232 for basic GR economic correlations

@softwareengineerprogrammer softwareengineerprogrammer changed the title Additional economic calculations (JEDI) Additional economic calculations (tax revenue/royalties/jobs) Jun 27, 2024
softwareengineerprogrammer added a commit to softwareengineerprogrammer/GEOPHIRES-X that referenced this issue Jun 27, 2024
@softwareengineerprogrammer softwareengineerprogrammer added the feature request Feature requested by user(s) label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement (as opposed to bug/problem) feature request Feature requested by user(s) good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants