Docs / nablatensor-risk / com.nablatensor.risk
interface
RiskClassProfile
The per-risk-class parameter surface a generic FRTB SA-SBM engine drives. One implementation per risk class (GIRR, CSR non-sec / sec / CTP, equity, commodity, FX); the implementation holds the MAR21 risk-weight, correlation and curvature-shock tables and is the single place a value changes.
All correlations returned here are MEDIUM-scenario values; the engine applies the CorrelationScenario HIGH / LOW transforms.
This interface carries no numbers. Its implementations do, and each of those must cite the Basel paragraph and warn that the reader should verify against the current rulebook.
Methods
The risk class this profile parameterises.
Delta risk weight for a delta risk factor (as a decimal fraction).
Vega risk weight for a vega risk factor (as a decimal fraction).
The additive shock magnitude applied to riskFactorLevel for the curvature up and down repricings. Relative-shock classes return rw * riskFactorLevel; absolute-shock classes return rw.
Within-bucket delta correlation between two factors (MEDIUM scenario); 1 if identical.
Within-bucket vega correlation between two factors (MEDIUM scenario); 1 if identical.
Across-bucket correlation between two buckets (MEDIUM scenario); 1 if the same bucket.