Uses of Enum
cdm.base.staticdata.asset.common.PutCallEnum
Packages that use PutCallEnum
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of PutCallEnum in cdm.base.staticdata.asset.common
Fields in cdm.base.staticdata.asset.common declared as PutCallEnumModifier and TypeFieldDescriptionprotected PutCallEnumListedDerivative.ListedDerivativeBuilderImpl.optionTypeprotected PutCallEnumDebtRedemption.DebtRedemptionBuilderImpl.putCallMethods in cdm.base.staticdata.asset.common that return PutCallEnumModifier and TypeMethodDescriptionstatic PutCallEnumPutCallEnum.fromDisplayName(String name) ListedDerivative.getOptionType()The type of option, ie Put or Call.ListedDerivative.ListedDerivativeBuilderImpl.getOptionType()ListedDerivative.ListedDerivativeImpl.getOptionType()DebtRedemption.DebtRedemptionBuilderImpl.getPutCall()DebtRedemption.DebtRedemptionImpl.getPutCall()DebtRedemption.getPutCall()Specifies the embedded option feature of a debt security.static PutCallEnumReturns the enum constant of this type with the specified name.static PutCallEnum[]PutCallEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.base.staticdata.asset.common with parameters of type PutCallEnumModifier and TypeMethodDescriptionListedDerivative.ListedDerivativeBuilder.setOptionType(PutCallEnum optionType) ListedDerivative.ListedDerivativeBuilderImpl.setOptionType(PutCallEnum _optionType) DebtRedemption.DebtRedemptionBuilder.setPutCall(PutCallEnum putCall) DebtRedemption.DebtRedemptionBuilderImpl.setPutCall(PutCallEnum _putCall)