Uses of Class
com.opengamma.strata.basics.date.AdjustableDates
-
Packages that use AdjustableDates Package Description com.opengamma.strata.basics.date Tools for working with dates.com.opengamma.strata.product.swaption Entity objects describing options on swaps, known as swaptions. -
-
Uses of AdjustableDates in com.opengamma.strata.basics.date
Methods in com.opengamma.strata.basics.date that return AdjustableDates Modifier and Type Method Description static AdjustableDatesAdjustableDates. of(BusinessDayAdjustment adjustment, LocalDate firstDate, LocalDate... remainingDates)Obtains an instance with a business day adjustment.static AdjustableDatesAdjustableDates. of(BusinessDayAdjustment adjustment, List<LocalDate> dates)Obtains an instance with a business day adjustment.static AdjustableDatesAdjustableDates. of(LocalDate firstDate, LocalDate... remainingDates)Obtains an instance with no business day adjustment.static AdjustableDatesAdjustableDates. of(List<LocalDate> dates)Obtains an instance with no business day adjustment.Methods in com.opengamma.strata.basics.date that return types with arguments of type AdjustableDates Modifier and Type Method Description Class<? extends AdjustableDates>AdjustableDates.Meta. beanType()org.joda.beans.BeanBuilder<? extends AdjustableDates>AdjustableDates.Meta. builder() -
Uses of AdjustableDates in com.opengamma.strata.product.swaption
Methods in com.opengamma.strata.product.swaption that return AdjustableDates Modifier and Type Method Description AdjustableDatesSwaptionExercise. calculateDates()Gets the calculated list of exercise dates.AdjustableDatesSwaptionExercise. getDateDefinition()Gets an explicit list of exercise dates.Methods in com.opengamma.strata.product.swaption that return types with arguments of type AdjustableDates Modifier and Type Method Description org.joda.beans.MetaProperty<AdjustableDates>SwaptionExercise.Meta. dateDefinition()The meta-property for thedateDefinitionproperty.Methods in com.opengamma.strata.product.swaption with parameters of type AdjustableDates Modifier and Type Method Description static SwaptionExerciseSwaptionExercise. ofBermudan(AdjustableDates exerciseDates, DaysAdjustment swapStartDateOffset)Obtains an instance for a Bermudan swaption.
-