final SimpleQuote jumpIntensity = new SimpleQuote(0.0);
final SimpleQuote meanLogJump = new SimpleQuote(0.0);
final SimpleQuote jumpVol = new SimpleQuote(0.0);
final Merton76Process stochProcess = new Merton76Process(
new Handle<Quote>(spot),
new Handle<YieldTermStructure>(qTS),
new Handle<YieldTermStructure>(rTS),
new Handle<BlackVolTermStructure>(volTS),
new Handle<Quote>(jumpIntensity),