Skip to content

Commit bcfd11a

Browse files
fix SAM-EM MOIC documentation
1 parent 8870e6f commit bcfd11a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/geophires_x/EconomicsUtils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def moic_parameter() -> OutputParameter:
4141
return OutputParameter(
4242
"Project MOIC",
4343
ToolTipText='Project Multiple of Invested Capital. For SAM Economic Models, this is calculated as the '
44-
'cash flow profile Issuance of equity (total capital invested) divided by the sum of '
45-
'Total pre-tax returns (total value received).',
44+
'sum of Total pre-tax returns (total value received) '
45+
'divided by Issuance of equity (total capital invested).',
4646
UnitType=Units.PERCENT,
4747
PreferredUnits=PercentUnit.TENTH,
4848
CurrentUnits=PercentUnit.TENTH

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
},
116116
"Project MOIC": {
117117
"type": "number",
118-
"description": "Project Multiple of Invested Capital. For SAM Economic Models, this is calculated as the cash flow profile Issuance of equity (total capital invested) divided by the sum of Total pre-tax returns (total value received).",
118+
"description": "Project Multiple of Invested Capital. For SAM Economic Models, this is calculated as the sum of Total pre-tax returns (total value received) divided by Issuance of equity (total capital invested).",
119119
"units": ""
120120
},
121121
"Fixed Charge Rate (FCR)": {},

0 commit comments

Comments
 (0)