Uses of Interface
org.drip.analytics.input.CurveConstructionInputSet
Package | Description |
---|---|
org.drip.analytics.definition |
Latent State Curves, Surfaces, Turns
|
org.drip.analytics.input |
Curve Surface Construction Customization Inputs
|
org.drip.state.basis |
Basis State Curve Construction/Estimation
|
org.drip.state.credit |
Credit Latent State Curve Representation
|
org.drip.state.curve |
Basis Spline Based Latent States
|
org.drip.state.discount |
Discount Curve Spline Latent State
|
org.drip.state.forward |
Forward Latent State Curve Estimator
|
org.drip.state.fx |
FX Latent State Curve Estimator
|
org.drip.state.govvie |
Govvie Latent State Curve Estimator
|
org.drip.state.repo |
Latent State Repo Curve Estimator
|
-
Uses of CurveConstructionInputSet in org.drip.analytics.definition
Methods in org.drip.analytics.definition with parameters of type CurveConstructionInputSet Modifier and Type Method Description boolean
Curve. setCCIS(CurveConstructionInputSet ccis)
Set the Curve Construction Input Set Parametersboolean
MarketSurface. setCCIS(CurveConstructionInputSet ccis)
boolean
NodeStructure. setCCIS(CurveConstructionInputSet ccis)
-
Uses of CurveConstructionInputSet in org.drip.analytics.input
Classes in org.drip.analytics.input that implement CurveConstructionInputSet Modifier and Type Class Description class
BootCurveConstructionInput
BootCurveConstructionInput contains the Parameters needed for the Curve Calibration/Estimation.class
LatentStateShapePreservingCCIS
LatentStateShapePreservingCCIS contains the Parameters needed for the Curve Calibration/Estimation. -
Uses of CurveConstructionInputSet in org.drip.state.basis
Methods in org.drip.state.basis with parameters of type CurveConstructionInputSet Modifier and Type Method Description boolean
BasisCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)
-
Uses of CurveConstructionInputSet in org.drip.state.credit
Methods in org.drip.state.credit with parameters of type CurveConstructionInputSet Modifier and Type Method Description boolean
CreditCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)
-
Uses of CurveConstructionInputSet in org.drip.state.curve
Methods in org.drip.state.curve with parameters of type CurveConstructionInputSet Modifier and Type Method Description boolean
DerivedZeroRate. setCCIS(CurveConstructionInputSet curveConstructionInputSet)
boolean
DeterministicCollateralChoiceDiscountCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)
-
Uses of CurveConstructionInputSet in org.drip.state.discount
Methods in org.drip.state.discount with parameters of type CurveConstructionInputSet Modifier and Type Method Description boolean
ExplicitBootDiscountCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)
boolean
MergedDiscountForwardCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)
-
Uses of CurveConstructionInputSet in org.drip.state.forward
Methods in org.drip.state.forward with parameters of type CurveConstructionInputSet Modifier and Type Method Description boolean
ForwardCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)
-
Uses of CurveConstructionInputSet in org.drip.state.fx
Methods in org.drip.state.fx with parameters of type CurveConstructionInputSet Modifier and Type Method Description boolean
FXCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)
-
Uses of CurveConstructionInputSet in org.drip.state.govvie
Methods in org.drip.state.govvie with parameters of type CurveConstructionInputSet Modifier and Type Method Description boolean
ExplicitBootGovvieCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)
boolean
GovvieCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)
-
Uses of CurveConstructionInputSet in org.drip.state.repo
Methods in org.drip.state.repo with parameters of type CurveConstructionInputSet Modifier and Type Method Description boolean
RepoCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)