Package org.drip.market.exchange
Class TreasuryFuturesConventionContainer
java.lang.Object
org.drip.market.exchange.TreasuryFuturesConventionContainer
public class TreasuryFuturesConventionContainer
extends java.lang.Object
TreasuryFuturesConventionContainer holds the Details of the Treasury Futures Contracts.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description TreasuryFuturesConventionContainer()
-
Method Summary
Modifier and Type Method Description static TreasuryFuturesConvention
FromJurisdictionTypeMaturity(java.lang.String strCurrency, java.lang.String strUnderlierType, java.lang.String strUnderlierSubtype, java.lang.String strMaturityTenor)
Retrieve the Treasury Futures Convention from the Currency, the Type, the Sub-type, and the Maturity Tenorstatic boolean
Init()
Initialize the Bond Futures Convention Container with the ConventionsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TreasuryFuturesConventionContainer
public TreasuryFuturesConventionContainer()
-
-
Method Details
-
Init
public static final boolean Init()Initialize the Bond Futures Convention Container with the Conventions- Returns:
- TRUE - The Bond Futures Convention Container successfully initialized with the Conventions
-
FromJurisdictionTypeMaturity
public static final TreasuryFuturesConvention FromJurisdictionTypeMaturity(java.lang.String strCurrency, java.lang.String strUnderlierType, java.lang.String strUnderlierSubtype, java.lang.String strMaturityTenor)Retrieve the Treasury Futures Convention from the Currency, the Type, the Sub-type, and the Maturity Tenor- Parameters:
strCurrency
- The CurrencystrUnderlierType
- The Underlier TypestrUnderlierSubtype
- The Underlier Sub-typestrMaturityTenor
- The Maturity Tenor- Returns:
- The Treasury Futures Instance
-