public FixedCouponBondPosition withQuantity(double quantity)
 {
     return(FixedCouponBondPosition.ofNet(info, product, quantity));
 }