Package | Description |
---|---|
org.drip.market.otc | |
org.drip.state.estimator |
Modifier and Type | Method and Description |
---|---|
ComponentPair |
FloatFloatSwapConvention.createFixFloatComponentPair(JulianDate dtSpot,
java.lang.String strDerivedTenor,
java.lang.String strMaturityTenor,
double dblReferenceFixedCoupon,
double dblDerivedFixedCoupon,
double dblBasis,
double dblNotional)
Create an Instance of the Fix-Float Component Pair
|
Modifier and Type | Method and Description |
---|---|
static LatentStateStretchSpec |
LatentStateStretchBuilder.ComponentPairDiscountStretch(java.lang.String strName,
ComponentPair[] aCCSP,
ValuationParams valParams,
CurveSurfaceQuoteContainer mktParams,
double[] adblReferenceComponentBasis,
double[] adblSwapRate,
boolean bBasisOnDerivedLeg)
Construct an instance of LatentStateStretchSpec for the Construction of the Discount Curve from the
specified Inputs
|
static LatentStateStretchSpec |
LatentStateStretchBuilder.ComponentPairForwardStretch(java.lang.String strName,
ComponentPair[] aCCSP,
ValuationParams valParams,
CurveSurfaceQuoteContainer mktParams,
double[] adblBasis,
boolean bBasisOnDerivedComponent,
boolean bBasisOnDerivedStream)
Construct an instance of LatentStateStretchSpec for the Construction of the Forward Curve from the
specified Inputs
|