For the complete documentation index, see llms.txt. This page is also available as Markdown.

Calculation Parts

Overview of Calculation Parts

List of available Calculation Parts

Calculation Part
Details

Variable Reference

References the value of a Variable

Period Reference

References the date value of a Period 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 Function on a set of arguments

Comma

Separates Function arguments

Lambda Reference

References a Lambda function

Lambda Argument

Defines an argument for use in Let and Lambda 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.

Last updated