Uses of Class
com.opengamma.strata.product.common.SettlementType
-
Packages that use SettlementType Package Description com.opengamma.strata.product.common Entity objects shared between other packages.com.opengamma.strata.product.swaption Entity objects describing options on swaps, known as swaptions. -
-
Uses of SettlementType in com.opengamma.strata.product.common
Methods in com.opengamma.strata.product.common that return SettlementType Modifier and Type Method Description static SettlementType
SettlementType. of(String name)
Obtains an instance from the specified name.static SettlementType
SettlementType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SettlementType[]
SettlementType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SettlementType in com.opengamma.strata.product.swaption
Methods in com.opengamma.strata.product.swaption that return SettlementType Modifier and Type Method Description SettlementType
CashSwaptionSettlement. getSettlementType()
SettlementType
PhysicalSwaptionSettlement. getSettlementType()
SettlementType
SwaptionSettlement. getSettlementType()
Gets the settlement type of swaption.
-