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 SwaptionExerciseDate
SwaptionExerciseDate.Builder. build()
static SwaptionExerciseDate
SwaptionExerciseDate. 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 thedates
property.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 int
SwaptionExerciseDate. compareTo(SwaptionExerciseDate other)
SwaptionExerciseDates.Builder
SwaptionExerciseDates.Builder. dates(SwaptionExerciseDate... dates)
Sets thedates
property 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.Builder
SwaptionExerciseDates.Builder. dates(List<SwaptionExerciseDate> dates)
Sets an explicit list of exercise dates.static SwaptionExerciseDates
SwaptionExerciseDates. of(List<SwaptionExerciseDate> dates, boolean allDates)
Obtains an instance.
-