This page provides implementation details about the usage of the Sign-off API library within FRTB, focusing on configuration and included functionality. For documentation of the library itself, see Sign-off API.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.
Service implementations
SignOffService
TheSignOffService class implements the ISignOffService interface,
providing functionality for sign-off related methods.
The initiate method
This method is deprecated. Please use ISignOffDto.createSignOffTask(...) instead.
The discard method
This method is deprecated. Please use ISignOffDto.discardSignOffTask(...) instead.
The approve method
This method is deprecated. Please use ISignOffDto.updateState(...) instead.
The export method
Parses a SignOffProcessInstanceExportDTO for the data necessary to
create export orders through the Data Connectors library.
The service creates store-level (using ISearchFactsQuery objects) and
aggregated (using MDX generated through Apache Velocity templates)
export orders.
The endpoint returns a set of three export task IDs for the request.
The status method
Retrieves the Data Connectors export status for a set of Sign-off tasks.
The statuses of the three export tasks are grouped into a single
response containing the execution statuses and details about the result
of the exports.
The kpis method
Returns Goal, Value and Status details for a list of filtered
KPIs. The details are retrieved by executing a query against the running
Atoti server.
SignOffRestService
TheSignOffRestService class wraps the SignOffService in a set of
REST endpoints.
SupportedAdjustmentsConfig
TheSupportedAdjustmentsConfig class contains the Spring Beans that
are autowired into the SupportedAdjustmentService, providing
specifications for adjustments.
AdjustmentsExecutionConfig
TheAdjustmentExecutionConfig class exposes executors for the
supported adjustment types.
AdjustmentPivotConfig
TheAdjustmentPivotConfig class adds a sign-off adjustment
source-tagging dimension to the Sensitivity and PL cubes.
SignOffDatastoreCustomisations
Sign-off adjustment source-tagging datastore fields are added in theSignOffDatastoreCustomisations class, using the Solution Common
Library and the Datastore Helper.
SignOffRestServiceConfig
TheSignOffRestServiceConfig class adds the SignOffRestService and
AdjustmentRestService services to the ActivePivot REST services.