public class IRCurveData extends Object
| Modifier and Type | Field and Description |
|---|---|
Set<CalibrationDatapoint> |
curveDataPointSet |
| Constructor and Description |
|---|
IRCurveData(String curveKey,
Map<String,Map<String,Double>> typeCurveMap)
CurveFromInterpolationPoints Key and Map will be provided.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<CalibrationDatapoint> |
getDataPointStreamForProductType(String productType)
Returns Stream of calibration data points for a given product type
|
public Set<CalibrationDatapoint> curveDataPointSet
public IRCurveData(String curveKey, Map<String,Map<String,Double>> typeCurveMap)
curveKey - Key identifying the curve.typeCurveMap - Map from product type to a map of maturities to calibration data.public Stream<CalibrationDatapoint> getDataPointStreamForProductType(String productType)
productType - String identifying the product type.Copyright © 2019. All rights reserved.