OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Builder.accrualFactor(double accrualFactor) |
Sets the accrual factor, defaulted from the index if not set.
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Builder.accrualMethod(OvernightAccrualMethod accrualMethod) |
Sets the method of accruing Overnight interest.
|
static OvernightFutureSecurity.Builder |
OvernightFutureSecurity.builder() |
Returns a builder used to create an instance of the bean.
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Meta.builder() |
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Builder.endDate(LocalDate endDate) |
Sets the last date of the rate calculation period.
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Builder.index(OvernightIndex index) |
Sets the underlying Overnight index.
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Builder.info(SecurityInfo info) |
Sets the standard security information.
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Builder.lastTradeDate(LocalDate lastTradeDate) |
Sets the last date of trading.
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Builder.notional(double notional) |
Sets the notional amount.
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Builder.rounding(Rounding rounding) |
Sets the definition of how to round the futures price, defaulted to no rounding.
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Builder.set(String propertyName,
Object newValue) |
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.Builder.startDate(LocalDate startDate) |
Sets the first date of the rate calculation period.
|
OvernightFutureSecurity.Builder |
OvernightFutureSecurity.toBuilder() |
Returns a builder that allows this bean to be mutated.
|