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 SwaptionExerciseDates
SwaptionExerciseDates.Builder. build()
SwaptionExerciseDates
ResolvedSwaption. getExerciseInfo()
Gets the exercise information.static SwaptionExerciseDates
SwaptionExerciseDates. 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 theexerciseInfo
property.Methods in com.opengamma.strata.product.swaption with parameters of type SwaptionExerciseDates Modifier and Type Method Description ResolvedSwaption.Builder
ResolvedSwaption.Builder. exerciseInfo(SwaptionExerciseDates exerciseInfo)
Sets the exercise information.
-