Package org.drip.market.exchange
Class ShortTermFutures
java.lang.Object
org.drip.market.exchange.ShortTermFutures
public class ShortTermFutures
extends java.lang.Object
ShortTermFutures contains the details of the exchange-traded Short-Term Futures Contracts.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description ShortTermFutures(java.lang.String[] astrExchange, double dblNotional)
ShortTermFutures constructor -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ShortTermFutures
public ShortTermFutures(java.lang.String[] astrExchange, double dblNotional) throws java.lang.ExceptionShortTermFutures constructor- Parameters:
astrExchange
- Array of ExchangesdblNotional
- Notional- Throws:
java.lang.Exception
- Thrown if inputs are invalid
-
-
Method Details
-
exchanges
public java.lang.String[] exchanges()Retrieve the List of Exchanges- Returns:
- The List of Exchanges
-
notional
public double notional()Retrieve the Traded Notional- Returns:
- The Exchange Notional
-