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 class
BillTradeCalculationFunction<T extends SecuritizedProductPortfolioItem<Bill> & Resolvable<ResolvedBillTrade>>
Perform calculations on a singleBillTrade
orBillPosition
for 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 Bill
Bill.Builder. build()
Bill
BillSecurity. createProduct(ReferenceData refData)
Bill
BillPosition. getProduct()
Gets the bill that was traded.Bill
BillTrade. 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 theproduct
property.org.joda.beans.MetaProperty<Bill>
BillTrade.Meta. product()
The meta-property for theproduct
property.Methods in com.opengamma.strata.product.bond with parameters of type Bill Modifier and Type Method Description static BillPosition
BillPosition. ofLongShort(PositionInfo positionInfo, Bill product, double longQuantity, double shortQuantity)
Obtains an instance from position information, product, long quantity and short quantity.static BillPosition
BillPosition. ofNet(PositionInfo positionInfo, Bill product, double netQuantity)
Obtains an instance from position information, product and net quantity.static BillTrade
BillTrade. ofPrice(TradeInfo info, Bill product, double quantity, double price)
Generates a Bill trade instance from the price.static BillTrade
BillTrade. ofYield(TradeInfo info, Bill product, double quantity, double yield)
Generates a Bill trade instance where the price is computed from the traded yield.BillPosition.Builder
BillPosition.Builder. product(Bill product)
Sets the bill that was traded.BillTrade.Builder
BillTrade.Builder. product(Bill product)
Sets the bill that was traded.
-