Calculation Parts
Overview of Calculation Parts
Last updated
Overview of Calculation Parts
Last updated
Variable Reference
References the value of a
Period Reference
References the date value of a of the Model
Constant
Any numerical value
Text
Any text string
Operator
A mathematical operator: +
-
*
/
^
Comparator
A comparison operator: <
>
<=
>=
=
Brackets
Parentheses (
)
to indicate order of calculation
or
Indicate start and end of a Function
Function
Performs a defined on a set of arguments
Comma
Separates Function arguments
Lambda Reference
References a function
Lambda Argument
Defines an argument for use in and functions
Lambda Argument Reference
References a Lambda Argument
Calculations follow standard mathematical order of evaluation: Brackets > Order > Products (Division or Multiplication) > Sums (Addition or Subtraction)
The following sections go into detail on some of these Calculation Parts.