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 AdjustableDates
AdjustableDates. of(BusinessDayAdjustment adjustment, LocalDate firstDate, LocalDate... remainingDates)
Obtains an instance with a business day adjustment.static AdjustableDates
AdjustableDates. of(BusinessDayAdjustment adjustment, List<LocalDate> dates)
Obtains an instance with a business day adjustment.static AdjustableDates
AdjustableDates. of(LocalDate firstDate, LocalDate... remainingDates)
Obtains an instance with no business day adjustment.static AdjustableDates
AdjustableDates. 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 AdjustableDates
SwaptionExercise. calculateDates()
Gets the calculated list of exercise dates.AdjustableDates
SwaptionExercise. 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 thedateDefinition
property.Methods in com.opengamma.strata.product.swaption with parameters of type AdjustableDates Modifier and Type Method Description static SwaptionExercise
SwaptionExercise. ofBermudan(AdjustableDates exerciseDates, DaysAdjustment swapStartDateOffset)
Obtains an instance for a Bermudan swaption.
-