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.

The OBLIGOR_OVERRIDES table contains the Override definitions for the Obligor table.
Column NameTypeNot Null
OBLIGOR_IDSTRINGY
RISK_CLASSSTRINGY
PARAMETER_SETSTRINGY
OBLIGOR_CATEGORYSTRING
RATINGSTRING
RISK_WEIGHTDOUBLE
DRC_FUND_TREATMENTSTRING
AS_OF_DATEDATEY

Unique Key

Override ParameterObligor Table Field
OVERRIDE KEY FIELDOBLIGOR_ID
OVERRIDE DATE FIELDAS_OF_DATE
Where:
  • Override Parameter: The parameters to determine where to apply this override.
  • Obligor Table Field: The field in the Obligor base table for this override.

Create Base Store Tuples

See the Create Override Tuples section for an example of how to create the override tuples for the following override fields. These are the fields we want to override in the base override table, in this case the Obligor Table.
Override Table
PARAMETER_SET
OBLIGOR_CATEGORY
RATING
RISK_WEIGHT
DRC_FUND_TREATMENT
These fields form an intermediate table containing the Override’s base store fields and will be merged back into the Override base table: Obligor.

Map Override Fields to Base Table Fields

Once you create your tuples for each override field, you can then map the tuples back to the base store using the following relationship:
Override TableObligor Table FieldNote
OVERRIDE KEY FIELDOBLIGOR_ID
OVERRIDE DATE FIELDAS_OF_DATE
PARAMETER_SETNo mapping exists
OBLIGOR_CATEGORYOBLIGOR_CATEGORY
RATINGRATING
RISK_WEIGHTRISK_WEIGHT
DRC_FUND_TREATMENTDRC_FUND_TREATMENT
RISK_CLASSNo mapping exists