This page provides a description of how some measures can be replaced to modify the calculation logic. The measures at the beginning of the calculation chain are now defined using Spring beans. These definitions are designed to be overridden. For example, this can be used to calculate the SES capital requirement according to the EBA’s RTS on the capitalisation of non-modellable risk factors . This could be done with the following steps: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.
- Customize the input files, datastore, and IMA cube schema to add the additional fields required by these calculations.
- Replace the “ES (SES)” measure with a measure that applies the EBA’s formulas using the additional fields.
The Solution will continue with the IMA ES calculations using this new custom measure.
IMAMeasureBeans with the following method signature and annotations:
@IMAMeasure
annotation with the same qualifier. If the class you are using is new, be sure to include it in FRTBConfig imports. For example,
The difference between the
@CoreIMAMeasure and @IMAMeasure annotations is that the latter includes @Primary.The CopperMeasure objects returned by these methods should not be published to the copper context by these methods.