Uses of Class
com.opengamma.strata.product.swaption.CashSwaptionSettlementMethod
-
Packages that use CashSwaptionSettlementMethod Package Description com.opengamma.strata.product.swaption Entity objects describing options on swaps, known as swaptions. -
-
Uses of CashSwaptionSettlementMethod in com.opengamma.strata.product.swaption
Methods in com.opengamma.strata.product.swaption that return CashSwaptionSettlementMethod Modifier and Type Method Description CashSwaptionSettlementMethodCashSwaptionSettlement. getMethod()Gets the cash settlement method.static CashSwaptionSettlementMethodCashSwaptionSettlementMethod. of(String name)Obtains an instance from the specified name.static CashSwaptionSettlementMethodCashSwaptionSettlementMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static CashSwaptionSettlementMethod[]CashSwaptionSettlementMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.swaption that return types with arguments of type CashSwaptionSettlementMethod Modifier and Type Method Description org.joda.beans.MetaProperty<CashSwaptionSettlementMethod>CashSwaptionSettlement.Meta. method()The meta-property for themethodproperty.Methods in com.opengamma.strata.product.swaption with parameters of type CashSwaptionSettlementMethod Modifier and Type Method Description static CashSwaptionSettlementCashSwaptionSettlement. of(LocalDate settlementDate, CashSwaptionSettlementMethod method)Obtains an instance from the settlement date and method.
-