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 PeriodAdjustment
PeriodAdjustment. NONE
An instance that performs no adjustment.Methods in com.opengamma.strata.basics.date that return PeriodAdjustment Modifier and Type Method Description PeriodAdjustment
PeriodAdjustment.Builder. build()
static PeriodAdjustment
PeriodAdjustment. of(Period period, PeriodAdditionConvention additionConvention, BusinessDayAdjustment adjustment)
Obtains an instance that can adjust a date by the specified period.static PeriodAdjustment
PeriodAdjustment. 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 PeriodAdjustment
PeriodAdjustment. 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()
-