Navigation :
test ../ test user-ref.html
User & Reference Guide
test ../ test getting-started.html
Getting started
test ../ test getting-started/overview.html
- Atoti Market Risk overview
test ../ test getting-started/data-model.html
- Market Risk Data Model
test ../ test getting-started/directquery.html
- DirectQuery
test ../ test getting-started/about.html
- Using this guide
test ../ test getting-started/whats-new.html
-
What's New
test ../ test dashboards.html
Dashboards
test ../ test calculations.html
Calculations Guide
test ../ test cube.html
Cube Reference
test ../ test datastore.html
Datastores
test ../ test input-files.html
Input file formats
test ../ test properties.html
Properties
test ../ test properties/config-properties.html
-
Configuration Properties
test ../ test properties/property-files.html
-
Property files
test ../ test properties/profiles.html
-
Profiles
test ../ test properties/profiles/application-databricks-yaml.html
-- application-databricks.yaml
test ../ test properties/profiles/application-dist-data-node-yaml.html
-- application-dist-data-node.yaml
test ../ test properties/profiles/application-dist-query-node-yaml.html
-- application-dist-query-node.yaml
test ../ test properties/profiles/application-dlc-azure-csv-yaml.html
-- application-dlc-azure-csv.yaml
test ../ test properties/profiles/application-dlc-local-csv-yaml.html
-- application-dlc-local-csv.yaml
test ../ test properties/profiles/application-forcenetty-yaml.html
-- application-forceNetty.yaml
test ../ test properties/profiles/application-mssql-yaml.html
-- application-mssql.yaml
test ../ test properties/profiles/application-snowflake-yaml.html
-- application-snowflake.yaml
test ../ test what-if.html
What-If Analysis
test ../ test database.html
Database
test ../ test sign-off.html
Sign-Off Approvals
test ../ test limits.html
Limit monitoring
test ../ test dev.html
Developer Guide
test ../ test dev/dev-release.html
-
Release and migration notes
test ../ test dev/dev-getting-started.html
-
Getting Started
test ../ test dev/dev-ui-config.html
-
Configuring the UI
test ../ test dev/dev-mr-application.html
-
The Market Risk Application
test ../ test dev/dev-libraries.html
-
Market Risk Libraries
test ../ test dev/dev-extensions.html
-
Extending Atoti Market Risk
test ../ test dev/dev-tools.html
-
Configuring tools and methodologies
test ../ test dev/dev-sign-off.html
-
Sign-Off
test ../ test dev/dev-whatif.html
-
What-If
test ../ test dev/dev-direct-query.html
-
DirectQuery
test ../ test pdf-guides.html
PDF Guides
Profiles
We provide a number of yaml property files that can be optionally activated as Spring profiles to modify the behavior of Atoti Market Risk. These files all follow the naming pattern application-<profile>.yaml
to conform with Spring requirements.
Each profile sets specific properties to make Atoti Market Risk work for a particular use case, for example different modes of distribution, different methods of data loading, or running with DirectQuery.
Specify different profiles by modifying the spring.profiles.active
property in application.yaml or by overriding this property at runtime.
This section describes the format and values of the profiles provided in Atoti Market Risk.