Package cdm.legaldocumentation.csa
Enum AmendmentEffectiveDateEnum
- All Implemented Interfaces:
Serializable,Comparable<AmendmentEffectiveDateEnum>
@RosettaEnum("AmendmentEffectiveDateEnum")
public enum AmendmentEffectiveDateEnum
extends Enum<AmendmentEffectiveDateEnum>
The enumerated values to specify the effective date of the Amendment to Termination Currency when specified as a specific date (e.g. the annex date).
- Version:
- 7.0.0-dev.105 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(t)" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe effective date corresponds to the Agreement date.The effective date corresponds to the Amendment Effective Date (IM).The effective date corresponds to the Annex date.The effective date corresponds to the Deed date. -
Method Summary
Modifier and TypeMethodDescriptionstatic AmendmentEffectiveDateEnumfromDisplayName(String name) toString()static AmendmentEffectiveDateEnumReturns the enum constant of this type with the specified name.static AmendmentEffectiveDateEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ANNEX_DATE
The effective date corresponds to the Annex date. -
DEED_DATE
The effective date corresponds to the Deed date. -
AGREEMENT_DATE
The effective date corresponds to the Agreement date. -
AMENDMENT_EFFECTIVE_DATE
@RosettaEnumValue("AmendmentEffectiveDate") public static final AmendmentEffectiveDateEnum AMENDMENT_EFFECTIVE_DATEThe effective date corresponds to the Amendment Effective Date (IM).
-
-
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<AmendmentEffectiveDateEnum>
-
toDisplayString
-