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 SwaptionSwaption.Builder. build()SwaptionSwaptionTrade. getProduct()Gets the swaption product that was agreed when the trade occurred.SwaptionSwaption. 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 theproductproperty.Methods in com.opengamma.strata.product.swaption with parameters of type Swaption Modifier and Type Method Description static SwaptionTradeSwaptionTrade. of(TradeInfo info, Swaption product, AdjustablePayment premium)Obtains an instance of a Swaption trade with an adjustable payment.static SwaptionTradeSwaptionTrade. of(TradeInfo info, Swaption product, Payment premium)Obtains an instance of a Swaption trade with a fixed payment.SwaptionTrade.BuilderSwaptionTrade.Builder. product(Swaption product)Sets the swaption product that was agreed when the trade occurred.
-