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 booleanCurve. setCCIS(CurveConstructionInputSet ccis)Set the Curve Construction Input Set ParametersbooleanMarketSurface. setCCIS(CurveConstructionInputSet ccis)booleanNodeStructure. 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 classBootCurveConstructionInputBootCurveConstructionInput contains the Parameters needed for the Curve Calibration/Estimation.classLatentStateShapePreservingCCISLatentStateShapePreservingCCIS 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 booleanBasisCurve. 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 booleanCreditCurve. 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 booleanDerivedZeroRate. setCCIS(CurveConstructionInputSet curveConstructionInputSet)booleanDeterministicCollateralChoiceDiscountCurve. 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 booleanExplicitBootDiscountCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)booleanMergedDiscountForwardCurve. 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 booleanForwardCurve. 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 booleanFXCurve. 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 booleanExplicitBootGovvieCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)booleanGovvieCurve. 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 booleanRepoCurve. setCCIS(CurveConstructionInputSet curveConstructionInputSet)