couponIndex = loopcpn;
break;
}
}
final double notionalStandard = getUnderlyingBond().getCoupons().getNthPayment(couponIndex).getNotional();
final BondIborTransaction result = new BondIborTransaction(bondPurchase, getQuantity(), getPrice(), bondStandard, notionalStandard);
return result;
}