Uses of Class
com.opengamma.strata.basics.date.TenorAdjustment
-
Packages that use TenorAdjustment Package Description com.opengamma.strata.basics.date Tools for working with dates.com.opengamma.strata.basics.index Entity objects describing common market indices, such as LIBOR and FED FUND. -
-
Uses of TenorAdjustment in com.opengamma.strata.basics.date
Methods in com.opengamma.strata.basics.date that return TenorAdjustment Modifier and Type Method Description TenorAdjustment
TenorAdjustment.Builder. build()
static TenorAdjustment
TenorAdjustment. of(Tenor tenor, PeriodAdditionConvention additionConvention, BusinessDayAdjustment adjustment)
Obtains an instance that can adjust a date by the specified tenor.static TenorAdjustment
TenorAdjustment. ofLastBusinessDay(Tenor tenor, BusinessDayAdjustment adjustment)
Obtains an instance that can adjust a date by the specified tenor using the last business day of month convention.static TenorAdjustment
TenorAdjustment. ofLastDay(Tenor tenor, BusinessDayAdjustment adjustment)
Obtains an instance that can adjust a date by the specified tenor using the last day of month convention.Methods in com.opengamma.strata.basics.date that return types with arguments of type TenorAdjustment Modifier and Type Method Description Class<? extends TenorAdjustment>
TenorAdjustment.Meta. beanType()
-
Uses of TenorAdjustment in com.opengamma.strata.basics.index
Methods in com.opengamma.strata.basics.index that return TenorAdjustment Modifier and Type Method Description TenorAdjustment
IborIndex. getMaturityDateOffset()
Gets the adjustment applied to the effective date to obtain the maturity date.TenorAdjustment
ImmutableIborIndex. getMaturityDateOffset()
Gets the adjustment applied to the effective date to obtain the maturity date.Methods in com.opengamma.strata.basics.index that return types with arguments of type TenorAdjustment Modifier and Type Method Description org.joda.beans.MetaProperty<TenorAdjustment>
ImmutableIborIndex.Meta. maturityDateOffset()
The meta-property for thematurityDateOffset
property.Methods in com.opengamma.strata.basics.index with parameters of type TenorAdjustment Modifier and Type Method Description ImmutableIborIndex.Builder
ImmutableIborIndex.Builder. maturityDateOffset(TenorAdjustment maturityDateOffset)
Sets the adjustment applied to the effective date to obtain the maturity date.
-