CollateralSet
Description
Create a CollateralSet
object using this
workflow:
Create the ISDA®SA-CCR CRIF file.
The ISDA SA-CCR Common Risk Interchange Format (CRIF) is a standardized file format developed by the International Swaps and Derivatives Association (ISDA) for reporting counterparty credit risk exposures under the Standardized Approach for Counterparty Credit Risk (SA-CCR) framework.
Use
saccr
to create asaccr
object.Use
CollateralSet
to create aCollateralSet
object.
For more information on this workflow, see SA-CCR Transactional Elements and Framework for Standardized Approach to Calculating Counterparty Credit Risk: Introduction.
Creation
Syntax
Description
creates a mySACCRCollateralSet
= saccr.CollateralSetCollateralSet
object and sets the properties.
sets the properties to
different values by using name-value argument syntax. For example,
mySACCRCollateralSet
= saccr.CollateralSet(Name=Value
)mySACCRCollateralSet =
saccr.CollateralSet(ID="CSA07",NettingSetID=N1003,Direction="ONEWAYIN",Threshold=1000,ThreholdCurrency="EUR",MTA=500,MTACurrency="EUR",MPOR=23,CollateralPositions=saccr_collateralpositions_object)
creates a CollateralSet
object. You can specify multiple
name-value arguments.
Properties
Examples
More About
References
[1] Bank for International Settlements. "CRE52 — Standardised Approach to Counterparty Credit Risk." June 2020. https://www.bis.org/basel_framework/chapter/CRE/52.htm.
[2] Bank for International Settlements. "CRE22 — Standardised Approach: Credit Risk Migration." November 2020. https://www.bis.org/basel_framework/chapter/CRE/22.htm.
[3] Bank for International Settlements. "Basel Committee on Banking Supervision: The Standardised Approach for Measuring Counterparty Credit Risk Exposures." April 2014. https://www.bis.org/publ/bcbs279.pdf.
Version History
Introduced in R2024a