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