Uses of Class
com.opengamma.strata.product.etd.EtdOptionType
-
Packages that use EtdOptionType Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files.com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs). -
-
Uses of EtdOptionType in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv that return EtdOptionType Modifier and Type Method Description static EtdOptionTypeCsvLoaderUtils. parseEtdOptionType(String str)Parses the ETD option type from the short code or full name. -
Uses of EtdOptionType in com.opengamma.strata.product.etd
Methods in com.opengamma.strata.product.etd that return EtdOptionType Modifier and Type Method Description static EtdOptionTypeEtdOptionType. of(String name)Obtains an instance from the specified name.static EtdOptionTypeEtdOptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static EtdOptionType[]EtdOptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.etd that return types with arguments of type EtdOptionType Modifier and Type Method Description Optional<EtdOptionType>EtdVariant. getOptionType()Gets the optional option type, 'American' or 'European', populated for Flex Options.Methods in com.opengamma.strata.product.etd with parameters of type EtdOptionType Modifier and Type Method Description static EtdVariantEtdVariant. ofFlexOption(int dayOfMonth, EtdSettlementType settlementType, EtdOptionType optionType)The flex option.
-