Variable
|
Description
|
---|---|
PERIOD
|
The period that the calculator tape is saved to. This value is displayed on the slider in the calculator.
|
CURRENTPERIOD
|
The period that represents the current date
|
STARTPERIOD
|
The starting period in the model
|
DELIVERYPERIOD
|
The selected delivery period
|
ENDPERIOD
|
The last period in the model
|
PERIODSPERYEAR
|
The number of periods in each year that are configured for the current project
|
To
|
Do this
|
---|---|
sum all cost streams for a period
|
Use the allCosts stream. For example:
allCosts[PERIOD]
To sum all costs or benefits over a range of time, specify that range.
|
sum all benefit streams from the delivery period to the end period
|
Use:
allBenefits(DELIVERYPERIOD..ENDPERIOD)
|
sum all cost and benefit streams
|
Use the npv function:
npv(CURRENTPERIOD..ENDPERIOD)
|