CollateralPosition
Description
Create a CollateralPosition
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
CollateralPosition
to create aCollateralPosition
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 mySACCRCollateralPosition
= saccr.CollateralPositionCollateralPosition
object and sets the properties.
sets the properties
to different values by using name-value argument syntax. For example,
mySACCRCollateralPosition
= saccr.CollateralPosition(Name=Value
)mySACCRCollateralPosition =
saccr.CollateralPosition(ID="CSA07",NettingSetID=N1003,CollateralSetID=CS087,MarginType="VM",AssetType="BOND",SubType="SOVEREIGN",Currency="EUR",Notional=10000,NotinalUSD=13000,MaturityTime=3,Segregated=true,Rating="AA")
creates a CallateralPosition
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