Package org.drip.simm.credit
Class CRSystemics
java.lang.Object
org.drip.simm.credit.CRSystemics
public class CRSystemics
extends java.lang.Object
CRSystemics contains the Systemic Settings Common to both Qualifying and Non-Qualifying Credit Risk
Factors. The References are:
- Andersen, L. B. G., M. Pykhtin, and A. Sokol (2017): Credit Exposure in the Presence of Initial Margin https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2806156 eSSRN
- Albanese, C., S. Caenazzo, and O. Frankel (2017): Regression Sensitivities for Initial Margin Calculations https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2763488 eSSRN
- Anfuso, F., D. Aziz, P. Giltinan, and K. Loukopoulus (2017): A Sound Modeling and Back-testing Framework for Forecasting Initial Margin Requirements https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2716279 eSSRN
- Caspers, P., P. Giltinan, R. Lichters, and N. Nowaczyk (2017): Forecasting Initial Margin Requirements - A Model Evaluation https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2911167 eSSRN
- International Swaps and Derivatives Association (2017): SIMM v2.0 Methodology https://www.isda.org/a/oFiDE/isda-simm-v2.pdf
- The "Investment Grade" Credit Quality
- The "IG" Credit Quality
- The "High Yield" HY Credit Quality
- The "High Yield" Credit Quality
- The "Not Rated" NR Credit Quality
- The "Not Rated" Credit Quality
- The "Unspecified" Credit Quality
- Author:
- Lakshmi Krishnamurthy
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CREDIT_QUALITY_HIGH_YIELD
The "High Yield" Credit Qualitystatic java.lang.String
CREDIT_QUALITY_HY
The "High Yield" HY Credit Qualitystatic java.lang.String
CREDIT_QUALITY_IG
The "Investment Grade" Credit Qualitystatic java.lang.String
CREDIT_QUALITY_INVESTMENT_GRADE
The "IG" Credit Qualitystatic java.lang.String
CREDIT_QUALITY_NOT_RATED
The "Not Rated" Credit Qualitystatic java.lang.String
CREDIT_QUALITY_NR
The "Not Rated" NR Credit Qualitystatic java.lang.String
CREDIT_QUALITY_UNSPECIFIED
The "Unspecified" Credit Quality -
Constructor Summary
Constructors Constructor Description CRSystemics()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
CREDIT_QUALITY_IG
public static final java.lang.String CREDIT_QUALITY_IGThe "Investment Grade" Credit Quality- See Also:
- Constant Field Values
-
CREDIT_QUALITY_INVESTMENT_GRADE
public static final java.lang.String CREDIT_QUALITY_INVESTMENT_GRADEThe "IG" Credit Quality- See Also:
- Constant Field Values
-
CREDIT_QUALITY_HY
public static final java.lang.String CREDIT_QUALITY_HYThe "High Yield" HY Credit Quality- See Also:
- Constant Field Values
-
CREDIT_QUALITY_HIGH_YIELD
public static final java.lang.String CREDIT_QUALITY_HIGH_YIELDThe "High Yield" Credit Quality- See Also:
- Constant Field Values
-
CREDIT_QUALITY_NR
public static final java.lang.String CREDIT_QUALITY_NRThe "Not Rated" NR Credit Quality- See Also:
- Constant Field Values
-
CREDIT_QUALITY_NOT_RATED
public static final java.lang.String CREDIT_QUALITY_NOT_RATEDThe "Not Rated" Credit Quality- See Also:
- Constant Field Values
-
CREDIT_QUALITY_UNSPECIFIED
public static final java.lang.String CREDIT_QUALITY_UNSPECIFIEDThe "Unspecified" Credit Quality- See Also:
- Constant Field Values
-
-
Constructor Details
-
CRSystemics
public CRSystemics()
-