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.

The Market Risk Libraries are a set of Maven modules containing calculations, services, and cube-related configuration, as follows:
ModulePackagesContents
mr-common-libcom.activeviam.mr.common.calculationsPostprocessors, measure factories, and calculation implementation details common across models.
com.activeviam.mr.common.constantsConstants used across all modules.
com.activeviam.mr.common.servicesServices common across models.
com.activeviam.mr.common.domainDomain-specific classes for each model.
com.activeviam.mr.common.utilsUtility classes common across models.
mr-common-configcom.activeviam.mr.common.configModel-agnostic configuration used in the MR application.
com.activeviam.mr.common.cubeCube-related configuration for all cubes.
com.activeviam.mr.common.datastoreDatastore-related configuration for all cubes.
com.activeviam.mr.common.measuresMeasure-related configuration for all cubes.
com.activeviam.mr.common.sourcesSource-related configuration for all cubes.
mr-directquerycom.activeviam.mr.directqueryDirectQuery configuration and sources.
com.activeviam.mr.migrationMigration-related classes.
com.activeviam.mr.previewDirectQuery-related preview features.
mr-sensi-libcom.activeviam.mr.sensi.calculationsPostprocessors, measure factories, and calculation implementation details for the Sensitivity model.
mr-sensi-configcom.activeviam.mr.sensi.configSensitivity-specific configuration used in the MR application.
com.activeviam.mr.sensi.cubeCube-related configuration for the Sensitivity cube.
com.activeviam.mr.sensi.datastoreDatastore-related configuration for the Sensitivity cube.
com.activeviam.mr.sensi.measuresMeasure-related configuration for the Sensitivity cube.
com.activeviam.mr.sensi.sourcesSource-related configuration for the Sensitivity cube.
mr-pnl-libcom.activeviam.mr.pnl.measuresMeasure factories, and calculation implementation details for the PnL model.
mr-pnl-configcom.activeviam.mr.pnl.configProperties, adjustments and sign-off configuration for the PnL Cube.
com.activeviam.mr.pnl.cubeCube-related configuration for the PnL cube.
com.activeviam.mr.pnl.datastoreDatastore-related configuration for the PnL cube.
com.activeviam.mr.pnl.measuresMeasure-related configuration for the PnL cube.
com.activeviam.mr.pnl.sourcesSource-related configuration for the PnL cube.
mr-product-control-configcom.activeviam.mr.productcontrol.datastoreDatastore-related configuration for product control features on the PnL cube.
com.activeviam.mr.productcontrol.measuresMeasure-related configuration for product control features on the PnL cube.
mr-var-libcom.activeviam.mr.var.calculationsPostprocessors, measure factories, and calculation implementation details for the VaR model.
mr-var-configcom.activeviam.mr.var.configVaR-specific configuration used in the MR application.
com.activeviam.mr.var.cubeCube-related configuration for the VaR-ES cube.
com.activeviam.mr.var.datastoreDatastore-related configuration for the VaR-ES cube.
com.activeviam.mr.var.measuresMeasure-related configuration for the VaR-ES cube.
com.activeviam.mr.var.sourcesSource-related configuration for the VaR-ES cube.
mr-combined-libcom.activeviam.mr.combined.calculationsPostprocessors for combined calculations across all other cubes.
mr-combined-configcom.activeviam.mr.combined.cubeCube-related configuration for the MRCombined cube.
mr-combined-configcom.activeviam.mr.combined.measuresMeasure-related configuration for the MRCombined cube.
While we don’t expect clients to change the code in the *-lib modules, the source code is part of the distribution. The *-config modules are intended to be customized through custom Spring Beans.