public abstract class RepoCurve extends java.lang.Object implements RepoEstimator, Curve
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LATENT_STATE_REPO
Repo Latent State
|
static java.lang.String |
QUANTIFICATION_METRIC_REPO_RATE
Basis Latent State Quantification Metric - Discount Factor
|
| Modifier and Type | Method and Description |
|---|---|
CalibratableComponent[] |
calibComp()
Retrieve the Calibration Components
|
Component |
component()
Retrieve the Repo-able Component
|
java.lang.String |
currency()
Get the Currency
|
LatentState |
customTweakManifestMeasure(java.lang.String strManifestMeasure,
ManifestMeasureTweak rvtp)
Create a LatentState Instance from the Manifest Measure Tweak Parameters
|
LatentState |
customTweakQuantificationMetric(ManifestMeasureTweak rvtp)
Create a LatentState Instance from the Quantification Metric Tweak Parameters
|
JulianDate |
epoch()
Get the Epoch Date
|
LatentStateLabel |
label()
Get the Curve Latent State Identifier Label
|
CaseInsensitiveTreeMap<java.lang.Double> |
manifestMeasure(java.lang.String strInstr)
Retrieve the Manifest Measure Map of the given Instrument used to construct the Curve
|
LatentState |
parallelShiftManifestMeasure(java.lang.String strManifestMeasure,
double dblShift)
Create a LatentState Instance from the Manifest Measure Parallel Shift
|
LatentState |
parallelShiftQuantificationMetric(double dblShift)
Create a LatentState Instance from the Quantification Metric Parallel Shift
|
double |
repo(JulianDate dt)
Calculate the Repo Rate to the given Date
|
double |
repo(java.lang.String strTenor)
Calculate the Repo Rate to the given Tenor
|
boolean |
setCCIS(CurveConstructionInputSet ccis)
Set the Curve Construction Input Set Parameters
|
LatentState |
shiftManifestMeasure(int iSpanIndex,
java.lang.String strManifestMeasure,
double dblShift)
Create a LatentState Instance from the Shift of the Specified Manifest Measure
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrepopublic static final java.lang.String LATENT_STATE_REPO
public static final java.lang.String QUANTIFICATION_METRIC_REPO_RATE
public JulianDate epoch()
Curvepublic Component component()
RepoEstimatorcomponent in interface RepoEstimatorpublic LatentStateLabel label()
Curvepublic java.lang.String currency()
Curvepublic double repo(JulianDate dt) throws java.lang.Exception
RepoEstimatorrepo in interface RepoEstimatordt - Datejava.lang.Exception - Thrown if the Repo Rate cannot be calculatedpublic double repo(java.lang.String strTenor)
throws java.lang.Exception
RepoEstimatorrepo in interface RepoEstimatorstrTenor - The Tenorjava.lang.Exception - Thrown if the Repo Rate cannot be calculatedpublic boolean setCCIS(CurveConstructionInputSet ccis)
Curvepublic CalibratableComponent[] calibComp()
Curvepublic CaseInsensitiveTreeMap<java.lang.Double> manifestMeasure(java.lang.String strInstr)
CurvemanifestMeasure in interface CurvestrInstr - The Calibration Instrument's Code whose Manifest Measure Map is soughtpublic LatentState parallelShiftManifestMeasure(java.lang.String strManifestMeasure, double dblShift)
LatentStateparallelShiftManifestMeasure in interface LatentStatestrManifestMeasure - The Specified Manifest MeasuredblShift - Parallel shift of the Manifest Measurepublic LatentState shiftManifestMeasure(int iSpanIndex, java.lang.String strManifestMeasure, double dblShift)
LatentStateshiftManifestMeasure in interface LatentStateiSpanIndex - Index into the Span that identifies the InstrumentstrManifestMeasure - The Specified Manifest MeasuredblShift - Shift of the Manifest Measurepublic LatentState customTweakManifestMeasure(java.lang.String strManifestMeasure, ManifestMeasureTweak rvtp)
LatentStatecustomTweakManifestMeasure in interface LatentStatestrManifestMeasure - The Specified Manifest Measurervtp - Manifest Measure Tweak Parameterspublic LatentState parallelShiftQuantificationMetric(double dblShift)
LatentStateparallelShiftQuantificationMetric in interface LatentStatedblShift - Parallel shift of the Quantification Metricpublic LatentState customTweakQuantificationMetric(ManifestMeasureTweak rvtp)
LatentStatecustomTweakQuantificationMetric in interface LatentStatervtp - Quantification Metric Tweak Parameters