Uses of Class
com.opengamma.strata.market.model.MoneynessType
-
Packages that use MoneynessType Package Description com.opengamma.strata.market.model Market data related to pricing models.com.opengamma.strata.market.surface Definitions of surfaces. -
-
Uses of MoneynessType in com.opengamma.strata.market.model
Methods in com.opengamma.strata.market.model that return MoneynessType Modifier and Type Method Description static MoneynessTypeMoneynessType. of(String name)Obtains an instance from the specified name.static MoneynessTypeMoneynessType. valueOf(String name)Returns the enum constant of this type with the specified name.static MoneynessType[]MoneynessType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MoneynessType in com.opengamma.strata.market.surface
Fields in com.opengamma.strata.market.surface with type parameters of type MoneynessType Modifier and Type Field Description static SurfaceInfoType<MoneynessType>SurfaceInfoType. MONEYNESS_TYPEKey used to access information about the type of moneyness.Methods in com.opengamma.strata.market.surface with parameters of type MoneynessType Modifier and Type Method Description static SurfaceMetadataSurfaces. normalVolatilityByExpirySimpleMoneyness(SurfaceName name, DayCount dayCount, MoneynessType moneynessType)Creates metadata for a surface providing Normal expiry-simple moneyness volatility.static SurfaceMetadataSurfaces. normalVolatilityByExpirySimpleMoneyness(String name, DayCount dayCount, MoneynessType moneynessType)Creates metadata for a surface providing Normal expiry-simple moneyness volatility.
-