| Package | Description |
|---|---|
| com.opengamma.strata.product.deposit.type |
Conventions and templates to aid the construction of deposits.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTermDepositConvention.Builder |
ImmutableTermDepositConvention.builder()
Returns a builder used to create an instance of the bean.
|
ImmutableTermDepositConvention.Builder |
ImmutableTermDepositConvention.Meta.builder() |
ImmutableTermDepositConvention.Builder |
ImmutableTermDepositConvention.Builder.businessDayAdjustment(BusinessDayAdjustment businessDayAdjustment)
Sets the business day adjustment to apply to the start and end date.
|
ImmutableTermDepositConvention.Builder |
ImmutableTermDepositConvention.Builder.currency(Currency currency)
Sets the primary currency.
|
ImmutableTermDepositConvention.Builder |
ImmutableTermDepositConvention.Builder.dayCount(DayCount dayCount)
Sets the day count convention.
|
ImmutableTermDepositConvention.Builder |
ImmutableTermDepositConvention.Builder.name(String name)
Sets the convention name, such as 'GBP-Deposit-ON'.
|
ImmutableTermDepositConvention.Builder |
ImmutableTermDepositConvention.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ImmutableTermDepositConvention.Builder |
ImmutableTermDepositConvention.Builder.set(String propertyName,
Object newValue) |
ImmutableTermDepositConvention.Builder |
ImmutableTermDepositConvention.Builder.spotDateOffset(DaysAdjustment spotDateOffset)
Sets the offset of the spot value date from the trade date.
|
ImmutableTermDepositConvention.Builder |
ImmutableTermDepositConvention.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.