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-result.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,16 @@
70
70
"description": "Project Net Present Value. NPV is calculated with cashflows lumped at the end of periods. See: Short W et al, 1995. \"A Manual for the Economic Evaluation of Energy Efficiency and Renewable Energy Technologies.\", p. 41. https://www.nrel.gov/docs/legosti/old/5173.pdf",
71
71
"units": "MUSD"
72
72
},
73
-
"Project IRR": {},
74
-
"Project VIR=PI=PIR": {},
73
+
"Project IRR": {
74
+
"type": "number",
75
+
"description": "Project Internal Rate of Return",
76
+
"units": "%"
77
+
},
78
+
"Project VIR=PI=PIR": {
79
+
"type": "number",
80
+
"description": "Project Value Investment Ratio",
81
+
"units": ""
82
+
},
75
83
"Project MOIC": {
76
84
"type": "number",
77
85
"description": "Project Multiple of Invested Capital",
0 commit comments