public interface FloatRateSwapLegConvention extends SwapLegConvention
| Modifier and Type | Method and Description |
|---|---|
BusinessDayAdjustment |
getAccrualBusinessDayAdjustment()
Gets the business day adjustment to apply to accrual schedule dates.
|
Currency |
getCurrency()
Gets the currency of the convention.
|
DayCount |
getDayCount()
Gets the day count of the convention.
|
BusinessDayAdjustment |
getEndDateBusinessDayAdjustment()
Gets the business day adjustment to apply to the end date.
|
RateIndex |
getIndex()
Gets the index of the convention.
|
DaysAdjustment |
getPaymentDateOffset()
Gets the offset of the payment date from the base date.
|
BusinessDayAdjustment |
getStartDateBusinessDayAdjustment()
Gets the business day adjustment to apply to the start date.
|
RateIndex getIndex()
Currency getCurrency()
DayCount getDayCount()
DaysAdjustment getPaymentDateOffset()
BusinessDayAdjustment getStartDateBusinessDayAdjustment()
BusinessDayAdjustment getEndDateBusinessDayAdjustment()
BusinessDayAdjustment getAccrualBusinessDayAdjustment()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.