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 TenorAdjustmentTenorAdjustment.Builder. build()static TenorAdjustmentTenorAdjustment. of(Tenor tenor, PeriodAdditionConvention additionConvention, BusinessDayAdjustment adjustment)Obtains an instance that can adjust a date by the specified tenor.static TenorAdjustmentTenorAdjustment. 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 TenorAdjustmentTenorAdjustment. 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 TenorAdjustmentIborIndex. getMaturityDateOffset()Gets the adjustment applied to the effective date to obtain the maturity date.TenorAdjustmentImmutableIborIndex. 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 thematurityDateOffsetproperty.Methods in com.opengamma.strata.basics.index with parameters of type TenorAdjustment Modifier and Type Method Description ImmutableIborIndex.BuilderImmutableIborIndex.Builder. maturityDateOffset(TenorAdjustment maturityDateOffset)Sets the adjustment applied to the effective date to obtain the maturity date.
-