public class DeliverableSwapFutures
extends java.lang.Object
| Constructor and Description |
|---|
DeliverableSwapFutures(java.lang.String strCurrency,
java.lang.String strTenor,
double dblNominal,
double dblRateIncrement,
LastTradingDateSetting ltds)
DeliverableSwapFutures constructor
|
| Modifier and Type | Method and Description |
|---|---|
FixFloatComponent |
Create(JulianDate dtSpot,
double dblFixedCoupon)
Create an Instance of the Deliverable Swaps Futures
|
java.lang.String |
currency()
Retrieve the Currency
|
LastTradingDateSetting |
ltds()
Retrieve the Last Trading Date Setting
|
double |
nominal()
Retrieve the Nominal
|
double |
rateIncrement()
Retrieve the Rate Increment
|
java.lang.String |
tenor()
Retrieve the Tenor
|
public DeliverableSwapFutures(java.lang.String strCurrency,
java.lang.String strTenor,
double dblNominal,
double dblRateIncrement,
LastTradingDateSetting ltds)
throws java.lang.Exception
strCurrency - CurrencystrTenor - TenordblNominal - NominaldblRateIncrement - Rate Incrementltds - Late Trading Date Settingjava.lang.Exception - Thrown if the Inputs are Invalidpublic java.lang.String currency()
public java.lang.String tenor()
public double nominal()
public double rateIncrement()
public LastTradingDateSetting ltds()
public FixFloatComponent Create(JulianDate dtSpot, double dblFixedCoupon)
dtSpot - Spot DatedblFixedCoupon - Fixed Coupon