public interface BasisEstimator
Modifier and Type | Method and Description |
---|---|
double |
basis(int iDate)
Calculate the Basis to the given Date
|
double |
basis(JulianDate dt)
Calculate the Basis to the given Date
|
double |
basis(java.lang.String strTenor)
Calculate the Basis to the given Tenor
|
ForwardLabel |
derivedIndex()
Retrieve the Derived Index
|
ForwardLabel |
referenceIndex()
Retrieve the Reference Index
|
ForwardLabel referenceIndex()
ForwardLabel derivedIndex()
double basis(int iDate) throws java.lang.Exception
iDate
- Datejava.lang.Exception
- Thrown if the Basis cannot be calculateddouble basis(JulianDate dt) throws java.lang.Exception
dt
- Datejava.lang.Exception
- Thrown if the Basis cannot be calculateddouble basis(java.lang.String strTenor) throws java.lang.Exception
strTenor
- The Tenorjava.lang.Exception
- Thrown if the Basis cannot be calculated