Uses of Class
com.opengamma.strata.product.bond.FixedCouponBond
-
Packages that use FixedCouponBond Package Description com.opengamma.strata.measure.bond Base package for calculation functions.com.opengamma.strata.product.bond Entity objects describing bonds. -
-
Uses of FixedCouponBond in com.opengamma.strata.measure.bond
Classes in com.opengamma.strata.measure.bond with type parameters of type FixedCouponBond Modifier and Type Class Description classFixedCouponBondTradeCalculationFunction<T extends SecuritizedProductPortfolioItem<FixedCouponBond> & Resolvable<ResolvedFixedCouponBondTrade>>Perform calculations on a singleFixedCouponBondTradeorFixedCouponBondPositionfor each of a set of scenarios. -
Uses of FixedCouponBond in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return FixedCouponBond Modifier and Type Method Description FixedCouponBondFixedCouponBond.Builder. build()FixedCouponBondFixedCouponBondSecurity. createProduct(ReferenceData refData)FixedCouponBondFixedCouponBondPosition. getProduct()Gets the bond that was traded.FixedCouponBondFixedCouponBondTrade. getProduct()Gets the bond that was traded.FixedCouponBondFixedCouponBondOption. getUnderlying()Gets the bond underlying the option.Methods in com.opengamma.strata.product.bond that return types with arguments of type FixedCouponBond Modifier and Type Method Description Class<? extends FixedCouponBond>FixedCouponBond.Meta. beanType()org.joda.beans.MetaProperty<ImmutableList<FixedCouponBond>>BondFuture.Meta. deliveryBasket()The meta-property for thedeliveryBasketproperty.ImmutableList<FixedCouponBond>BondFuture. getDeliveryBasket()Gets the basket of deliverable bonds.org.joda.beans.MetaProperty<FixedCouponBond>FixedCouponBondPosition.Meta. product()The meta-property for theproductproperty.org.joda.beans.MetaProperty<FixedCouponBond>FixedCouponBondTrade.Meta. product()The meta-property for theproductproperty.org.joda.beans.MetaProperty<FixedCouponBond>FixedCouponBondOption.Meta. underlying()The meta-property for theunderlyingproperty.Methods in com.opengamma.strata.product.bond with parameters of type FixedCouponBond Modifier and Type Method Description BondFuture.BuilderBondFuture.Builder. deliveryBasket(FixedCouponBond... deliveryBasket)Sets thedeliveryBasketproperty in the builder from an array of objects.static FixedCouponBondPositionFixedCouponBondPosition. ofLongShort(PositionInfo positionInfo, FixedCouponBond product, double longQuantity, double shortQuantity)Obtains an instance from position information, product, long quantity and short quantity.static FixedCouponBondPositionFixedCouponBondPosition. ofNet(PositionInfo positionInfo, FixedCouponBond product, double netQuantity)Obtains an instance from position information, product and net quantity.FixedCouponBondPosition.BuilderFixedCouponBondPosition.Builder. product(FixedCouponBond product)Sets the bond that was traded.FixedCouponBondTrade.BuilderFixedCouponBondTrade.Builder. product(FixedCouponBond product)Sets the bond that was traded.FixedCouponBondOption.BuilderFixedCouponBondOption.Builder. underlying(FixedCouponBond underlying)Sets the bond underlying the option.Method parameters in com.opengamma.strata.product.bond with type arguments of type FixedCouponBond Modifier and Type Method Description BondFuture.BuilderBondFuture.Builder. deliveryBasket(List<FixedCouponBond> deliveryBasket)Sets the basket of deliverable bonds.
-