| IborFuture.Builder | IborFuture.Builder. accrualFactor(double accrualFactor) | Sets the accrual factor, defaulted from the index if not set. | 
| static IborFuture.Builder | IborFuture. builder() | Returns a builder used to create an instance of the bean. | 
| IborFuture.Builder | IborFuture.Meta. builder() |  | 
| IborFuture.Builder | IborFuture.Builder. currency(Currency currency) | Sets the currency that the future is traded in, defaulted from the index if not set. | 
| IborFuture.Builder | IborFuture.Builder. index(IborIndex index) | Sets the underlying Ibor index. | 
| IborFuture.Builder | IborFuture.Builder. lastTradeDate(LocalDate lastTradeDate) | Sets the last date of trading. | 
| IborFuture.Builder | IborFuture.Builder. notional(double notional) | Sets the notional amount. | 
| IborFuture.Builder | IborFuture.Builder. rounding(Rounding rounding) | Sets the definition of how to round the futures price, defaulted to no rounding. | 
| IborFuture.Builder | IborFuture.Builder. securityId(SecurityId securityId) | Sets the security identifier. | 
| IborFuture.Builder | IborFuture.Builder. set(String propertyName,
   Object newValue) |  | 
| IborFuture.Builder | IborFuture.Builder. set(org.joda.beans.MetaProperty<?> property,
   Object value) |  | 
| IborFuture.Builder | IborFuture. toBuilder() | Returns a builder that allows this bean to be mutated. |