| Package | Description |
|---|---|
| com.opengamma.strata.product.deposit |
Entity objects describing financial instruments representing a simple deposit with interest.
|
| Modifier and Type | Method and Description |
|---|---|
static TermDeposit.Builder |
TermDeposit.builder()
Returns a builder used to create an instance of the bean.
|
TermDeposit.Builder |
TermDeposit.Meta.builder() |
TermDeposit.Builder |
TermDeposit.Builder.businessDayAdjustment(BusinessDayAdjustment businessDayAdjustment)
Sets the business day adjustment to apply to the start and end date, optional.
|
TermDeposit.Builder |
TermDeposit.Builder.buySell(BuySell buySell)
Sets whether the term deposit is 'Buy' or 'Sell'.
|
TermDeposit.Builder |
TermDeposit.Builder.currency(Currency currency)
Sets the primary currency.
|
TermDeposit.Builder |
TermDeposit.Builder.dayCount(DayCount dayCount)
Sets the day count convention.
|
TermDeposit.Builder |
TermDeposit.Builder.endDate(LocalDate endDate)
Sets the end date of the deposit.
|
TermDeposit.Builder |
TermDeposit.Builder.notional(double notional)
Sets the notional amount.
|
TermDeposit.Builder |
TermDeposit.Builder.rate(double rate)
Sets the fixed interest rate to be paid.
|
TermDeposit.Builder |
TermDeposit.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
TermDeposit.Builder |
TermDeposit.Builder.set(String propertyName,
Object newValue) |
TermDeposit.Builder |
TermDeposit.Builder.startDate(LocalDate startDate)
Sets the start date of the deposit.
|
TermDeposit.Builder |
TermDeposit.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.