static IborFixingDeposit.Builder |
IborFixingDeposit.builder() |
Returns a builder used to create an instance of the bean.
|
IborFixingDeposit.Builder |
IborFixingDeposit.Meta.builder() |
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.businessDayAdjustment(BusinessDayAdjustment businessDayAdjustment) |
Sets the business day adjustment to apply to the start and end date, optional.
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.buySell(BuySell buySell) |
Sets whether the Ibor fixing deposit is 'Buy' or 'Sell'.
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.currency(Currency currency) |
Sets the primary currency, defaulted to the currency of the index.
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.dayCount(DayCount dayCount) |
Sets the day count convention applicable, defaulted to the day count of the index.
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.endDate(LocalDate endDate) |
Sets the end date of the deposit.
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.fixedRate(double fixedRate) |
Sets the fixed interest rate to be paid.
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.fixingDateOffset(DaysAdjustment fixingDateOffset) |
Sets the offset of the fixing date from the start date.
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.index(IborIndex index) |
Sets the Ibor index.
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.notional(double notional) |
Sets the notional amount.
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.set(String propertyName,
Object newValue) |
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
|
IborFixingDeposit.Builder |
IborFixingDeposit.Builder.startDate(LocalDate startDate) |
Sets the start date of the deposit.
|
IborFixingDeposit.Builder |
IborFixingDeposit.toBuilder() |
Returns a builder that allows this bean to be mutated.
|