Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Most features require some configuration in the form of settings that need to be specified for each applicable server on which the feature is expected to work. When using or combining solutions using the default settings with their default server keys, no changes are required. If you are using different server keys or want to alter settings, you can do so via the solution’s activate function by overriding the settings parameter.
KeyTypeDescriptionExample
drilldownOperationsDrillDownOperationSetting[]Describes the available operations for the Drilldown menu-item plugin.

DrillDownOperationSetting

KeyTypeDescriptionExample
namestringThe name to display in the context menu
type"" | “QIS” | “notQIS” | “riskClassTable” | “notRiskClassTable”Type of drill-down
isRiskClassboolean | nullWhether the risk class should be part of the selected cell. null indicates that this won’t be checked.
checkDoubleSumsbooleanWhether to check if the selected measure is of the double sums type
measureMustContainOneOfstring[]List of tokens that a measure can contain in order for the drilldown action to be available["Delta Risk Position", "Vega Risk Position"]
measureMustNotContainAnyOfstring[] | undefinedOptional list of tokens that a measure cannot contain in order for the drilldown action to be available.["Double Sums", "Correlations"]