Uses of Class
com.opengamma.strata.product.swaption.SwaptionExerciseDates
-
Packages that use SwaptionExerciseDates Package Description com.opengamma.strata.product.swaption Entity objects describing options on swaps, known as swaptions. -
-
Uses of SwaptionExerciseDates in com.opengamma.strata.product.swaption
Methods in com.opengamma.strata.product.swaption that return SwaptionExerciseDates Modifier and Type Method Description SwaptionExerciseDatesSwaptionExerciseDates.Builder. build()SwaptionExerciseDatesResolvedSwaption. getExerciseInfo()Gets the exercise information.static SwaptionExerciseDatesSwaptionExerciseDates. of(List<SwaptionExerciseDate> dates, boolean allDates)Obtains an instance.Methods in com.opengamma.strata.product.swaption that return types with arguments of type SwaptionExerciseDates Modifier and Type Method Description Class<? extends SwaptionExerciseDates>SwaptionExerciseDates.Meta. beanType()org.joda.beans.MetaProperty<SwaptionExerciseDates>ResolvedSwaption.Meta. exerciseInfo()The meta-property for theexerciseInfoproperty.Methods in com.opengamma.strata.product.swaption with parameters of type SwaptionExerciseDates Modifier and Type Method Description ResolvedSwaption.BuilderResolvedSwaption.Builder. exerciseInfo(SwaptionExerciseDates exerciseInfo)Sets the exercise information.
-