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 class
FixedCouponBondTradeCalculationFunction<T extends SecuritizedProductPortfolioItem<FixedCouponBond> & Resolvable<ResolvedFixedCouponBondTrade>>
Perform calculations on a singleFixedCouponBondTrade
orFixedCouponBondPosition
for 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 FixedCouponBond
FixedCouponBond.Builder. build()
FixedCouponBond
FixedCouponBondSecurity. createProduct(ReferenceData refData)
FixedCouponBond
FixedCouponBondPosition. getProduct()
Gets the bond that was traded.FixedCouponBond
FixedCouponBondTrade. getProduct()
Gets the bond that was traded.FixedCouponBond
FixedCouponBondOption. 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 thedeliveryBasket
property.ImmutableList<FixedCouponBond>
BondFuture. getDeliveryBasket()
Gets the basket of deliverable bonds.org.joda.beans.MetaProperty<FixedCouponBond>
FixedCouponBondPosition.Meta. product()
The meta-property for theproduct
property.org.joda.beans.MetaProperty<FixedCouponBond>
FixedCouponBondTrade.Meta. product()
The meta-property for theproduct
property.org.joda.beans.MetaProperty<FixedCouponBond>
FixedCouponBondOption.Meta. underlying()
The meta-property for theunderlying
property.Methods in com.opengamma.strata.product.bond with parameters of type FixedCouponBond Modifier and Type Method Description BondFuture.Builder
BondFuture.Builder. deliveryBasket(FixedCouponBond... deliveryBasket)
Sets thedeliveryBasket
property in the builder from an array of objects.static FixedCouponBondPosition
FixedCouponBondPosition. ofLongShort(PositionInfo positionInfo, FixedCouponBond product, double longQuantity, double shortQuantity)
Obtains an instance from position information, product, long quantity and short quantity.static FixedCouponBondPosition
FixedCouponBondPosition. ofNet(PositionInfo positionInfo, FixedCouponBond product, double netQuantity)
Obtains an instance from position information, product and net quantity.FixedCouponBondPosition.Builder
FixedCouponBondPosition.Builder. product(FixedCouponBond product)
Sets the bond that was traded.FixedCouponBondTrade.Builder
FixedCouponBondTrade.Builder. product(FixedCouponBond product)
Sets the bond that was traded.FixedCouponBondOption.Builder
FixedCouponBondOption.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.Builder
BondFuture.Builder. deliveryBasket(List<FixedCouponBond> deliveryBasket)
Sets the basket of deliverable bonds.
-