Uses of Interface
com.opengamma.strata.product.swaption.SwaptionSettlement
-
Packages that use SwaptionSettlement Package Description com.opengamma.strata.product.swaption Entity objects describing options on swaps, known as swaptions. -
-
Uses of SwaptionSettlement in com.opengamma.strata.product.swaption
Classes in com.opengamma.strata.product.swaption that implement SwaptionSettlement Modifier and Type Class Description class
CashSwaptionSettlement
Defines the cash settlement type for the payoff of a swaption.class
PhysicalSwaptionSettlement
Defines the physical settlement type for the payoff of a swaption.Methods in com.opengamma.strata.product.swaption that return SwaptionSettlement Modifier and Type Method Description SwaptionSettlement
ResolvedSwaption. getSwaptionSettlement()
Gets settlement method.SwaptionSettlement
Swaption. getSwaptionSettlement()
Gets settlement method.Methods in com.opengamma.strata.product.swaption that return types with arguments of type SwaptionSettlement Modifier and Type Method Description org.joda.beans.MetaProperty<SwaptionSettlement>
ResolvedSwaption.Meta. swaptionSettlement()
The meta-property for theswaptionSettlement
property.org.joda.beans.MetaProperty<SwaptionSettlement>
Swaption.Meta. swaptionSettlement()
The meta-property for theswaptionSettlement
property.Methods in com.opengamma.strata.product.swaption with parameters of type SwaptionSettlement Modifier and Type Method Description ResolvedSwaption.Builder
ResolvedSwaption.Builder. swaptionSettlement(SwaptionSettlement swaptionSettlement)
Sets settlement method.Swaption.Builder
Swaption.Builder. swaptionSettlement(SwaptionSettlement swaptionSettlement)
Sets settlement method.
-