Atoti Market Risk consists of the following components: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.
- 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.
| Package | Description |
|---|---|
| com.activeviam.mr.application.config | Content server, security, environment and resources configuration for the MR application. |
| com.activeviam.mr.application.cube | Cube-related configuration for the MR application. |
| com.activeviam.mr.application.datastore | Datastore-related configuration for the MR application. |
| com.activeviam.mr.application.main | The main configuration and application classes. |
| com.activeviam.mr.application.measures | Measures-related configuration for the MR application. |
| com.activeviam.mr.application.signoff | Configuration of sign-off functionality. |
| com.activeviam.mr.application.sources | Sources-related configuration for the MR application. |
| com.activeviam.mr.application.whatif | Configuration of what-if functionality. |