Uses of Class
com.opengamma.strata.product.deposit.IborFixingDeposit
-
Packages that use IborFixingDeposit Package Description com.opengamma.strata.product.deposit Entity objects describing financial instruments representing a simple deposit with interest. -
-
Uses of IborFixingDeposit in com.opengamma.strata.product.deposit
Methods in com.opengamma.strata.product.deposit that return IborFixingDeposit Modifier and Type Method Description IborFixingDeposit
IborFixingDeposit.Builder. build()
IborFixingDeposit
IborFixingDepositTrade. getProduct()
Gets the Ibor fixing deposit product that was agreed when the trade occurred.Methods in com.opengamma.strata.product.deposit that return types with arguments of type IborFixingDeposit Modifier and Type Method Description Class<? extends IborFixingDeposit>
IborFixingDeposit.Meta. beanType()
org.joda.beans.MetaProperty<IborFixingDeposit>
IborFixingDepositTrade.Meta. product()
The meta-property for theproduct
property.Methods in com.opengamma.strata.product.deposit with parameters of type IborFixingDeposit Modifier and Type Method Description static IborFixingDepositTrade
IborFixingDepositTrade. of(TradeInfo info, IborFixingDeposit product)
Obtains an instance of an Ibor Fixing Deposit trade.IborFixingDepositTrade.Builder
IborFixingDepositTrade.Builder. product(IborFixingDeposit product)
Sets the Ibor fixing deposit product that was agreed when the trade occurred.
-