Uses of Class
com.opengamma.strata.basics.date.PeriodAdjustment
-
Packages that use PeriodAdjustment Package Description com.opengamma.strata.basics.date Tools for working with dates. -
-
Uses of PeriodAdjustment in com.opengamma.strata.basics.date
Fields in com.opengamma.strata.basics.date declared as PeriodAdjustment Modifier and Type Field Description static PeriodAdjustmentPeriodAdjustment. NONEAn instance that performs no adjustment.Methods in com.opengamma.strata.basics.date that return PeriodAdjustment Modifier and Type Method Description PeriodAdjustmentPeriodAdjustment.Builder. build()static PeriodAdjustmentPeriodAdjustment. of(Period period, PeriodAdditionConvention additionConvention, BusinessDayAdjustment adjustment)Obtains an instance that can adjust a date by the specified period.static PeriodAdjustmentPeriodAdjustment. ofLastBusinessDay(Period period, BusinessDayAdjustment adjustment)Obtains an instance that can adjust a date by the specified period using the last business day of month convention.static PeriodAdjustmentPeriodAdjustment. ofLastDay(Period period, BusinessDayAdjustment adjustment)Obtains an instance that can adjust a date by the specified period using the last day of month convention.Methods in com.opengamma.strata.basics.date that return types with arguments of type PeriodAdjustment Modifier and Type Method Description Class<? extends PeriodAdjustment>PeriodAdjustment.Meta. beanType()
-