final YieldTermStructure rTS = Utilities.flatRate(today, rH_SME, dc);
final SimpleQuote volatility = new SimpleQuote(0.10);
final BlackVolTermStructure volTS = Utilities.flatVol(today, volatility, dc);
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);