public interface CurveConstructionInputSet
Modifier and Type | Method and Description |
---|---|
CalibratableComponent[] |
getComponent()
Retrieve the Array of the Calibration Components
|
java.util.Map<JulianDate,CaseInsensitiveTreeMap<java.lang.Double>> |
getFixing()
Retrieve the Calibration Fixing
|
CaseInsensitiveTreeMap<java.lang.String> |
getMeasure()
Retrieve the Calibration Measure Map
|
CaseInsensitiveTreeMap<java.lang.Double> |
getQuote()
Retrieve the Calibration Quote Map
|
QuotingParams |
getQuotingParameter()
Retrieve the Quoting Parameter
|
ValuationParams |
getValuationParameter()
Retrieve the Valuation Parameter
|
ValuationParams getValuationParameter()
QuotingParams getQuotingParameter()
CalibratableComponent[] getComponent()
CaseInsensitiveTreeMap<java.lang.Double> getQuote()
CaseInsensitiveTreeMap<java.lang.String> getMeasure()
java.util.Map<JulianDate,CaseInsensitiveTreeMap<java.lang.Double>> getFixing()