Uses of Class
net.finmath.smartcontract.valuation.marketdata.curvecalibration.CalibrationDataItem.Spec
Packages that use CalibrationDataItem.Spec
Package
Description
Providing curve calibrations.
-
Uses of CalibrationDataItem.Spec in net.finmath.smartcontract.product
Methods in net.finmath.smartcontract.product that return types with arguments of type CalibrationDataItem.Spec -
Uses of CalibrationDataItem.Spec in net.finmath.smartcontract.valuation.marketdata.curvecalibration
Methods in net.finmath.smartcontract.valuation.marketdata.curvecalibration that return CalibrationDataItem.SpecMethod parameters in net.finmath.smartcontract.valuation.marketdata.curvecalibration with type arguments of type CalibrationDataItem.SpecModifier and TypeMethodDescriptionstatic CalibrationDataset
CalibrationParserDataItems.getCalibrationDataSetFromXML(String xmlString, List<CalibrationDataItem.Spec> dataSpecs)
Constructors in net.finmath.smartcontract.valuation.marketdata.curvecalibration with parameters of type CalibrationDataItem.SpecModifierConstructorDescriptionCalibrationDataItem(CalibrationDataItem.Spec spec, Double quote, LocalDateTime dateTime)
-
Uses of CalibrationDataItem.Spec in net.finmath.smartcontract.valuation.marketdata.generators
Constructor parameters in net.finmath.smartcontract.valuation.marketdata.generators with type arguments of type CalibrationDataItem.SpecModifierConstructorDescriptionMarketDataGeneratorRandomFeed(Period processingPeriod, String referenceMarketDataStr, List<CalibrationDataItem.Spec> mdSpecs)
MarketDataGeneratorWebsocket(org.json.JSONObject authJson, String position, List<CalibrationDataItem.Spec> itemList)
-
Uses of CalibrationDataItem.Spec in net.finmath.smartcontract.valuation.marketdata.generators.legacy
Constructor parameters in net.finmath.smartcontract.valuation.marketdata.generators.legacy with type arguments of type CalibrationDataItem.SpecModifierConstructorDescriptionReactiveMarketDataUpdater(org.json.JSONObject authJson, String position, List<CalibrationDataItem.Spec> itemList)