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 TermDepositTermDeposit.Builder. build()TermDepositTermDepositTrade. 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 theproductproperty.Methods in com.opengamma.strata.product.deposit with parameters of type TermDeposit Modifier and Type Method Description static TermDepositTradeTermDepositTrade. of(TradeInfo info, TermDeposit product)Obtains an instance of a Term Deposit trade.TermDepositTrade.BuilderTermDepositTrade.Builder. product(TermDeposit product)Sets the term deposit product that was agreed when the trade occurred.
-