We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fe65b commit 71116b4Copy full SHA for 71116b4
src/geophires_x/Economics.py
@@ -1003,6 +1003,8 @@ def __init__(self, model: Model):
1003
ToolTipText="The maximum royalty rate after escalation, expressed as a fraction (e.g., 0.06 for a 6% cap)."
1004
)
1005
1006
+ # TODO support custom royalty rate schedule as a list parameter
1007
+
1008
self.royalty_holder_discount_rate = self.ParameterDict[self.royalty_holder_discount_rate.Name] = floatParameter(
1009
'Royalty Holder Discount Rate',
1010
DefaultValue=0.05,
0 commit comments