Package org.drip.simm.credit
Class SectorSystemics
java.lang.Object
org.drip.simm.credit.SectorSystemics
public class SectorSystemics
extends java.lang.Object
SectorSystemics contains the Systemic Settings that hold Sector-related Information. 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 Sovereigns Sector
- The Financials Sector
- The Basic Materials Sector
- The Consumer Sector
- The Technology/Media/Telecommunications Sector
- The Local Services Sector
- The RMBS/CMBS Sector
- The "Residual" Sector
- The Consumer Services Sector
- The Telecommunications/Industrials Sector
- The Heavy Industrials Sector
- The Investment Sector
- The "All" Sector
- The Indexes/Funds/ETF's Sector
- The Volatility Index Sector
- Author:
- Lakshmi Krishnamurthy
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
ALL
The "All" Sectorstatic java.lang.String[]
BASIC_MATERIALS
The Basic Materials Sectorstatic java.lang.String[]
CONSUMER
The Consumer Sectorstatic java.lang.String[]
CONSUMER_SERVICES
The Consumer Services Sectorstatic java.lang.String[]
FINANCIALS
The Financials Sectorstatic java.lang.String[]
HEAVY_INDUSTRIALS
The Heavy Industrials Sectorstatic java.lang.String[]
INDEX_FUND_ETF
The Indexes/Funds/ETF's Sectorstatic java.lang.String[]
INVESTMENT
The Investment Sectorstatic java.lang.String[]
LOCAL_SERVICES
The Local Services Sectorstatic java.lang.String[]
RESIDUAL
The "Residual" Sectorstatic java.lang.String[]
RMBS_CMBS
The RMBS/CMBS Sectorstatic java.lang.String[]
SOVEREIGNS
The Sovereigns Sectorstatic java.lang.String[]
TELECOMMUNICATIONS_INDUSTRIALS
The Telecommunications/Industrials Sectorstatic java.lang.String[]
TMT
The Technology/Media/Telecommunications Sectorstatic java.lang.String[]
VOLATILITY_INDEX
The Volatility Index Sector -
Constructor Summary
Constructors Constructor Description SectorSystemics()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SOVEREIGNS
public static final java.lang.String[] SOVEREIGNSThe Sovereigns Sector -
FINANCIALS
public static final java.lang.String[] FINANCIALSThe Financials Sector -
BASIC_MATERIALS
public static final java.lang.String[] BASIC_MATERIALSThe Basic Materials Sector -
CONSUMER
public static final java.lang.String[] CONSUMERThe Consumer Sector -
TMT
public static final java.lang.String[] TMTThe Technology/Media/Telecommunications Sector -
LOCAL_SERVICES
public static final java.lang.String[] LOCAL_SERVICESThe Local Services Sector -
RMBS_CMBS
public static final java.lang.String[] RMBS_CMBSThe RMBS/CMBS Sector -
RESIDUAL
public static final java.lang.String[] RESIDUALThe "Residual" Sector -
CONSUMER_SERVICES
public static final java.lang.String[] CONSUMER_SERVICESThe Consumer Services Sector -
TELECOMMUNICATIONS_INDUSTRIALS
public static final java.lang.String[] TELECOMMUNICATIONS_INDUSTRIALSThe Telecommunications/Industrials Sector -
HEAVY_INDUSTRIALS
public static final java.lang.String[] HEAVY_INDUSTRIALSThe Heavy Industrials Sector -
INVESTMENT
public static final java.lang.String[] INVESTMENTThe Investment Sector -
ALL
public static final java.lang.String[] ALLThe "All" Sector -
INDEX_FUND_ETF
public static final java.lang.String[] INDEX_FUND_ETFThe Indexes/Funds/ETF's Sector -
VOLATILITY_INDEX
public static final java.lang.String[] VOLATILITY_INDEXThe Volatility Index Sector
-
-
Constructor Details
-
SectorSystemics
public SectorSystemics()
-