final Date exDate = today.add(360);
final Exercise exercise = new EuropeanExercise(exDate);
for (final BarrierOptionData value : values) {
volatility.setValue(value.volatility);
final StrikedTypePayoff callPayoff = new PlainVanillaPayoff(Option.Type.Call, value.strike);
final BlackScholesMertonProcess stochProcess = new BlackScholesMertonProcess(
new Handle<Quote>(underlying),
new Handle<YieldTermStructure>(qTS),
new Handle<YieldTermStructure>(rTS),