| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BillTrade> |
BillTrade.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.