Uses of Class
com.opengamma.strata.product.swaption.SwaptionExerciseDate
-
Packages that use SwaptionExerciseDate Package Description com.opengamma.strata.product.swaption Entity objects describing options on swaps, known as swaptions. -
-
Uses of SwaptionExerciseDate in com.opengamma.strata.product.swaption
Methods in com.opengamma.strata.product.swaption that return SwaptionExerciseDate Modifier and Type Method Description SwaptionExerciseDateSwaptionExerciseDate.Builder. build()static SwaptionExerciseDateSwaptionExerciseDate. of(LocalDate exerciseDate, LocalDate unadjustedExerciseDate, LocalDate swapStartDate)Obtains an instance.Methods in com.opengamma.strata.product.swaption that return types with arguments of type SwaptionExerciseDate Modifier and Type Method Description org.joda.beans.MetaProperty<ImmutableList<SwaptionExerciseDate>>SwaptionExerciseDates.Meta. dates()The meta-property for thedatesproperty.ImmutableList<SwaptionExerciseDate>SwaptionExerciseDates. getDates()Gets an explicit list of exercise dates.static org.joda.beans.TypedMetaBean<SwaptionExerciseDate>SwaptionExerciseDate. meta()The meta-bean forSwaptionExerciseDate.org.joda.beans.TypedMetaBean<SwaptionExerciseDate>SwaptionExerciseDate. metaBean()Methods in com.opengamma.strata.product.swaption with parameters of type SwaptionExerciseDate Modifier and Type Method Description intSwaptionExerciseDate. compareTo(SwaptionExerciseDate other)SwaptionExerciseDates.BuilderSwaptionExerciseDates.Builder. dates(SwaptionExerciseDate... dates)Sets thedatesproperty in the builder from an array of objects.Method parameters in com.opengamma.strata.product.swaption with type arguments of type SwaptionExerciseDate Modifier and Type Method Description SwaptionExerciseDates.BuilderSwaptionExerciseDates.Builder. dates(List<SwaptionExerciseDate> dates)Sets an explicit list of exercise dates.static SwaptionExerciseDatesSwaptionExerciseDates. of(List<SwaptionExerciseDate> dates, boolean allDates)Obtains an instance.
-