Skip to content

Commit 2c70fb1

Browse files
Regenerate schema
1 parent 7a3cd96 commit 2c70fb1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/geophires_x/Economics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ def __init__(self, model: Model):
10041004
)
10051005

10061006
# TODO support custom royalty rate schedule as a list parameter
1007+
# (as an alternative to specifying rate/escalation/max)
10071008

10081009
self.royalty_holder_discount_rate = self.ParameterDict[self.royalty_holder_discount_rate.Name] = floatParameter(
10091010
'Royalty Holder Discount Rate',

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@
16471647
"minimum": 0.0,
16481648
"maximum": 1.0
16491649
},
1650-
"Royalty Escalation Rate": {
1650+
"Royalty Rate Escalation": {
16511651
"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.",
16521652
"type": "number",
16531653
"units": "",
@@ -1656,7 +1656,7 @@
16561656
"minimum": 0.0,
16571657
"maximum": 1.0
16581658
},
1659-
"Maximum Royalty Rate": {
1659+
"Royalty Rate Maximum": {
16601660
"description": "The maximum royalty rate after escalation, expressed as a fraction (e.g., 0.06 for a 6% cap).",
16611661
"type": "number",
16621662
"units": "",

0 commit comments

Comments
 (0)