Package org.drip.market.exchange
Class TreasuryFuturesOptionConvention
java.lang.Object
org.drip.market.exchange.TreasuryFuturesOptionConvention
public class TreasuryFuturesOptionConvention
extends java.lang.Object
TreasuryFuturesOptionConvention contains the Details for the Exchange-Traded Options of the
Exchange-Traded Treasury Futures Contracts.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description TreasuryFuturesOptionConvention(java.lang.String[] astrCode, java.lang.String strTreasuryFuturesIndex, double dblNotional, boolean bPremiumType, LastTradingDateSetting[] aLTDS)TreasuryFuturesOptionConvention Constructor -
Method Summary
Modifier and Type Method Description java.lang.String[]codes()Retrieve the Array of the Exchange Codesjava.lang.StringFuturesIndex()Retrieve the Treasury Futures IndexLastTradingDateSetting[]ltds()Retrieve the Array of Last Trading Date Settingsdoublenotional()Retrieve the Option Exchange NotionalbooleanpremiumType()Retrieve the Trading Type PREMIUM/MARGINjava.lang.StringtoString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
TreasuryFuturesOptionConvention
public TreasuryFuturesOptionConvention(java.lang.String[] astrCode, java.lang.String strTreasuryFuturesIndex, double dblNotional, boolean bPremiumType, LastTradingDateSetting[] aLTDS) throws java.lang.ExceptionTreasuryFuturesOptionConvention Constructor- Parameters:
astrCode- Array of Option CodesstrTreasuryFuturesIndex- Underlying Futures IndexdblNotional- Exchange NotionalbPremiumType- TRUE - Premium Up-front Type; FALSE - Margin TypeaLTDS- Array of Last Trading Date Settings- Throws:
java.lang.Exception- Thrown if the Inputs are invalid
-
-
Method Details
-
codes
public java.lang.String[] codes()Retrieve the Array of the Exchange Codes- Returns:
- The Array of the Exchange Codes
-
ltds
Retrieve the Array of Last Trading Date Settings- Returns:
- The Array of Last Trading Date Settings
-
FuturesIndex
public java.lang.String FuturesIndex()Retrieve the Treasury Futures Index- Returns:
- The Treasury Futures Index
-
notional
public double notional()Retrieve the Option Exchange Notional- Returns:
- The Option Exchange Notional
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-