Uses of Class
org.drip.product.calib.ProductQuoteSet
Package | Description |
---|---|
org.drip.analytics.cashflow |
Unit/Composite Cash Flow Periods.
|
org.drip.product.calib |
Curve/Surface Calibration Quote Sets
|
org.drip.product.credit |
Credit Products - Components and Baskets
|
org.drip.product.definition |
Fixed Income Components/Baskets Definitions
|
org.drip.product.fra |
Standard/Market FRAs - Caps/Floors
|
org.drip.product.fx |
FX Forwards, Cross Currency Swaps
|
org.drip.product.govvie |
Treasury Bills, Notes, Bonds, Futures
|
org.drip.product.option |
Options on Fixed Income Components
|
org.drip.product.rates |
Fixed Income Multi-Stream Components
|
org.drip.state.inference |
Latent State Stretch Sequence Inference
|
-
Uses of ProductQuoteSet in org.drip.analytics.cashflow
Methods in org.drip.analytics.cashflow with parameters of type ProductQuoteSet Modifier and Type Method Description double
CompositeFixedPeriod. basisQuote(ProductQuoteSet pqs)
double
CompositeFloatingPeriod. basisQuote(ProductQuoteSet pqs)
abstract double
CompositePeriod. basisQuote(ProductQuoteSet pqs)
Retrieve the Period Calibration Basis Quote from the specified product quote setPredictorResponseWeightConstraint
CompositePeriod. forwardFundingPRWC(int iValueDate, CurveSurfaceQuoteContainer csqc, ProductQuoteSet pqs)
Generate the Merged Forward/Funding Predictor/Response ConstraintPredictorResponseWeightConstraint
CompositePeriod. forwardPRWC(int iValueDate, CurveSurfaceQuoteContainer csqc, ProductQuoteSet pqs)
Generate the Forward Predictor/Response ConstraintPredictorResponseWeightConstraint
Bullet. fundingPRWC(int iValueDate, CurveSurfaceQuoteContainer csqc, ProductQuoteSet pqs)
Generate the Funding Predictor/Response ConstraintPredictorResponseWeightConstraint
CompositePeriod. fundingPRWC(int iValueDate, CurveSurfaceQuoteContainer csqc, ProductQuoteSet pqs)
Generate the Funding Predictor/Response ConstraintPredictorResponseWeightConstraint
CompositePeriod. fxPRWC(int iValueDate, CurveSurfaceQuoteContainer csqc, ProductQuoteSet pqs)
Generate the FX Predictor/Response ConstraintCompositePeriodQuoteSet
CompositeFixedPeriod. periodQuoteSet(ProductQuoteSet pqs, CurveSurfaceQuoteContainer csqs)
CompositePeriodQuoteSet
CompositeFloatingPeriod. periodQuoteSet(ProductQuoteSet pqs, CurveSurfaceQuoteContainer csqs)
abstract CompositePeriodQuoteSet
CompositePeriod. periodQuoteSet(ProductQuoteSet pqs, CurveSurfaceQuoteContainer csqc)
Retrieve the Period Calibration Quotes from the specified product quote setPredictorResponseWeightConstraint
CompositePeriod. volatilityPRWC(int iValueDate, CurveSurfaceQuoteContainer csqc, ProductQuoteSet pqs)
Generate the Volatility Predictor/Response Constraint -
Uses of ProductQuoteSet in org.drip.product.calib
Subclasses of ProductQuoteSet in org.drip.product.calib Modifier and Type Class Description class
CompositePeriodQuoteSet
CompositePeriodQuoteSet implements the composite period's calibration quote set functionality.class
DepositComponentQuoteSet
DepositComponentQuoteSet extends the ProductQuoteSet by implementing the Calibration Parameters for the Deposit Component.class
FixedStreamQuoteSet
FixedStreamQuoteSet extends the ProductQuoteSet by implementing the Calibration Parameters for the Fixed Stream.class
FixFloatQuoteSet
FixFloatQuoteSet extends the ProductQuoteSet by implementing the Calibration Parameters for the Fix-Float Swap Component.class
FloatFloatQuoteSet
FloatFloatQuoteSet extends the ProductQuoteSet by implementing the Calibration Parameters for the Float-Float Swap Component.class
FloatingStreamQuoteSet
FloatingStreamQuoteSet extends the ProductQuoteSet by implementing the Calibration Parameters for the Floating Stream.class
FRAComponentQuoteSet
FRAComponentQuoteSet extends the ProductQuoteSet by implementing the Calibration Parameters for the FRA Component.class
FuturesComponentQuoteSet
FuturesComponentQuoteSet extends the ProductQuoteSet by implementing the Calibration Parameters for the Short-term Interest Rate Futures Component.class
FXForwardQuoteSet
FXForwardQuoteSet extends the ProductQuoteSet by implementing the Calibration Parameters for the FX Forward Component.class
TreasuryBondQuoteSet
TreasuryBondQuoteSet extends the ProductQuoteSet by implementing the Calibration Parameters for the Treasury Bond Component.class
VolatilityProductQuoteSet
VolatilityProductQuoteSet implements the Calibratable Volatility Product Quote Shell. -
Uses of ProductQuoteSet in org.drip.product.credit
Methods in org.drip.product.credit that return ProductQuoteSet Modifier and Type Method Description ProductQuoteSet
BondComponent. calibQuoteSet(LatentStateSpecification[] aLSS)
ProductQuoteSet
CDSComponent. calibQuoteSet(LatentStateSpecification[] aLSS)
-
Uses of ProductQuoteSet in org.drip.product.definition
Methods in org.drip.product.definition that return ProductQuoteSet Modifier and Type Method Description abstract ProductQuoteSet
CalibratableComponent. calibQuoteSet(LatentStateSpecification[] aLSS)
Generate the Product Specific Calibration Quote SetMethods in org.drip.product.definition with parameters of type ProductQuoteSet Modifier and Type Method Description PredictorResponseWeightConstraint
CalibratableComponent. calibPRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
Generate the Calibratable Linearized Predictor/Response Constraint Weights for the Component from the Market Inputs.abstract PredictorResponseWeightConstraint
CalibratableComponent. forwardPRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
Generate the Calibratable Linearized Predictor/Response Constraint Weights for the Non-merged Forward Factor Latent State from the Component's Cash Flows.abstract PredictorResponseWeightConstraint
CalibratableComponent. fundingForwardPRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
Generate the Calibratable Linearized Predictor/Response Constraint Weights for the merged Funding and Forward Latent States from the Component's Cash Flows.abstract PredictorResponseWeightConstraint
CalibratableComponent. fundingPRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
Generate the Calibratable Linearized Predictor/Response Constraint Weights for the Non-merged Funding Curve Discount Factor Latent State from the Component's Cash Flows.abstract PredictorResponseWeightConstraint
CalibratableComponent. fxPRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
Generate the Calibratable Linearized Predictor/Response Constraint Weights for the Non-merged FX Curve FX Forward Latent State from the Component's Cash Flows.abstract PredictorResponseWeightConstraint
CalibratableComponent. govviePRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
Generate the Calibratable Linearized Predictor/Response Constraint Weights for the Non-merged Govvie Curve FX Forward Latent State from the Component's Cash Flows.abstract PredictorResponseWeightConstraint
CalibratableComponent. volatilityPRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
Generate the Calibratable Linearized Predictor/Response Constraint Weights for the Non-merged Volatility Latent State from the Component's Cash Flows. -
Uses of ProductQuoteSet in org.drip.product.fra
Methods in org.drip.product.fra that return ProductQuoteSet Modifier and Type Method Description ProductQuoteSet
FRAStandardComponent. calibQuoteSet(LatentStateSpecification[] aLSS)
Methods in org.drip.product.fra with parameters of type ProductQuoteSet Modifier and Type Method Description PredictorResponseWeightConstraint
FRAStandardComponent. forwardPRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
PredictorResponseWeightConstraint
FRAStandardComponent. fundingPRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
PredictorResponseWeightConstraint
FRAStandardCapFloor. volatilityPRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
PredictorResponseWeightConstraint
FRAStandardCapFloorlet. volatilityPRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
-
Uses of ProductQuoteSet in org.drip.product.fx
Methods in org.drip.product.fx that return ProductQuoteSet Modifier and Type Method Description ProductQuoteSet
FXForwardComponent. calibQuoteSet(LatentStateSpecification[] aLSS)
-
Uses of ProductQuoteSet in org.drip.product.govvie
Methods in org.drip.product.govvie that return ProductQuoteSet Modifier and Type Method Description ProductQuoteSet
TreasuryComponent. calibQuoteSet(LatentStateSpecification[] aLSS)
Methods in org.drip.product.govvie with parameters of type ProductQuoteSet Modifier and Type Method Description PredictorResponseWeightConstraint
TreasuryComponent. govviePRWC(ValuationParams valParams, CreditPricerParams pricerParams, CurveSurfaceQuoteContainer csqs, ValuationCustomizationParams vcp, ProductQuoteSet pqs)
-
Uses of ProductQuoteSet in org.drip.product.option
Methods in org.drip.product.option that return ProductQuoteSet Modifier and Type Method Description ProductQuoteSet
CDSEuropeanOption. calibQuoteSet(LatentStateSpecification[] aLSS)
ProductQuoteSet
FixFloatEuropeanOption. calibQuoteSet(LatentStateSpecification[] aLSS)
ProductQuoteSet
OptionComponent. calibQuoteSet(LatentStateSpecification[] aLSS)
-
Uses of ProductQuoteSet in org.drip.product.rates
Methods in org.drip.product.rates that return ProductQuoteSet Modifier and Type Method Description ProductQuoteSet
FixFloatComponent. calibQuoteSet(LatentStateSpecification[] aLSS)
ProductQuoteSet
FloatFloatComponent. calibQuoteSet(LatentStateSpecification[] aLSS)
ProductQuoteSet
RatesBasket. calibQuoteSet(LatentStateSpecification[] aLSS)
ProductQuoteSet
SingleStreamComponent. calibQuoteSet(LatentStateSpecification[] aLSS)
ProductQuoteSet
Stream. calibQuoteSet(LatentStateSpecification[] aLSS)
Generate the Calibration Quote Set corresponding to the specified Latent State Array -
Uses of ProductQuoteSet in org.drip.state.inference
Methods in org.drip.state.inference that return ProductQuoteSet Modifier and Type Method Description ProductQuoteSet
LatentStateSegmentSpec. manifestMeasures()
Retrieve the Calibration Manifest Measure Quote SetConstructors in org.drip.state.inference with parameters of type ProductQuoteSet Constructor Description LatentStateSegmentSpec(CalibratableComponent calibratableComponentArray, ProductQuoteSet productQuoteSet)
LatentStateSegmentSpec constructor