Package | Description |
---|---|
org.drip.market.definition | |
org.drip.sample.forward | |
org.drip.state.identifier |
Modifier and Type | Class and Description |
---|---|
class |
IBORIndex
IBORIndex contains the definitions of the IBOR indexes of different jurisdictions.
|
class |
OvernightIndex
OvernightIndex contains the definitions of the overnight indexes of different jurisdictions.
|
Modifier and Type | Method and Description |
---|---|
static MergedDiscountForwardCurve |
OvernightIndexCurve.MakeDC(java.lang.String strCurrency,
JulianDate dtSpot,
int[] aiDepositMaturityDays,
double[] adblDepositQuote,
java.lang.String[] astrShortEndOISMaturityTenor,
double[] adblShortEndOISQuote,
java.lang.String[] astrOISFutureTenor,
java.lang.String[] astrOISFutureMaturityTenor,
double[] adblOISFutureQuote,
java.lang.String[] astrLongEndOISMaturityTenor,
double[] adblLongEndOISQuote,
SegmentCustomBuilderControl scbc,
FloaterIndex fi) |
Modifier and Type | Method and Description |
---|---|
FloaterIndex |
ForwardLabel.floaterIndex()
Retrieve the Floater Index
|
Modifier and Type | Method and Description |
---|---|
static ForwardLabel |
ForwardLabel.Create(FloaterIndex floaterIndex,
java.lang.String strTenor)
Construct a ForwardLabel from the tenor and the index
|