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. TRADEThe 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 BillTradeBillTrade.Builder. build()BillTradeBillSecurity. createTrade(TradeInfo info, double quantity, double tradePrice, ReferenceData refData)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.BillTradeBillTrade. withInfo(PortfolioItemInfo info)BillTradeBillTrade. withPrice(double price)BillTradeBillTrade. 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()
-