Uses of Class
com.opengamma.strata.product.swaption.Swaption
-
Packages that use Swaption Package Description com.opengamma.strata.product.swaption Entity objects describing options on swaps, known as swaptions. -
-
Uses of Swaption in com.opengamma.strata.product.swaption
Methods in com.opengamma.strata.product.swaption that return Swaption Modifier and Type Method Description Swaption
Swaption.Builder. build()
Swaption
SwaptionTrade. getProduct()
Gets the swaption product that was agreed when the trade occurred.Swaption
Swaption. selectExerciseDate(LocalDate exerciseDate, ReferenceData refData)
Selects one of the exercise dates.Methods in com.opengamma.strata.product.swaption that return types with arguments of type Swaption Modifier and Type Method Description Class<? extends Swaption>
Swaption.Meta. beanType()
org.joda.beans.MetaProperty<Swaption>
SwaptionTrade.Meta. product()
The meta-property for theproduct
property.Methods in com.opengamma.strata.product.swaption with parameters of type Swaption Modifier and Type Method Description static SwaptionTrade
SwaptionTrade. of(TradeInfo info, Swaption product, AdjustablePayment premium)
Obtains an instance of a Swaption trade with an adjustable payment.static SwaptionTrade
SwaptionTrade. of(TradeInfo info, Swaption product, Payment premium)
Obtains an instance of a Swaption trade with a fixed payment.SwaptionTrade.Builder
SwaptionTrade.Builder. product(Swaption product)
Sets the swaption product that was agreed when the trade occurred.
-