Uses of Class
com.opengamma.strata.product.bond.CapitalIndexedBond
-
Packages that use CapitalIndexedBond Package Description com.opengamma.strata.measure.bond Base package for calculation functions.com.opengamma.strata.product.bond Entity objects describing bonds. -
-
Uses of CapitalIndexedBond in com.opengamma.strata.measure.bond
Classes in com.opengamma.strata.measure.bond with type parameters of type CapitalIndexedBond Modifier and Type Class Description classCapitalIndexedBondTradeCalculationFunction<T extends SecuritizedProductPortfolioItem<CapitalIndexedBond> & Resolvable<ResolvedCapitalIndexedBondTrade>>Perform calculations on a singleCapitalIndexedBondTradeorCapitalIndexedBondPositionfor each of a set of scenarios. -
Uses of CapitalIndexedBond in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return CapitalIndexedBond Modifier and Type Method Description CapitalIndexedBondCapitalIndexedBond.Builder. build()CapitalIndexedBondCapitalIndexedBondSecurity. createProduct(ReferenceData refData)CapitalIndexedBondCapitalIndexedBondPosition. getProduct()Gets the bond that was traded.CapitalIndexedBondCapitalIndexedBondTrade. getProduct()Gets the bond that was traded.Methods in com.opengamma.strata.product.bond that return types with arguments of type CapitalIndexedBond Modifier and Type Method Description Class<? extends CapitalIndexedBond>CapitalIndexedBond.Meta. beanType()org.joda.beans.MetaProperty<CapitalIndexedBond>CapitalIndexedBondPosition.Meta. product()The meta-property for theproductproperty.org.joda.beans.MetaProperty<CapitalIndexedBond>CapitalIndexedBondTrade.Meta. product()The meta-property for theproductproperty.Methods in com.opengamma.strata.product.bond with parameters of type CapitalIndexedBond Modifier and Type Method Description static CapitalIndexedBondPositionCapitalIndexedBondPosition. ofLongShort(PositionInfo positionInfo, CapitalIndexedBond product, double longQuantity, double shortQuantity)Obtains an instance from position information, product, long quantity and short quantity.static CapitalIndexedBondPositionCapitalIndexedBondPosition. ofNet(PositionInfo positionInfo, CapitalIndexedBond product, double netQuantity)Obtains an instance from position information, product and net quantity.CapitalIndexedBondPosition.BuilderCapitalIndexedBondPosition.Builder. product(CapitalIndexedBond product)Sets the bond that was traded.CapitalIndexedBondTrade.BuilderCapitalIndexedBondTrade.Builder. product(CapitalIndexedBond product)Sets the bond that was traded.
-