public interface CurveConstructionInputSet
Modifier and Type | Method and Description |
---|---|
CalibratableComponent[] |
components()
Retrieve the Array of the Calibration Components
|
LatentStateFixingsContainer |
fixing()
Retrieve the Latent State Fixings Container
|
CurveSurfaceQuoteContainer |
marketParameters()
Retrieve the Market Parameters
|
CaseInsensitiveTreeMap<java.lang.String[]> |
measures()
Retrieve the Map containing the array of the Calibration Measures
|
CreditPricerParams |
pricerParameter()
Retrieve the Pricer Parameters
|
CaseInsensitiveTreeMap<CaseInsensitiveTreeMap<java.lang.Double>> |
quoteMap()
Retrieve the Calibration Quote Map
|
ValuationCustomizationParams |
quotingParameter()
Retrieve the Quoting Parameter
|
ValuationParams |
valuationParameter()
Retrieve the Valuation Parameter
|
ValuationParams valuationParameter()
CurveSurfaceQuoteContainer marketParameters()
CreditPricerParams pricerParameter()
ValuationCustomizationParams quotingParameter()
CalibratableComponent[] components()
CaseInsensitiveTreeMap<CaseInsensitiveTreeMap<java.lang.Double>> quoteMap()
CaseInsensitiveTreeMap<java.lang.String[]> measures()
LatentStateFixingsContainer fixing()