Uses of Class
com.opengamma.strata.product.bond.BillTrade
-
Packages that use BillTrade Package Description com.opengamma.strata.measure.bond Base package for calculation functions.com.opengamma.strata.product.bond Entity objects describing bonds. -
-
Uses of BillTrade in com.opengamma.strata.measure.bond
Fields in com.opengamma.strata.measure.bond with type parameters of type BillTrade Modifier and Type Field Description static BillTradeCalculationFunction<BillTrade>
BillTradeCalculationFunction. TRADE
The trade instance -
Uses of BillTrade in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return BillTrade Modifier and Type Method Description BillTrade
BillTrade.Builder. build()
BillTrade
BillSecurity. createTrade(TradeInfo info, double quantity, double tradePrice, ReferenceData refData)
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.BillTrade
BillTrade. withInfo(PortfolioItemInfo info)
BillTrade
BillTrade. withPrice(double price)
BillTrade
BillTrade. withQuantity(double quantity)
Methods in com.opengamma.strata.product.bond that return types with arguments of type BillTrade Modifier and Type Method Description Class<? extends BillTrade>
BillTrade.Meta. beanType()
-