# Calculation Parts

## List of available Calculation Parts

<table><thead><tr><th width="253">Calculation Part</th><th>Details</th></tr></thead><tbody><tr><td><code>Variable Reference</code></td><td>References the value of a <a href="/pages/CNJPIhA5uMXlyhXkn4Lo"><strong>Variable</strong></a></td></tr><tr><td><code>Period Reference</code></td><td>References the date value of a <a href="/pages/AiOhORy8MfQtNO8Awoes"><strong>Period</strong></a> of the Model</td></tr><tr><td><code>Constant</code></td><td>Any numerical value</td></tr><tr><td><code>Text</code></td><td>Any text string</td></tr><tr><td><code>Operator</code></td><td>A mathematical operator: <code>+</code> <code>-</code> <code>*</code> <code>/</code> <code>^</code></td></tr><tr><td><code>Comparator</code></td><td>A comparison operator: <code>&#x3C;</code> <code>></code> <code>&#x3C;=</code> <code>>=</code> <code>=</code></td></tr><tr><td><code>Brackets</code></td><td>Parentheses <code>(</code> <code>)</code> to indicate order of calculation<br><em>or</em><br>Indicate start and end of a Function</td></tr><tr><td><code>Function</code></td><td>Performs a defined <a href="/pages/2lIvY7bEpV0RoVKB92vM"><strong>Function</strong></a> on a set of arguments</td></tr><tr><td><code>Comma</code></td><td>Separates Function arguments</td></tr><tr><td><code>Lambda Reference</code></td><td>References a <a href="/pages/il2aXvWbkdArjLqCep0r#lambda-functions"><strong>Lambda</strong></a> function</td></tr><tr><td><code>Lambda Argument</code></td><td>Defines an argument for use in <a href="/pages/il2aXvWbkdArjLqCep0r#let-functions"><strong>Let</strong></a> and <a href="/pages/il2aXvWbkdArjLqCep0r#lambda-functions"><strong>Lambda</strong></a> functions</td></tr><tr><td><code>Lambda Argument Reference</code></td><td>References a Lambda Argument</td></tr></tbody></table>

{% hint style="info" %}
Calculations follow standard mathematical order of evaluation: Brackets > Order > Products (Division or Multiplication) > Sums (Addition or Subtraction)
{% endhint %}

The following sections go into detail on some of these Calculation Parts.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.taglo.io/calculations/calculation-parts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
