Uses of Class
com.opengamma.strata.product.bond.Bill
-
Packages that use Bill Package Description com.opengamma.strata.measure.bond Base package for calculation functions.com.opengamma.strata.product.bond Entity objects describing bonds. -
-
Uses of Bill in com.opengamma.strata.measure.bond
Classes in com.opengamma.strata.measure.bond with type parameters of type Bill Modifier and Type Class Description classBillTradeCalculationFunction<T extends SecuritizedProductPortfolioItem<Bill> & Resolvable<ResolvedBillTrade>>Perform calculations on a singleBillTradeorBillPositionfor each of a set of scenarios. -
Uses of Bill in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return Bill Modifier and Type Method Description BillBill.Builder. build()BillBillSecurity. createProduct(ReferenceData refData)BillBillPosition. getProduct()Gets the bill that was traded.BillBillTrade. getProduct()Gets the bill that was traded.Methods in com.opengamma.strata.product.bond that return types with arguments of type Bill Modifier and Type Method Description Class<? extends Bill>Bill.Meta. beanType()org.joda.beans.MetaProperty<Bill>BillPosition.Meta. product()The meta-property for theproductproperty.org.joda.beans.MetaProperty<Bill>BillTrade.Meta. product()The meta-property for theproductproperty.Methods in com.opengamma.strata.product.bond with parameters of type Bill Modifier and Type Method Description static BillPositionBillPosition. ofLongShort(PositionInfo positionInfo, Bill product, double longQuantity, double shortQuantity)Obtains an instance from position information, product, long quantity and short quantity.static BillPositionBillPosition. ofNet(PositionInfo positionInfo, Bill product, double netQuantity)Obtains an instance from position information, product and net quantity.static BillTradeBillTrade. ofPrice(TradeInfo info, Bill product, double quantity, double price)Generates a Bill trade instance from the price.static BillTradeBillTrade. ofYield(TradeInfo info, Bill product, double quantity, double yield)Generates a Bill trade instance where the price is computed from the traded yield.BillPosition.BuilderBillPosition.Builder. product(Bill product)Sets the bill that was traded.BillTrade.BuilderBillTrade.Builder. product(Bill product)Sets the bill that was traded.
-