Each UI project is designed as an extension of the Atoti UI “host application”. This section explains how you can easily combine these extensions into a running Atoti Market Risk application.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.
Activating Atoti Market Risk
- Download and set up the latest version of the Atoti UI starter application. See the Atoti UI tutorial here.
-
To activate Atoti Market Risk, make the following changes:
In
package.json:
index.tsx:
env.development.js and env.production.js, ensure the following exist:
- A server used as the Content Server
- An Atoti Market Risk server with the key “MR”
- Build and run the starter, now with the Atoti Market Risk features enabled.
Configuring Atoti Market Risk
The example above activates Atoti Market Risk with a default configuration and default settings. Here’s how to modify them.Change the configuration
Theconfiguration parameter is the entry-point to configuring the Atoti UI “host application”. It is supplied to the activate function that modifies it to add the Atoti Market Risk features. If you want to make changes like adding or removing a plugin, changing the application’s title or adding an HOC, you can modify the configuration object after invoking activate.
For example:
Change the settings
Theactivate function accepts a settings and a basSettings argument to let you configure the Atoti Market Risk features and the BAS features respectively.
You can use the default values exported from the SDK as an override basis:
- Atoti Market Risk settings, see UI settings.
- BAS settings, see UI Components.