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.

File purpose

This profile is used to connect to Atoti Market Risk.

File location

This file is not shipped in the releases to avoid confusion for users that do not use Atoti Market Risk. We provide it here as a reference.
KeyValueDescription
sign-off.application.settings.as-of-date-dimensions.MR.cube-dimension."[*]".as-of-date.dimension-nameDatesThe name of the dimension that contains the as-of-date dimension for all cubes in MR.
sign-off.application.settings.as-of-date-dimensions.MR.cube-dimension."[*]".as-of-date.hierarchy-nameDateThe name of the hierarchy that contains the as-of-date dimension for all cubes in MR.
sign-off.application.settings.as-of-date-dimensions.MR.cube-dimension."[*]".as-of-date.level-nameAsOfDateThe name of the level that contains the as-of-date dimension for all cubes in MR.
sign-off.application.settings.restricted-cubes.MR.[0]VaR-ES Summary CubeThe name of one of the cubes in MR where adjustments are not allowed.
sign-off.application.settings.restricted-cubes.MR.[1]Sensitivity Summary CubeThe name of one of the cubes in MR where adjustments are not allowed.
sign-off.application.settings.restricted-cubes.MR.[2]PL Summary CubeThe name of one of the cubes in MR where adjustments are not allowed.
sign-off.application.settings.restricted-cubes.MR.[3]Market Data CubeThe name of one of the cubes in MR where adjustments are not allowed.
sign-off.application.settings.restricted-cubes.MR.[4]MRCombinedCubeThe name of one of the cubes in MR where adjustments are not allowed.
sign-off.application.settings.available-scope-levels.MR.available-levels-by-cube."[*]"[0].dimension-nameOrganizationThe name of a dimension that that can be used when defining a scope for a task across all cubes in MR.
sign-off.application.settings.available-scope-levels.MR.available-levels-by-cube."[*]"[0].hierarchy-nameBookHierarchyThe name of a hierarchy that that can be used when defining a scope for a task across all cubes in MR.
sign-off.application.settings.available-scope-levels.MR.available-levels-by-cube."[*]"[0].level-nameLevel 5The name of a level that that can be used when defining a scope for a task across all cubes in MR.
sign-off.application.settings.available-scope-levels.MR.available-levels-by-cube."[*]"[1].dimension-nameBookingThe name of a dimension that that can be used when defining a scope for a task across all cubes in MR.
sign-off.application.settings.available-scope-levels.MR.available-levels-by-cube."[*]"[1].hierarchy-nameBooksThe name of a hierarchy that that can be used when defining a scope for a task across all cubes in MR.
sign-off.application.settings.available-scope-levels.MR.available-levels-by-cube."[*]"[1].level-nameBookThe name of a level that that can be used when defining a scope for a task across all cubes in MR.
sign-off.application.settings.available-scope-levels.MR.available-levels-by-cube."[*]"[2].dimension-nameBookingThe name of a dimension that that can be used when defining a scope for a task across all cubes in MR.
sign-off.application.settings.available-scope-levels.MR.available-levels-by-cube."[*]"[2].hierarchy-nameDesksThe name of a hierarchy that that can be used when defining a scope for a task across all cubes in MR.
sign-off.application.settings.available-scope-levels.MR.available-levels-by-cube."[*]"[2].level-nameDeskThe name of a level that that can be used when defining a scope for a task across all cubes in MR.

YAML

sign-off:
  application:
    settings:
      as-of-date-dimensions:
        MR:
          cube-dimension:
            "[*]":
              as-of-date:
                dimension-name: Dates
                hierarchy-name: Date
                level-name: AsOfDate
      restricted-cubes:
        MR:
          - VaR-ES Summary Cube
          - Sensitivity Summary Cube
          - PL Summary Cube
          - Market Data Cube
          - MRCombinedCube
      available-scope-levels:
        MR:
          available-levels-by-cube:
            "[*]":
              - dimension-name: Organization
                hierarchy-name: BookHierarchy
                level-name: Level 5
              - dimension-name: Booking
                hierarchy-name: Books
                level-name: Book
              - dimension-name: Booking
                hierarchy-name: Desks
                level-name: Desk
              - dimension-name: Risk
                hierarchy-name: Scenario Sets
                level-name: Scenario Set
      feed-member-coordinate:
        dimension-name: Sign-off
        hierarchy-name: Sign-off Status
        level-name: Feed
        member: [ TOTAL REVIEWABLE ]
    rest-apis:
      MR:
        url: http://localhost:10010/mr-application
        user: admin
        cubes:
          '[VaR-ES Cube]':
            as-of-date-level: "[Dates].[Date].[AsOfDate]"
          '[VaR-ES Summary Cube]':
            as-of-date-level: "[Dates].[Date].[AsOfDate]"
          '[Sensitivity Cube]':
            as-of-date-level: "[Dates].[Date].[AsOfDate]"
          '[Sensitivity Summary Cube]':
            as-of-date-level: "[Dates].[Date].[AsOfDate]"
          PLCube:
            as-of-date-level: "[Dates].[Date].[AsOfDate]"
          '[PL Summary Cube]':
            as-of-date-level: "[Dates].[Date].[AsOfDate]"
          MRCombinedCube:
            as-of-date-level: "[Dates].[Date].[AsOfDate]"
    authentication-mode: jwt
    ```