Package | Description |
---|---|
org.drip.param.market | |
org.drip.state.creator | |
org.drip.state.curve | |
org.drip.state.nonlinear | |
org.drip.state.repo |
Modifier and Type | Method and Description |
---|---|
RepoCurve |
CurveSurfaceQuoteContainer.repoState(RepoLabel repoLabel)
Retrieve the Repo Latent State Corresponding to the Label
|
Modifier and Type | Method and Description |
---|---|
boolean |
CurveSurfaceQuoteContainer.setRepoState(RepoCurve repoState)
(Re)-set the Repo State
|
Modifier and Type | Method and Description |
---|---|
static RepoCurve |
ScenarioRepoCurveBuilder.CubicPolynomialRepoCurve(java.lang.String strName,
JulianDate dtSpot,
Component comp,
int[] aiDate,
double[] adblRepo)
Create an Instance of the Cubic Polynomial Splined Repo Curve
|
static RepoCurve |
ScenarioRepoCurveBuilder.CustomSplineRepoCurve(java.lang.String strName,
JulianDate dtSpot,
Component comp,
int[] aiDate,
double[] adblRepo,
SegmentCustomBuilderControl scbc)
Create an Instance of the Custom Splined Repo Curve
|
static RepoCurve |
ScenarioRepoCurveBuilder.FlatRateRepoCurve(JulianDate dtSpot,
Component comp,
double dblRepoRate)
Construct a Repo Curve using the Flat Repo Rate
|
static RepoCurve |
ScenarioRepoCurveBuilder.KaklisPandelisRepoCurve(java.lang.String strName,
JulianDate dtSpot,
Component comp,
int[] aiDate,
double[] adblRepo)
Create an Instance of the Kaklis-Pandelis Splined Repo Curve
|
static RepoCurve |
ScenarioRepoCurveBuilder.KLKHyperbolicRepoCurve(java.lang.String strName,
JulianDate dtSpot,
Component comp,
int[] aiDate,
double[] adblRepo,
double dblTension)
Create an Instance of the KLK Hyperbolic Splined Repo Curve
|
static RepoCurve |
ScenarioRepoCurveBuilder.KLKRationalLinearRepoCurve(java.lang.String strName,
JulianDate dtSpot,
Component comp,
int[] aiDate,
double[] adblRepo,
double dblTension)
Create an Instance of the KLK Rational Linear Splined Repo Curve
|
static RepoCurve |
ScenarioRepoCurveBuilder.KLKRationalQuadraticRepoCurve(java.lang.String strName,
JulianDate dtSpot,
Component comp,
int[] aiDate,
double[] adblRepo,
double dblTension)
Create an Instance of the KLK Rational Quadratic Splined Repo Curve
|
static RepoCurve |
ScenarioRepoCurveBuilder.QuarticPolynomialRepoCurve(java.lang.String strName,
JulianDate dtSpot,
Component comp,
int[] aiDate,
double[] adblRepo)
Create an Instance of the Quartic Polynomial Splined Repo Curve
|
Modifier and Type | Class and Description |
---|---|
class |
BasisSplineRepoCurve
BasisSplineRepoCurve manages the Basis Latent State, using the Repo as the State Response Representation.
|
Modifier and Type | Class and Description |
---|---|
class |
FlatForwardRepoCurve
FlatForwardRepoCurve manages the Repo Latent State, using the Forward Repo Rate as the State Response
Representation.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplicitBootRepoCurve
ExplicitBootRepoCurve exposes the functionality associated with the bootstrapped Repo Curve.
|