Modifier and Type | Method and Description |
---|---|
PredictorResponseWeightConstraint |
CompositePeriod.forwardFundingPRWC(int iValueDate,
CurveSurfaceQuoteContainer csqs,
ProductQuoteSet pqs)
Generate the Merged Forward/Funding Predictor/Response Constraint
|
PredictorResponseWeightConstraint |
CompositePeriod.forwardPRWC(int iValueDate,
CurveSurfaceQuoteContainer csqs,
ProductQuoteSet pqs)
Generate the Forward Predictor/Response Constraint
|
PredictorResponseWeightConstraint |
CompositePeriod.fundingPRWC(int iValueDate,
CurveSurfaceQuoteContainer csqs,
ProductQuoteSet pqs)
Generate the Funding Predictor/Response Constraint
|
PredictorResponseWeightConstraint |
Bullet.fundingPRWC(int iValueDate,
CurveSurfaceQuoteContainer csqs,
ProductQuoteSet pqs)
Generate the Funding Predictor/Response Constraint
|
PredictorResponseWeightConstraint |
CompositePeriod.fxPRWC(int iValueDate,
CurveSurfaceQuoteContainer csqs,
ProductQuoteSet pqs)
Generate the FX Predictor/Response Constraint
|
PredictorResponseWeightConstraint |
CompositePeriod.volatilityPRWC(int iValueDate,
CurveSurfaceQuoteContainer csqs,
ProductQuoteSet pqs)
Generate the Volatility Predictor/Response Constraint
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 |
FRAStandardCapFloorlet.volatilityPRWC(ValuationParams valParams,
CreditPricerParams pricerParams,
CurveSurfaceQuoteContainer csqs,
ValuationCustomizationParams vcp,
ProductQuoteSet pqs) |
PredictorResponseWeightConstraint |
FRAStandardCapFloor.volatilityPRWC(ValuationParams valParams,
CreditPricerParams pricerParams,
CurveSurfaceQuoteContainer csqs,
ValuationCustomizationParams vcp,
ProductQuoteSet pqs) |
Modifier and Type | Method and Description |
---|---|
PredictorResponseWeightConstraint |
TreasuryComponent.govviePRWC(ValuationParams valParams,
CreditPricerParams pricerParams,
CurveSurfaceQuoteContainer csqs,
ValuationCustomizationParams vcp,
ProductQuoteSet pqs) |
Modifier and Type | Method and Description |
---|---|
boolean |
PredictorResponseWeightConstraint.absorb(PredictorResponseWeightConstraint prwcOther)
"Absorb" the other PRWC Instance into the Current One
|