Uses of Interface
org.drip.state.discount.DiscountFactorEstimator
| Package | Description |
|---|---|
| org.drip.state.csa |
Credit Support Annex Latent State
|
| org.drip.state.curve |
Basis Spline Based Latent States
|
| org.drip.state.discount |
Discount Curve Spline Latent State
|
| org.drip.state.govvie |
Govvie Latent State Curve Estimator
|
| org.drip.state.nonlinear |
Nonlinear (i.e., Boot) Latent State Construction
|
-
Uses of DiscountFactorEstimator in org.drip.state.csa
Subinterfaces of DiscountFactorEstimator in org.drip.state.csa Modifier and Type Interface Description interfaceCashFlowEstimatorCashFlowEstimator estimates the Cash Flow Rate to be applied between the specified Dates.Classes in org.drip.state.csa that implement DiscountFactorEstimator Modifier and Type Class Description classMultilateralBasisCurveMultilateralBasisCurve implements the CSA Cash Rate Curve as a Basis over an Overnight Curve.classMultilateralFlatForwardCurveMultilateralFlatForwardCurve implements the CSA Cash Rate Curve using a Flat Forward CSA Rate. -
Uses of DiscountFactorEstimator in org.drip.state.curve
Classes in org.drip.state.curve that implement DiscountFactorEstimator Modifier and Type Class Description classBasisSplineGovvieYieldBasisSplineGovvieYield manages the Basis Spline Latent State, using the Basis as the State Response Representation, for the Govvie Curve with Yield Quantification Metric.classDerivedZeroRateDerivedZeroRate implements the delegated ZeroCurve functionality.classDeterministicCollateralChoiceDiscountCurveDeterministicCollateralChoiceDiscountCurve implements the Dynamically Switchable Collateral Choice Discount Curve among the choice of provided "deterministic" collateral curves.classDiscountFactorDiscountCurveDiscountFactorDiscountCurve manages the Discounting Latent State, using the Discount Factor as the State Response Representation.classForeignCollateralizedDiscountCurveForeignCollateralizedDiscountCurve computes the discount factor corresponding to one unit of domestic currency collateralized by a foreign collateral.classZeroRateDiscountCurveZeroRateDiscountCurve manages the Discounting Latent State, using the Zero Rate as the State Response Representation. -
Uses of DiscountFactorEstimator in org.drip.state.discount
Classes in org.drip.state.discount that implement DiscountFactorEstimator Modifier and Type Class Description classDiscountCurveDiscountCurve Interface combines the Interfaces of Latent State Curve Representation and Discount Factor Estimator.classExplicitBootDiscountCurveExplicitBootDiscountCurve exposes the functionality associated with the bootstrapped Discount Curve.classMergedDiscountForwardCurveMergedDiscountForwardCurve is the Stub for the Merged Discount and Forward Curve Functionality.classZeroCurveZeroCurve exposes the node set containing the zero curve node points. -
Uses of DiscountFactorEstimator in org.drip.state.govvie
Classes in org.drip.state.govvie that implement DiscountFactorEstimator Modifier and Type Class Description classExplicitBootGovvieCurveExplicitBootGovvieCurve exposes the Functionality associated with the bootstrapped Govvie Curve.classGovvieCurveGovvieCurve is the Stub for the Govvie Curve for the specified Govvie/Treasury. -
Uses of DiscountFactorEstimator in org.drip.state.nonlinear
Classes in org.drip.state.nonlinear that implement DiscountFactorEstimator Modifier and Type Class Description classFlatForwardDiscountCurveFlatForwardDiscountCurve manages the Discounting Latent State, using the Forward Rate as the State Response Representation.classFlatForwardGovvieCurveFlatForwardGovvieCurve manages the Govvie Latent State, using the Flat Forward Rate as the State Response Representation.classFlatYieldGovvieCurveFlatYieldGovvieCurve manages the Govvie Latent State, using the Flat Yield as the State Response Representation.