| Package | Description |
|---|---|
| com.opengamma.strata.product.deposit |
Entity objects describing financial instruments representing a simple deposit with interest.
|
| Modifier and Type | Method and Description |
|---|---|
IborFixingDeposit |
IborFixingDeposit.Builder.build() |
IborFixingDeposit |
IborFixingDepositTrade.getProduct()
Gets the Ibor fixing deposit product that was agreed when the trade occurred.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IborFixingDeposit> |
IborFixingDeposit.Meta.beanType() |
org.joda.beans.MetaProperty<IborFixingDeposit> |
IborFixingDepositTrade.Meta.product()
The meta-property for the
product property. |
| Modifier and Type | Method and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.