Uses of Class
com.opengamma.strata.product.deposit.TermDeposit
-
Packages that use TermDeposit Package Description com.opengamma.strata.product.deposit Entity objects describing financial instruments representing a simple deposit with interest. -
-
Uses of TermDeposit in com.opengamma.strata.product.deposit
Methods in com.opengamma.strata.product.deposit that return TermDeposit Modifier and Type Method Description TermDeposit
TermDeposit.Builder. build()
TermDeposit
TermDepositTrade. getProduct()
Gets the term deposit product that was agreed when the trade occurred.Methods in com.opengamma.strata.product.deposit that return types with arguments of type TermDeposit Modifier and Type Method Description Class<? extends TermDeposit>
TermDeposit.Meta. beanType()
org.joda.beans.MetaProperty<TermDeposit>
TermDepositTrade.Meta. product()
The meta-property for theproduct
property.Methods in com.opengamma.strata.product.deposit with parameters of type TermDeposit Modifier and Type Method 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.
-