Trade
Description
Create a Trade
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
Trade
to create aTrade
object.
For more information on this workflow, see SA-CCR Transactional Elements and Framework for Standardized Approach to Calculating Counterparty Credit Risk: Introduction.
Creation
Description
creates a mySACCRTrade
= saccr.TradeTrade
object and sets the properties.
sets the properties to different values
by using name-value argument syntax. For example, mySACCRTrade
= saccr.Trade(Name=Value
)mySACCRTrade =
saccr.Trade(ID="CSA07",NettingSetID=N1003,CollateralSetID=CS087,AssetClass="CR_IX",SubClass="IG",HedgingSet="Hedge_Set_03",Qualifier="CDS",AdjustedNotional=13000,AdjustedNotionalCurrency="EUR",AdjustedNotionalUSD=15000,PV=14000,PVCurrency="EUR",PVUSD=16000,StartTime=datetime(10,1,2023),EndTime=datetime(10,1,2025),MaturityTime=2,SuperisotyDelta=500,SoldOption=true)
creates a Trade
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