Enum FxSubstitutionProvisionTypeEnum
java.lang.Object
java.lang.Enum<FxSubstitutionProvisionTypeEnum>
cdm.legaldocumentation.transaction.additionalterms.FxSubstitutionProvisionTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<FxSubstitutionProvisionTypeEnum>
@RosettaEnum("FxSubstitutionProvisionTypeEnum")
public enum FxSubstitutionProvisionTypeEnum
extends Enum<FxSubstitutionProvisionTypeEnum>
- Version:
- 6.19.0 Body ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.2.(c)" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBody ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.2.Body ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.2.Body ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.2. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static FxSubstitutionProvisionTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LOCAL_ASSET_SUBSTITUTE_GROSS
@RosettaEnumValue("LocalAssetSubstituteGross") public static final FxSubstitutionProvisionTypeEnum LOCAL_ASSET_SUBSTITUTE_GROSSBody ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.2.(c)" * paragraph "(vi)" Provision -
LOCAL_ASSET_SUBSTITUTE_NET
@RosettaEnumValue("LocalAssetSubstituteNet") public static final FxSubstitutionProvisionTypeEnum LOCAL_ASSET_SUBSTITUTE_NETBody ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.2.(c)" * paragraph "(vii)" Provision -
LOCAL_CURRENCY_SUBSTITUTE
@RosettaEnumValue("LocalCurrencySubstitute") public static final FxSubstitutionProvisionTypeEnum LOCAL_CURRENCY_SUBSTITUTEBody ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.2.(c)" * paragraph "(viii)" Provision
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<FxSubstitutionProvisionTypeEnum>
-
toDisplayString
-