| Package | Description |
|---|---|
| com.opengamma.strata.product.deposit |
Entity objects describing financial instruments representing a simple deposit with interest.
|
| com.opengamma.strata.product.deposit.type |
Conventions and templates to aid the construction of deposits.
|
| Modifier and Type | Method and Description |
|---|---|
IborFixingDepositTrade |
IborFixingDepositTrade.Builder.build() |
static IborFixingDepositTrade |
IborFixingDepositTrade.of(TradeInfo info,
IborFixingDeposit product)
Obtains an instance of an Ibor Fixing Deposit trade.
|
IborFixingDepositTrade |
IborFixingDepositTrade.withInfo(PortfolioItemInfo info) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IborFixingDepositTrade> |
IborFixingDepositTrade.Meta.beanType() |
| Modifier and Type | Method and Description |
|---|---|
IborFixingDepositTrade |
IborFixingDepositTemplate.createTrade(LocalDate tradeDate,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData)
Creates a trade based on this template.
|
IborFixingDepositTrade |
ImmutableIborFixingDepositConvention.createTrade(LocalDate tradeDate,
Period depositPeriod,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData) |
IborFixingDepositTrade |
IborFixingDepositConvention.createTrade(LocalDate tradeDate,
Period depositPeriod,
BuySell buySell,
double notional,
double fixedRate,
ReferenceData refData)
Creates a trade based on this convention.
|
default IborFixingDepositTrade |
IborFixingDepositConvention.toTrade(LocalDate tradeDate,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate)
Creates a trade based on this convention.
|
IborFixingDepositTrade |
ImmutableIborFixingDepositConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate) |
IborFixingDepositTrade |
IborFixingDepositConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double fixedRate)
Creates a trade based on this convention.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.