public final class ResolvedTermDepositTrade extends Object implements ResolvedTrade, org.joda.beans.ImmutableBean, Serializable
This is the resolved form of TermDepositTrade and is the primary input to the pricers.
Applications will typically create a ResolvedTermDepositTrade from a TermDepositTrade
using TermDepositTrade.resolve(ReferenceData).
A ResolvedTermDepositTrade is bound to data that changes over time, such as holiday calendars.
If the data changes, such as the addition of a new holiday, the resolved form will not be updated.
Care must be taken when placing the resolved form in a cache or persistence layer.
| Modifier and Type | Class and Description |
|---|---|
static class |
ResolvedTermDepositTrade.Builder
The bean-builder for
ResolvedTermDepositTrade. |
static class |
ResolvedTermDepositTrade.Meta
The meta-bean for
ResolvedTermDepositTrade. |
| Modifier and Type | Method and Description |
|---|---|
static ResolvedTermDepositTrade.Builder |
builder()
Returns a builder used to create an instance of the bean.
|
boolean |
equals(Object obj) |
TradeInfo |
getInfo()
Gets the additional trade information, defaulted to an empty instance.
|
ResolvedTermDeposit |
getProduct()
Gets the resolved Term Deposit product.
|
int |
hashCode() |
static ResolvedTermDepositTrade.Meta |
meta()
The meta-bean for
ResolvedTermDepositTrade. |
ResolvedTermDepositTrade.Meta |
metaBean() |
static ResolvedTermDepositTrade |
of(TradeInfo info,
ResolvedTermDeposit product)
Obtains an instance of a resolved Term Deposit trade.
|
ResolvedTermDepositTrade.Builder |
toBuilder()
Returns a builder that allows this bean to be mutated.
|
String |
toString() |
public static ResolvedTermDepositTrade of(TradeInfo info, ResolvedTermDeposit product)
info - the trade infoproduct - the productpublic static ResolvedTermDepositTrade.Meta meta()
ResolvedTermDepositTrade.public static ResolvedTermDepositTrade.Builder builder()
public ResolvedTermDepositTrade.Meta metaBean()
metaBean in interface org.joda.beans.Beanpublic TradeInfo getInfo()
This allows additional information to be attached to the trade.
getInfo in interface ResolvedTradepublic ResolvedTermDeposit getProduct()
The product captures the contracted financial details of the trade.
getProduct in interface ResolvedTradepublic ResolvedTermDepositTrade.Builder toBuilder()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.