| override_regulatory_parameters | R Documentation |
Creates a modified copy of canonical tables. Existing parameter rows are replaced only when key and both dimensions identify exactly one row. The original input is not mutated and an audit record is attached.
override_regulatory_parameters(tables, overrides, reason, approved_by)
tables |
Canonical input tables. |
overrides |
Data frame with |
reason |
Non-empty business rationale. |
approved_by |
Non-empty approver or governance reference. |
A copied table list carrying an rwa_parameter_overrides audit attribute.
parameter_overrides(), calculate_tables()
t <- generate_synthetic_tables(bank_profile = "KSA_BANK")
o <- data.frame(parameter_key = "RWA_MULTIPLIER", dimension_1 = "PILLAR1",
dimension_2 = "", parameter_value = 12.5)
t2 <- override_regulatory_parameters(t, o, "Sensitivity", "Model Risk")
parameter_overrides(t2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.