Package org.drip.market.otc
Class CreditIndexConventionContainer
java.lang.Object
org.drip.market.otc.CreditIndexConventionContainer
public class CreditIndexConventionContainer
extends java.lang.Object
CreditIndexConventionContainer contains the Conventions of the Credit Index of an OTC Index CDS
Contract.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description CreditIndexConventionContainer() -
Method Summary
Modifier and Type Method Description static CreditIndexConventionConventionFromFullName(java.lang.String strCreditIndexFullName)Retrieve the OTC Credit Index Convention Instance from the Full Index Namestatic booleanInit()Initialize the Credit Index Conventions Container with the pre-set CDX Contract SettingsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CreditIndexConventionContainer
public CreditIndexConventionContainer()
-
-
Method Details
-
Init
public static final boolean Init()Initialize the Credit Index Conventions Container with the pre-set CDX Contract Settings- Returns:
- TRUE - The Credit Index Conventions Container successfully initialized
-
ConventionFromFullName
public static final CreditIndexConvention ConventionFromFullName(java.lang.String strCreditIndexFullName)Retrieve the OTC Credit Index Convention Instance from the Full Index Name- Parameters:
strCreditIndexFullName- The Credit index Full Name- Returns:
- The OTC Credit Index Convention Instance
-