frtbsa
Create frtbsa
object to support ISDA FRTB-SA workflows for calculating capital market risk charge
Since R2024b
Description
Create a frtbsa
object using this workflow:
Create a FRTB-SA CRIF file.
The ISDA® FRTB-SA Common Risk Interchange Format (CRIF) is a standardized format developed by the International Swaps and Derivatives Association (ISDA) for reporting capital market risk charges under the Standardized Approach for Fundamental Review of the Trading Book (FRTB-SA) framework. For more information on creating an ISDA FRTB-SA CRIF file, see ISDA FRTB-SA CRIF File Specifications. FRTB-SA functionality meets ISDA benchmarks for use in the
frtbsa
object.Create a
frtbsa
object.Use
frtbsa
to create afrtbsa
object.Use
frtbsa
object functions.Use the following functions to calculate total capital market risk, sensitivity-based method (SBM) charge, default risk capital (DRC) charge, and residual risk add-on (RRAO) charge results for each portfolio:
For more information on this workflow, see ISDA FRTB-SA Workflows and for an example, see Compute Capital Risk Charge Using FRTB-SA Framework.
Creation
Description
creates a myFRTBSA
= frtbsa(FRTBSACRIF
)frtbsa
object and sets the properties. The
frtbsa
object provides an object-based framework that
supports Basel-compliant, International Swaps and Derivatives Association
(ISDA) workflows for calculating capital market risk charge.
creates a myFRTBSA
= frtbsa(___,Name=Value
)frtbsa
object and sets the optional name-value
arguments for DRCValuationDate
and
NumDaysYear
. These additional properties are required for
drc
calculation.
Input Arguments
Properties
Object Functions
charge | Calculate total capital market risk charge results for each portfolio |
sbm | Calculate sensitivity-based method (SBM) charge results for each portfolio |
drc | Calculate default risk capital (DRC) charge results for each portfolio |
rrao | Calculate residual risk add-on (RRAO) charge results for each portfolio |
Examples
More About
References
[1] Bank for International Settlements. "MAR21 — Standardised Approach: Sensitivities-Based Method." March 2020. https://www.bis.org/basel_framework/chapter/MAR/21.htm.
[2] Bank for International Settlements. "MAR22 — Standardised Approach: Default Risk Capital Requirement." March 2020. https://www.bis.org/basel_framework/chapter/MAR/22.htm.
[3] Bank for International Settlements. "MAR23 — Standardised Approach: Residual Risk Add-On." March 2020. https://www.bis.org/basel_framework/chapter/MAR/23.htm.
[4] Bank for International Settlements. "CRE42 — Securitization: External-Ratings-Based Approach (SEC-ERBA)." January 2023. https://www.bis.org/basel_framework/chapter/CRE/42.htm.
[5] Bank for International Settlements. "Basel Committee on Banking Supervision: Minimum Capital Requirements for Market Risk"." January 2019. https://www.bis.org/bcbs/publ/d457.pdf.
Version History
Introduced in R2024b