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
Copy file name to clipboardExpand all lines: src/geophires_x_schema_generator/geophires-request.json
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1639,14 +1639,32 @@
1639
1639
"maximum": 1.0
1640
1640
},
1641
1641
"Royalty Rate": {
1642
-
"description": "The percentage of the project's gross annual revenue paid to the royalty holder. This is modeled as a variable production-based operating expense, reducing the developer's taxable income.",
1642
+
"description": "The fraction of the project's gross annual revenue paid to the royalty holder. This is modeled as a variable production-based operating expense, reducing the developer's taxable income.",
1643
1643
"type": "number",
1644
1644
"units": "",
1645
1645
"category": "Economics",
1646
1646
"default": 0.0,
1647
1647
"minimum": 0.0,
1648
1648
"maximum": 1.0
1649
1649
},
1650
+
"Royalty Escalation Rate": {
1651
+
"description": "The additive amount the royalty rate increases each year. For example, a value of 0.001 increases a 4% rate (0.04) to 4.1% (0.041) in the next year.",
1652
+
"type": "number",
1653
+
"units": "",
1654
+
"category": "Economics",
1655
+
"default": 0.0,
1656
+
"minimum": 0.0,
1657
+
"maximum": 1.0
1658
+
},
1659
+
"Maximum Royalty Rate": {
1660
+
"description": "The maximum royalty rate after escalation, expressed as a fraction (e.g., 0.06 for a 6% cap).",
1661
+
"type": "number",
1662
+
"units": "",
1663
+
"category": "Economics",
1664
+
"default": 1.0,
1665
+
"minimum": 0.0,
1666
+
"maximum": 1.0
1667
+
},
1650
1668
"Royalty Holder Discount Rate": {
1651
1669
"description": "The discount rate used to calculate the Net Present Value (NPV) of the royalty holder's income stream. This rate should reflect the royalty holder's specific risk profile and is separate from the main project discount rate.",
0 commit comments