Skip to content

Commit b206bb5

Browse files
tweak Discount Initial Year Cashflow tooltip
1 parent cb1e0c6 commit b206bb5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/geophires_x/Economics.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -875,16 +875,15 @@ def __init__(self, model: Model):
875875
'Discount Initial Year Cashflow',
876876
DefaultValue=False,
877877
UnitType=Units.NONE,
878-
ToolTipText='Whether to discount cashflow in the initial project year when calculating NPV. '
878+
ToolTipText='Whether to discount cashflow in the initial project year when calculating NPV '
879+
'(Net Present Value). '
879880
'The default value of False conforms to NREL\'s standard convention for NPV calculation '
880881
'(Short W et al, 1995. https://www.nrel.gov/docs/legosti/old/5173.pdf). '
881882
'A value of True will, by contrast, cause NPV calculation to follow the convention used by '
882883
'Excel, Google Sheets, and other common spreadsheet software. '
883-
'Although NREL\'s NPV convention may typically be considered more technically correct '
884-
'from a financial mathematics perspective, '
885-
'Excel-style NPV calculation may be preferred by some for familiarity, '
886-
'compliance with de-facto organizational standards, or comparison of '
887-
'GEOPHIRES with independent financial calculations. '
884+
'Although NREL\'s NPV convention may typically be considered more technically correct, '
885+
'Excel-style NPV calculation may be preferred by some for familiarity '
886+
'or compatibility with existing business processes.'
888887
'See https://github.com/NREL/GEOPHIRES-X/discussions/344 for discussion and further details.'
889888
)
890889

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@
15811581
"maximum": 1.0
15821582
},
15831583
"Discount Initial Year Cashflow": {
1584-
"description": "Whether to discount cashflow in the initial project year when calculating NPV. The default value of False conforms to NREL's standard convention for NPV calculation (Short W et al, 1995. https://www.nrel.gov/docs/legosti/old/5173.pdf). A value of True will, by contrast, cause NPV calculation to follow the convention used by Excel, Google Sheets, and other common spreadsheet software. Although NREL's NPV convention may typically be considered more technically correct from a financial mathematics perspective, Excel-style NPV calculation may be preferred by some for familiarity, compliance with de-facto organizational standards, or comparison of GEOPHIRES with independent financial calculations. See https://github.com/NREL/GEOPHIRES-X/discussions/344 for discussion and further details.",
1584+
"description": "Whether to discount cashflow in the initial project year when calculating NPV (Net Present Value). The default value of False conforms to NREL's standard convention for NPV calculation (Short W et al, 1995. https://www.nrel.gov/docs/legosti/old/5173.pdf). A value of True will, by contrast, cause NPV calculation to follow the convention used by Excel, Google Sheets, and other common spreadsheet software. Although NREL's NPV convention may typically be considered more technically correct, Excel-style NPV calculation may be preferred by some for familiarity or compatibility with existing business processes.See https://github.com/NREL/GEOPHIRES-X/discussions/344 for discussion and further details.",
15851585
"type": "boolean",
15861586
"units": null,
15871587
"category": "Economics",

0 commit comments

Comments
 (0)