| Package | Description |
|---|---|
| com.opengamma.strata.product |
Entity objects describing trades and products in financial markets.
|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| com.opengamma.strata.product.dsf |
Entity objects describing Deliverable Swap Futures (DSFs).
|
| com.opengamma.strata.product.index |
Entity objects describing contracts based on rate indices.
|
| Modifier and Type | Method and Description |
|---|---|
static TradedPrice |
TradedPrice.of(LocalDate tradeDate,
double price)
Obtains an instance from the trade date and price.
|
| Modifier and Type | Method and Description |
|---|---|
static org.joda.beans.TypedMetaBean<TradedPrice> |
TradedPrice.meta()
The meta-bean for
TradedPrice. |
org.joda.beans.TypedMetaBean<TradedPrice> |
TradedPrice.metaBean() |
| Modifier and Type | Method and Description |
|---|---|
Optional<TradedPrice> |
ResolvedBondFutureTrade.getTradedPrice()
Gets the price that was traded, together with the trade date, optional.
|
Optional<TradedPrice> |
ResolvedBondFutureOptionTrade.getTradedPrice()
Gets the price that was traded, together with the trade date, optional.
|
org.joda.beans.MetaProperty<TradedPrice> |
ResolvedBondFutureTrade.Meta.tradedPrice()
The meta-property for the
tradedPrice property. |
org.joda.beans.MetaProperty<TradedPrice> |
ResolvedBondFutureOptionTrade.Meta.tradedPrice()
The meta-property for the
tradedPrice property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedBondFutureTrade.Builder |
ResolvedBondFutureTrade.Builder.tradedPrice(TradedPrice tradedPrice)
Sets the price that was traded, together with the trade date, optional.
|
ResolvedBondFutureOptionTrade.Builder |
ResolvedBondFutureOptionTrade.Builder.tradedPrice(TradedPrice tradedPrice)
Sets the price that was traded, together with the trade date, optional.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<TradedPrice> |
ResolvedDsfTrade.getTradedPrice()
Gets the price that was traded, together with the trade date, optional.
|
org.joda.beans.MetaProperty<TradedPrice> |
ResolvedDsfTrade.Meta.tradedPrice()
The meta-property for the
tradedPrice property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedDsfTrade.Builder |
ResolvedDsfTrade.Builder.tradedPrice(TradedPrice tradedPrice)
Sets the price that was traded, together with the trade date, optional.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<TradedPrice> |
ResolvedOvernightFutureTrade.getTradedPrice()
Gets the price that was traded, together with the trade date, optional.
|
Optional<TradedPrice> |
ResolvedOvernightFutureOptionTrade.getTradedPrice()
Gets the price that was traded, together with the trade date, optional.
|
Optional<TradedPrice> |
ResolvedIborFutureTrade.getTradedPrice()
Gets the price that was traded, together with the trade date, optional.
|
Optional<TradedPrice> |
ResolvedIborFutureOptionTrade.getTradedPrice()
Gets the price that was traded, together with the trade date, optional.
|
org.joda.beans.MetaProperty<TradedPrice> |
ResolvedOvernightFutureTrade.Meta.tradedPrice()
The meta-property for the
tradedPrice property. |
org.joda.beans.MetaProperty<TradedPrice> |
ResolvedOvernightFutureOptionTrade.Meta.tradedPrice()
The meta-property for the
tradedPrice property. |
org.joda.beans.MetaProperty<TradedPrice> |
ResolvedIborFutureTrade.Meta.tradedPrice()
The meta-property for the
tradedPrice property. |
org.joda.beans.MetaProperty<TradedPrice> |
ResolvedIborFutureOptionTrade.Meta.tradedPrice()
The meta-property for the
tradedPrice property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedOvernightFutureTrade.Builder |
ResolvedOvernightFutureTrade.Builder.tradedPrice(TradedPrice tradedPrice)
Sets the price that was traded, together with the trade date, optional.
|
ResolvedOvernightFutureOptionTrade.Builder |
ResolvedOvernightFutureOptionTrade.Builder.tradedPrice(TradedPrice tradedPrice)
Sets the price that was traded, together with the trade date, optional.
|
ResolvedIborFutureTrade.Builder |
ResolvedIborFutureTrade.Builder.tradedPrice(TradedPrice tradedPrice)
Sets the price that was traded, together with the trade date, optional.
|
ResolvedIborFutureOptionTrade.Builder |
ResolvedIborFutureOptionTrade.Builder.tradedPrice(TradedPrice tradedPrice)
Sets the price that was traded, together with the trade date, optional.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.