| 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 |
|---|---|
TermDepositTrade |
TermDepositTrade.Builder.build() |
static TermDepositTrade |
TermDepositTrade.of(TradeInfo info,
TermDeposit product)
Obtains an instance of a Term Deposit trade.
|
TermDepositTrade |
TermDepositTrade.withInfo(PortfolioItemInfo info) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends TermDepositTrade> |
TermDepositTrade.Meta.beanType() |
| Modifier and Type | Method and Description |
|---|---|
TermDepositTrade |
TermDepositTemplate.createTrade(LocalDate tradeDate,
BuySell buySell,
double notional,
double rate,
ReferenceData refData)
Creates a trade based on this template.
|
default TermDepositTrade |
TermDepositConvention.createTrade(LocalDate tradeDate,
MarketTenor marketTenor,
BuySell buySell,
double notional,
double rate,
ReferenceData refData)
Creates a trade based on this convention using a market tenor, such as ON, TN, SN, SW or 1M.
|
default TermDepositTrade |
TermDepositConvention.createTrade(LocalDate tradeDate,
Period depositPeriod,
BuySell buySell,
double notional,
double rate,
ReferenceData refData)
Creates a trade based on this convention.
|
default TermDepositTrade |
TermDepositConvention.toTrade(LocalDate tradeDate,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double rate)
Creates a trade based on this convention.
|
TermDepositTrade |
TermDepositConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double rate)
Creates a trade based on this convention.
|
TermDepositTrade |
ImmutableTermDepositConvention.toTrade(TradeInfo tradeInfo,
LocalDate startDate,
LocalDate endDate,
BuySell buySell,
double notional,
double rate) |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.