Package | Description |
---|---|
org.drip.analytics.definition | |
org.drip.state.creator | |
org.drip.state.curve | |
org.drip.state.nonlinear | |
org.drip.state.volatility |
Modifier and Type | Method and Description |
---|---|
NodeStructure |
MarketSurface.maturityAnchorTermStructure(java.lang.String strTenorAnchor)
Extract the Term Structure Constructed at the Maturity Anchor Tenor
|
abstract NodeStructure |
MarketSurface.xAnchorTermStructure(double dblXAnchor)
Extract the Term Structure Constructed at the X Anchor Node
|
abstract NodeStructure |
MarketSurface.yAnchorTermStructure(double dblYAnchor)
Extract the Term Structure Constructed at the Y Anchor Node
|
Modifier and Type | Method and Description |
---|---|
static NodeStructure |
ScenarioTermStructureBuilder.CubicPolynomialTermStructure(java.lang.String strName,
JulianDate dtStart,
java.lang.String strCurrency,
java.lang.String[] astrTenor,
double[] adblNode)
Construct a Term Structure Instance based off of a Cubic Polynomial Spline
|
static NodeStructure |
ScenarioTermStructureBuilder.CustomSplineTermStructure(java.lang.String strName,
JulianDate dtStart,
java.lang.String strCurrency,
double[] adblDate,
double[] adblNode,
SegmentCustomBuilderControl scbc)
Construct a Term Structure Instance using the specified Custom Spline
|
static NodeStructure |
ScenarioTermStructureBuilder.KaklisPandelisTermStructure(java.lang.String strName,
JulianDate dtStart,
java.lang.String strCurrency,
java.lang.String[] astrTenor,
double[] adblNode)
Construct a Term Structure Instance based off of a Kaklis-Pandelis Polynomial Tension Spline
|
static NodeStructure |
ScenarioTermStructureBuilder.KLKHyperbolicTermStructure(java.lang.String strName,
JulianDate dtStart,
java.lang.String strCurrency,
java.lang.String[] astrTenor,
double[] adblNode,
double dblTension)
Construct a Term Structure Instance based off of a KLK Hyperbolic Tension Spline
|
static NodeStructure |
ScenarioTermStructureBuilder.KLKRationalLinearTermStructure(java.lang.String strName,
JulianDate dtStart,
java.lang.String strCurrency,
java.lang.String[] astrTenor,
double[] adblNode,
double dblTension)
Construct a Term Structure Instance based off of a KLK Rational Linear Tension Spline
|
static NodeStructure |
ScenarioTermStructureBuilder.KLKRationalQuadraticTermStructure(java.lang.String strName,
JulianDate dtStart,
java.lang.String strCurrency,
java.lang.String[] astrTenor,
double[] adblNode,
double dblTension)
Construct a Term Structure Instance based off of a KLK Rational Quadratic Tension Spline
|
static NodeStructure |
ScenarioTermStructureBuilder.QuarticPolynomialTermStructure(java.lang.String strName,
JulianDate dtStart,
java.lang.String strCurrency,
java.lang.String[] astrTenor,
double[] adblNode)
Construct a Term Structure Instance based off of a Quartic Polynomial Spline
|
Modifier and Type | Class and Description |
---|---|
class |
BasisSplineDeterministicVolatility
BasisSplineDeterministicVolatility extends the BasisSplineTermStructure for the specific case of the
Implementation of the Deterministic Volatility Term Structure.
|
class |
BasisSplineTermStructure
BasisSplineTermStructure implements the TermStructure Interface - if holds the latent state's Term
Structure Parameters.
|
Modifier and Type | Method and Description |
---|---|
NodeStructure |
BasisSplineMarketSurface.xAnchorTermStructure(double dblStrikeAnchor) |
NodeStructure |
BasisSplineMarketSurface.yAnchorTermStructure(double dblMaturityDateAnchor) |
Modifier and Type | Class and Description |
---|---|
class |
FlatForwardVolatilityCurve
FlatForwardVolatilityCurve manages the Volatility Latent State, using the Forward Volatility as the State
Response Representation.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplicitBootVolatilityCurve
ExplicitBootVolatilityCurve exposes the functionality associated with the bootstrapped Volatility Curve.
|
class |
VolatilityCurve
VolatilityCurve exposes the Stub that implements the Latent State's Deterministic Volatility Term
Structure Curve - by Construction, this is expected to be non-local.
|