Uses of Interface
com.opengamma.strata.basics.date.PeriodAdditionConvention
-
Packages that use PeriodAdditionConvention Package Description com.opengamma.strata.basics.date Tools for working with dates. -
-
Uses of PeriodAdditionConvention in com.opengamma.strata.basics.date
Fields in com.opengamma.strata.basics.date declared as PeriodAdditionConvention Modifier and Type Field Description static PeriodAdditionConvention
PeriodAdditionConventions. LAST_BUSINESS_DAY
Convention applying a last business day of month rule.static PeriodAdditionConvention
PeriodAdditionConventions. LAST_DAY
Convention applying a last day of month rule, ignoring business days.static PeriodAdditionConvention
PeriodAdditionConventions. NONE
No specific rule applies.Methods in com.opengamma.strata.basics.date that return PeriodAdditionConvention Modifier and Type Method Description PeriodAdditionConvention
PeriodAdjustment. getAdditionConvention()
Gets the addition convention to apply.PeriodAdditionConvention
TenorAdjustment. getAdditionConvention()
Gets the addition convention to apply.static PeriodAdditionConvention
PeriodAdditionConvention. of(String uniqueName)
Obtains an instance from the specified unique name.Methods in com.opengamma.strata.basics.date that return types with arguments of type PeriodAdditionConvention Modifier and Type Method Description org.joda.beans.MetaProperty<PeriodAdditionConvention>
PeriodAdjustment.Meta. additionConvention()
The meta-property for theadditionConvention
property.org.joda.beans.MetaProperty<PeriodAdditionConvention>
TenorAdjustment.Meta. additionConvention()
The meta-property for theadditionConvention
property.static ExtendedEnum<PeriodAdditionConvention>
PeriodAdditionConvention. extendedEnum()
Gets the extended enum helper.Methods in com.opengamma.strata.basics.date with parameters of type PeriodAdditionConvention Modifier and Type Method Description PeriodAdjustment.Builder
PeriodAdjustment.Builder. additionConvention(PeriodAdditionConvention additionConvention)
Sets the addition convention to apply.TenorAdjustment.Builder
TenorAdjustment.Builder. additionConvention(PeriodAdditionConvention additionConvention)
Sets the addition convention to apply.static PeriodAdjustment
PeriodAdjustment. of(Period period, PeriodAdditionConvention additionConvention, BusinessDayAdjustment adjustment)
Obtains an instance that can adjust a date by the specified period.static TenorAdjustment
TenorAdjustment. of(Tenor tenor, PeriodAdditionConvention additionConvention, BusinessDayAdjustment adjustment)
Obtains an instance that can adjust a date by the specified tenor.
-