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 @@ -1784,12 +1784,16 @@ def __init__(self, model: Model):
1784
1784
PreferredUnits = CurrencyFrequencyUnit .MDOLLARSPERYEAR ,
1785
1785
CurrentUnits = CurrencyFrequencyUnit .MDOLLARSPERYEAR
1786
1786
)
1787
+
1788
+ # TODO this is displayed as "Project Net Cashflow" in Revenue & Cashflow Profile which is probably not an
1789
+ # accurate synonym for cumulative revenue
1787
1790
self .TotalCummRevenue = self .OutputParameterDict [self .TotalCummRevenue .Name ] = OutputParameter (
1788
1791
Name = "Cumulative Revenue from Project" ,
1789
1792
UnitType = Units .CURRENCY ,
1790
1793
PreferredUnits = CurrencyUnit .MDOLLARS ,
1791
1794
CurrentUnits = CurrencyUnit .MDOLLARS
1792
1795
)
1796
+
1793
1797
self .ProjectNPV = self .OutputParameterDict [self .ProjectNPV .Name ] = OutputParameter (
1794
1798
"Project Net Present Value" ,
1795
1799
UnitType = Units .CURRENCY ,
You can’t perform that action at this time.
0 commit comments