Class CalibrationDataset
java.lang.Object
net.finmath.smartcontract.valuation.marketdata.curvecalibration.CalibrationDataset
IR Market Data Scenario Class holds a SecnarioDate an a Map containing CurveData
- Author:
- Peter Kohl-Landgraf
-
Constructor Summary
ConstructorsConstructorDescriptionCalibrationDataset(Set<CalibrationDataItem> curveDataPointSet, LocalDateTime scenarioDate) -
Method Summary
Modifier and TypeMethodDescriptiongetClonedFixingsAdded(Set<CalibrationDataItem> newFixingDataItems) Returns a Stream of CalibrationSpecs, curveData provided as calibration data points, will be converted to calibration specs Currently Swap-Rates, FRAs and Deposit Specs are used.getDate()getScaled(double scaleFactor)
-
Constructor Details
-
CalibrationDataset
-
-
Method Details
-
getScaled
-
getCalibrationDataItems
-
getFixingDataItems
-
getClonedFixingsAdded
-
toMarketDataList
-
serializeToJson
-
getDataAsCalibrationDataPointStream
public Stream<CalibrationSpecProvider> getDataAsCalibrationDataPointStream(CalibrationParser parser) Returns a Stream of CalibrationSpecs, curveData provided as calibration data points, will be converted to calibration specs Currently Swap-Rates, FRAs and Deposit Specs are used.- Parameters:
parser- Object implementing a CalibrationParser.- Returns:
- Stream of calibration spec providers.
-
getDataPoints
-
getDate
-