Skip to content

Commit 6a3c06e

Browse files
After-Tax IRR result field
1 parent 01158b6 commit 6a3c06e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/geophires_x_client/geophires_x_result.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class GeophiresXResult:
7575
'Capacity factor',
7676
'Project NPV',
7777
'Project IRR',
78+
'After-Tax IRR',
7879
'Project VIR=PI=PIR',
7980
'Project MOIC',
8081
'Fixed Charge Rate (FCR)', # SUTRA

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
"description": "Project Internal Rate of Return",
103103
"units": "%"
104104
},
105+
"After-Tax IRR": {
106+
"type": "number",
107+
"description": "The After-Tax IRR (internal rate of return) is the nominal discount rate that corresponds to a net present value (NPV) of zero for PPA SAM Economic models. See https://samrepo.nrelcloud.org/help/mtf_irr.html.",
108+
"units": "%"
109+
},
105110
"Project VIR=PI=PIR": {
106111
"type": "number",
107112
"description": "Project Value Investment Ratio",

0 commit comments

Comments
 (0)