Package | Description |
---|---|
com.opengamma.strata.product.deposit |
Entity objects describing financial instruments representing a simple deposit with interest.
|
Modifier and Type | Method and Description |
---|---|
TermDeposit |
TermDeposit.Builder.build() |
TermDeposit |
TermDepositTrade.getProduct()
Gets the term deposit product that was agreed when the trade occurred.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends TermDeposit> |
TermDeposit.Meta.beanType() |
org.joda.beans.MetaProperty<TermDeposit> |
TermDepositTrade.Meta.product()
The meta-property for the
product property. |
Modifier and Type | Method and Description |
---|---|
static TermDepositTrade |
TermDepositTrade.of(TradeInfo info,
TermDeposit product)
Obtains an instance of a Term Deposit trade.
|
TermDepositTrade.Builder |
TermDepositTrade.Builder.product(TermDeposit product)
Sets the term deposit product that was agreed when the trade occurred.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.