| Package | Description |
|---|---|
| com.opengamma.strata.product.rate |
Entity objects describing the rate-based financial instruments.
|
| Modifier and Type | Method and Description |
|---|---|
static OvernightAveragedDailyRateComputation.Builder |
OvernightAveragedDailyRateComputation.builder()
Returns a builder used to create an instance of the bean.
|
OvernightAveragedDailyRateComputation.Builder |
OvernightAveragedDailyRateComputation.Meta.builder() |
OvernightAveragedDailyRateComputation.Builder |
OvernightAveragedDailyRateComputation.Builder.endDate(LocalDate endDate)
Sets the end date of the accrual period.
|
OvernightAveragedDailyRateComputation.Builder |
OvernightAveragedDailyRateComputation.Builder.fixingCalendar(HolidayCalendar fixingCalendar)
Sets the resolved calendar that the index uses.
|
OvernightAveragedDailyRateComputation.Builder |
OvernightAveragedDailyRateComputation.Builder.index(OvernightIndex index)
Sets the Overnight index.
|
OvernightAveragedDailyRateComputation.Builder |
OvernightAveragedDailyRateComputation.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
OvernightAveragedDailyRateComputation.Builder |
OvernightAveragedDailyRateComputation.Builder.set(String propertyName,
Object newValue) |
OvernightAveragedDailyRateComputation.Builder |
OvernightAveragedDailyRateComputation.Builder.startDate(LocalDate startDate)
Sets the start date of the accrual period.
|
OvernightAveragedDailyRateComputation.Builder |
OvernightAveragedDailyRateComputation.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.