196197198199200201202203204205206
final AssetOrNothingPayoff aoo = (AssetOrNothingPayoff) strikedTypePayoff; if (inTheMoney) { K = spot; DKDstrike = 0.0; } else { K = aoo.strike(); DKDstrike = 1.0; } } }