ModelCalculationFormulaContext

When the logic of the Step’s Calculation is executed, it has access to data and operations using the ModelCalculationFormulaContext object (see its API methods) which is exposed via the model binding variable.

You can access:

  • Inputs of the Tabs

  • Outputs of Calculations

  • Model Tables (similar to Data Source)

  • Model Parameters (the same as Company Parameter)

  • Trees

You can execute:

  • Job Trigger Calculation

    • Externally executed calculations providing domain-specific features.

    • Various engines exists for Optimization, R or Python, see Job Trigger Calculations for details.