Pricing Model
// underlying price points (US$)
x = [1350, 1400, 1450, 1500, 1550, 1600, 1650];
y = [
// option price points for "t0" (US$)
27, 42, 62, 87, 118, 152, 191,
// option price points for "t1" (US$)
22, 36, 56, 81, 111, 146, 185
];Last updated