static OvernightAveragedRateComputation.Builder |
OvernightAveragedRateComputation.builder() |
Returns a builder used to create an instance of the bean.
|
OvernightAveragedRateComputation.Builder |
OvernightAveragedRateComputation.Meta.builder() |
|
OvernightAveragedRateComputation.Builder |
OvernightAveragedRateComputation.Builder.endDate(LocalDate endDate) |
Sets the fixing date associated with the end date of the accrual period.
|
OvernightAveragedRateComputation.Builder |
OvernightAveragedRateComputation.Builder.fixingCalendar(HolidayCalendar fixingCalendar) |
Sets the resolved calendar that the index uses.
|
OvernightAveragedRateComputation.Builder |
OvernightAveragedRateComputation.Builder.index(OvernightIndex index) |
Sets the Overnight index.
|
OvernightAveragedRateComputation.Builder |
OvernightAveragedRateComputation.Builder.rateCutOffDays(int rateCutOffDays) |
Sets the number of business days before the end of the period that the rate is cut off.
|
OvernightAveragedRateComputation.Builder |
OvernightAveragedRateComputation.Builder.set(String propertyName,
Object newValue) |
|
OvernightAveragedRateComputation.Builder |
OvernightAveragedRateComputation.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
|
OvernightAveragedRateComputation.Builder |
OvernightAveragedRateComputation.Builder.startDate(LocalDate startDate) |
Sets the fixing date associated with the start date of the accrual period.
|
OvernightAveragedRateComputation.Builder |
OvernightAveragedRateComputation.toBuilder() |
Returns a builder that allows this bean to be mutated.
|