Skip to content

Commit 37a59c2

Browse files
regenerate schema with Discount Initial Year Cashflow
1 parent 467ef07 commit 37a59c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,6 +1580,15 @@
15801580
"minimum": 0.0,
15811581
"maximum": 1.0
15821582
},
1583+
"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.",
1585+
"type": "boolean",
1586+
"units": null,
1587+
"category": "Economics",
1588+
"default": false,
1589+
"minimum": null,
1590+
"maximum": null
1591+
},
15831592
"Fraction of Investment in Bonds": {
15841593
"description": "Fraction of geothermal project financing through bonds (see docs)",
15851594
"type": "number",

0 commit comments

Comments
 (0)