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.

Atoti Market Risk consists of the following components:
  • MR libraries, containing calculations, services, and cube-related configuration for each calculation model. For details, see MR Libraries
  • The MR application, which utilizes the libraries to create a full MR server.

The Market Risk Application

The Market Risk application is a Maven module containing several packages, representing a complete Market Risk project. The goal of the application is to provide:
  • A complete out-of-the-box project that loads files in our file format (compiles to executable JAR files).
  • Sample code demonstrating how to use the libraries.
The application leverages the configuration in the MR libraries to configure a full application. The following packages are contained within:
PackageDescription
com.activeviam.mr.application.configContent server, security, environment and resources configuration for the MR application.
com.activeviam.mr.application.cubeCube-related configuration for the MR application.
com.activeviam.mr.application.datastoreDatastore-related configuration for the MR application.
com.activeviam.mr.application.mainThe main configuration and application classes.
com.activeviam.mr.application.measuresMeasures-related configuration for the MR application.
com.activeviam.mr.application.signoffConfiguration of sign-off functionality.
com.activeviam.mr.application.sourcesSources-related configuration for the MR application.
com.activeviam.mr.application.whatifConfiguration of what-if functionality.
For full details on the MR default implementation, see the following topics: