| Package | Description |
|---|---|
| com.opengamma.strata.product.swap.type |
Conventions and templates to aid the construction of rate swaps.
|
| Modifier and Type | Method and Description |
|---|---|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.accrualBusinessDayAdjustment(BusinessDayAdjustment accrualBusinessDayAdjustment)
Sets the business day adjustment to apply to accrual schedule dates.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.accrualFrequency(Frequency accrualFrequency)
Sets the periodic frequency of accrual.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.accrualMethod(FixedAccrualMethod accrualMethod)
Sets the accrual method using the fixed rate, defaulted to 'None'.
|
static FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.builder()
Returns a builder used to create an instance of the bean.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Meta.builder() |
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.compoundingMethod(CompoundingMethod compoundingMethod)
Sets the compounding method to use when there is more than one accrual period
in each payment period, optional with defaulting getter.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.currency(Currency currency)
Sets the leg currency.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.dayCount(DayCount dayCount)
Sets the day count convention applicable.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.endDateBusinessDayAdjustment(BusinessDayAdjustment endDateBusinessDayAdjustment)
Sets the business day adjustment to apply to the end date, optional with defaulting getter.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.paymentDateOffset(DaysAdjustment paymentDateOffset)
Sets the offset of payment from the base date, optional with defaulting getter.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.paymentFrequency(Frequency paymentFrequency)
Sets the periodic frequency of payments, optional with defaulting getter.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.rollConvention(RollConvention rollConvention)
Sets the convention defining how to roll dates, optional with defaulting getter.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.set(String propertyName,
Object newValue) |
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.startDateBusinessDayAdjustment(BusinessDayAdjustment startDateBusinessDayAdjustment)
Sets the business day adjustment to apply to the start date, optional with defaulting getter.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.Builder.stubConvention(StubConvention stubConvention)
Sets the convention defining how to handle stubs, optional with defaulting getter.
|
FixedRateSwapLegConvention.Builder |
FixedRateSwapLegConvention.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.