File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1791,12 +1791,16 @@ def __init__(self, model: Model):
1791
1791
PreferredUnits = CurrencyFrequencyUnit .MDOLLARSPERYEAR ,
1792
1792
CurrentUnits = CurrencyFrequencyUnit .MDOLLARSPERYEAR
1793
1793
)
1794
+
1795
+ # TODO this is displayed as "Project Net Cashflow" in Revenue & Cashflow Profile which is probably not an
1796
+ # accurate synonym for cumulative revenue
1794
1797
self .TotalCummRevenue = self .OutputParameterDict [self .TotalCummRevenue .Name ] = OutputParameter (
1795
1798
Name = "Cumulative Revenue from Project" ,
1796
1799
UnitType = Units .CURRENCY ,
1797
1800
PreferredUnits = CurrencyUnit .MDOLLARS ,
1798
1801
CurrentUnits = CurrencyUnit .MDOLLARS
1799
1802
)
1803
+
1800
1804
self .ProjectNPV = self .OutputParameterDict [self .ProjectNPV .Name ] = OutputParameter (
1801
1805
"Project Net Present Value" ,
1802
1806
UnitType = Units .CURRENCY ,
You can’t perform that action at this time.
0 commit comments