Class TermDepositTrade
- java.lang.Object
- 
- com.opengamma.strata.product.deposit.TermDepositTrade
 
- 
- All Implemented Interfaces:
- CalculationTarget,- Resolvable<ResolvedTermDepositTrade>,- PortfolioItem,- ProductTrade,- ResolvableTrade<ResolvedTermDepositTrade>,- Trade,- Serializable,- org.joda.beans.Bean,- org.joda.beans.ImmutableBean
 
 public final class TermDepositTrade extends Object implements ProductTrade, ResolvableTrade<ResolvedTermDepositTrade>, org.joda.beans.ImmutableBean, Serializable A trade in a term deposit.An Over-The-Counter (OTC) trade in a TermDeposit.A term deposit is a financial instrument that provides a fixed rate of interest on an amount for a specific term. For example, investing GBP 1,000 for 3 months at a 1% interest rate. - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classTermDepositTrade.BuilderThe bean-builder forTermDepositTrade.static classTermDepositTrade.MetaThe meta-bean forTermDepositTrade.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TermDepositTrade.Builderbuilder()Returns a builder used to create an instance of the bean.booleanequals(Object obj)TradeInfogetInfo()Gets the additional trade information, defaulted to an empty instance.TermDepositgetProduct()Gets the term deposit product that was agreed when the trade occurred.inthashCode()static TermDepositTrade.Metameta()The meta-bean forTermDepositTrade.TermDepositTrade.MetametaBean()static TermDepositTradeof(TradeInfo info, TermDeposit product)Obtains an instance of a Term Deposit trade.ResolvedTermDepositTraderesolve(ReferenceData refData)Resolves this trade using the specified reference data.PortfolioItemSummarysummarize()Summarizes the portfolio item.TermDepositTrade.BuildertoBuilder()Returns a builder that allows this bean to be mutated.StringtoString()TermDepositTradewithInfo(PortfolioItemInfo info)Returns an instance with the specified info.- 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.opengamma.strata.product.PortfolioItemgetId
 
- 
 
- 
- 
- 
Method Detail- 
ofpublic static TermDepositTrade of(TradeInfo info, TermDeposit product) Obtains an instance of a Term Deposit trade.- Parameters:
- info- the trade info
- product- the product
- Returns:
- the trade
 
 - 
withInfopublic TermDepositTrade withInfo(PortfolioItemInfo info) Description copied from interface:ProductTradeReturns an instance with the specified info.- Specified by:
- withInfoin interface- PortfolioItem
- Specified by:
- withInfoin interface- ProductTrade
- Specified by:
- withInfoin interface- ResolvableTrade<ResolvedTermDepositTrade>
- Specified by:
- withInfoin interface- Trade
- Parameters:
- info- the new info
- Returns:
- the instance with the specified info
 
 - 
summarizepublic PortfolioItemSummary summarize() Description copied from interface:PortfolioItemSummarizes the portfolio item.This provides a summary, including a human readable description. - Specified by:
- summarizein interface- PortfolioItem
- Specified by:
- summarizein interface- Trade
- Returns:
- the summary of the item
 
 - 
resolvepublic ResolvedTermDepositTrade resolve(ReferenceData refData) Description copied from interface:ResolvableTradeResolves this trade using the specified reference data.This converts this trade to the equivalent resolved form. All ReferenceDataIdidentifiers in this instance will be resolved. The resultingResolvedTradeis optimized for pricing.Resolved objects may be 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. - Specified by:
- resolvein interface- Resolvable<ResolvedTermDepositTrade>
- Specified by:
- resolvein interface- ResolvableTrade<ResolvedTermDepositTrade>
- Parameters:
- refData- the reference data to use when resolving
- Returns:
- the resolved trade
 
 - 
metapublic static TermDepositTrade.Meta meta() The meta-bean forTermDepositTrade.- Returns:
- the meta-bean, not null
 
 - 
builderpublic static TermDepositTrade.Builder builder() Returns a builder used to create an instance of the bean.- Returns:
- the builder, not null
 
 - 
metaBeanpublic TermDepositTrade.Meta metaBean() - Specified by:
- metaBeanin interface- org.joda.beans.Bean
 
 - 
getInfopublic TradeInfo getInfo() Gets the additional trade information, defaulted to an empty instance.This allows additional information to be attached to the trade. - Specified by:
- getInfoin interface- PortfolioItem
- Specified by:
- getInfoin interface- Trade
- Returns:
- the value of the property, not null
 
 - 
getProductpublic TermDeposit getProduct() Gets the term deposit product that was agreed when the trade occurred.The product captures the contracted financial details of the trade. - Specified by:
- getProductin interface- ProductTrade
- Returns:
- the value of the property, not null
 
 - 
toBuilderpublic TermDepositTrade.Builder toBuilder() Returns a builder that allows this bean to be mutated.- Returns:
- the mutable builder, not null
 
 
- 
 
-