public class FixFloatFundingInstrument
extends java.lang.Object
Constructor and Description |
---|
FixFloatFundingInstrument(JulianDate dtSpot,
java.lang.String strCurrency,
java.lang.String[] astrMaturityTenor,
double[] adblQuote,
int iLatentStateType)
FixFloatFundingInstrument Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
currency()
Retrieve the Currency
|
DiscountCurve |
fundingState()
Retrieve the Funding State
|
int |
latentStateType()
Retrieve the Latent State Type
|
java.lang.String[] |
maturityTenors()
Retrieve the Array of the Maturity Tenors
|
double[] |
quotes()
Retrieve the Array of Quotes
|
JulianDate |
spotDate()
Retrieve the Spot Date
|
public FixFloatFundingInstrument(JulianDate dtSpot, java.lang.String strCurrency, java.lang.String[] astrMaturityTenor, double[] adblQuote, int iLatentStateType) throws java.lang.Exception
dtSpot
- Spot DatestrCurrency
- CurrencyastrMaturityTenor
- Array of the Maturity TenorsadblQuote
- Array of QuotesiLatentStateType
- Latent State Typejava.lang.Exception
- Thrown if the Inputs are Invalidpublic JulianDate spotDate()
public java.lang.String currency()
public int latentStateType()
public java.lang.String[] maturityTenors()
public double[] quotes()
public DiscountCurve fundingState()