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 PeriodAdditionConventionPeriodAdditionConventions. LAST_BUSINESS_DAYConvention applying a last business day of month rule.static PeriodAdditionConventionPeriodAdditionConventions. LAST_DAYConvention applying a last day of month rule, ignoring business days.static PeriodAdditionConventionPeriodAdditionConventions. NONENo specific rule applies.Methods in com.opengamma.strata.basics.date that return PeriodAdditionConvention Modifier and Type Method Description PeriodAdditionConventionPeriodAdjustment. getAdditionConvention()Gets the addition convention to apply.PeriodAdditionConventionTenorAdjustment. getAdditionConvention()Gets the addition convention to apply.static PeriodAdditionConventionPeriodAdditionConvention. 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 theadditionConventionproperty.org.joda.beans.MetaProperty<PeriodAdditionConvention>TenorAdjustment.Meta. additionConvention()The meta-property for theadditionConventionproperty.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.BuilderPeriodAdjustment.Builder. additionConvention(PeriodAdditionConvention additionConvention)Sets the addition convention to apply.TenorAdjustment.BuilderTenorAdjustment.Builder. additionConvention(PeriodAdditionConvention additionConvention)Sets the addition convention to apply.static PeriodAdjustmentPeriodAdjustment. of(Period period, PeriodAdditionConvention additionConvention, BusinessDayAdjustment adjustment)Obtains an instance that can adjust a date by the specified period.static TenorAdjustmentTenorAdjustment. of(Tenor tenor, PeriodAdditionConvention additionConvention, BusinessDayAdjustment adjustment)Obtains an instance that can adjust a date by the specified tenor.
-