Package org.drip.market.exchange
Class TreasuryFuturesEventDates
java.lang.Object
org.drip.market.exchange.TreasuryFuturesEventDates
public class TreasuryFuturesEventDates
extends java.lang.Object
TreasuryFuturesEventDates contains the actually realized Event Dates related to a Treasury Futures
Contract.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description TreasuryFuturesEventDates(JulianDate dtExpiry, JulianDate dtFirstDelivery, JulianDate dtFinalDelivery, JulianDate dtDeliveryNotice, JulianDate dtLastTrading)
TreasuryFuturesEventDates Constructor -
Method Summary
Modifier and Type Method Description JulianDate
deliveryNotice()
Retrieve the Delivery Notice DateJulianDate
expiry()
Retrieve the Expiry DateJulianDate
finalDelivery()
Retrieve the Final Delivery DateJulianDate
firstDelivery()
Retrieve the First Delivery DateJulianDate
lastTrading()
Retrieve the Last Trading Datejava.lang.String
toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
TreasuryFuturesEventDates
public TreasuryFuturesEventDates(JulianDate dtExpiry, JulianDate dtFirstDelivery, JulianDate dtFinalDelivery, JulianDate dtDeliveryNotice, JulianDate dtLastTrading) throws java.lang.ExceptionTreasuryFuturesEventDates Constructor- Parameters:
dtExpiry
- The Expiry DatedtFirstDelivery
- The First Delivery DatedtFinalDelivery
- The Final Delivery DatedtDeliveryNotice
- The Delivery Notice DatedtLastTrading
- The Last Trading Date- Throws:
java.lang.Exception
- Thrown if the Inputs are invalid
-
-
Method Details
-
expiry
Retrieve the Expiry Date- Returns:
- The Expiry Date
-
firstDelivery
Retrieve the First Delivery Date- Returns:
- The First Delivery Date
-
finalDelivery
Retrieve the Final Delivery Date- Returns:
- The Final Delivery Date
-
deliveryNotice
Retrieve the Delivery Notice Date- Returns:
- The Delivery Notice Date
-
lastTrading
Retrieve the Last Trading Date- Returns:
- The Last Trading Date
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-