Ejemplo n.º 1
0
 public VolatilityCubeData(Dictionary <VolatilityPoint, double> dataPoints, SnapshotDataBundle otherData, Dictionary <Pair <Tenor, Tenor>, double> strikes)
 {
     _dataPoints = dataPoints;
     _otherData  = otherData;
     _strikes    = strikes;
 }
Ejemplo n.º 2
0
 public VolatilityCubeData(Dictionary<VolatilityPoint, double> dataPoints, SnapshotDataBundle otherData, Dictionary<Pair<Tenor, Tenor>, double> strikes)
 {
     _dataPoints = dataPoints;
     _otherData = otherData;
     _strikes = strikes;
 }