Package cdm.legaldocumentation.csa
Enum CSASpecifiedOrAccessConditionEnum
java.lang.Object
java.lang.Enum<CSASpecifiedOrAccessConditionEnum>
cdm.legaldocumentation.csa.CSASpecifiedOrAccessConditionEnum
- All Implemented Interfaces:
Serializable,Comparable<CSASpecifiedOrAccessConditionEnum>
@RosettaEnum("CSASpecifiedOrAccessConditionEnum")
public enum CSASpecifiedOrAccessConditionEnum
extends Enum<CSASpecifiedOrAccessConditionEnum>
Specifies the types of events in the related Master Agreement that, when triggered, could temporarily or permanently suspend rights to rehypothecate, transfer or substitute collateral.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSpecifies events which could trigger rights to early termination.Specifies an event where a party merges and the new entity becomes materially less creditworthy than the original.Specifies an event beyond the control of one or both of the parties which prevents or renders it impossible to fulfill their obligations to the other party.Specifies an event where a party is unable to comply with its obligations under the Master Agreement because to do so would be unlawful.Specifies a potential event that could trigger rights to early termination.Specifies an event where a party experiences changes in tax laws incurring further tax liability.Specifies an event where a party incurs tax liability due to a merger. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static CSASpecifiedOrAccessConditionEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ILLEGALITY
Specifies an event where a party is unable to comply with its obligations under the Master Agreement because to do so would be unlawful. -
TAX_EVENT
Specifies an event where a party experiences changes in tax laws incurring further tax liability. -
TAX_EVENT_UPON_MERGER
@RosettaEnumValue("TaxEventUponMerger") public static final CSASpecifiedOrAccessConditionEnum TAX_EVENT_UPON_MERGERSpecifies an event where a party incurs tax liability due to a merger. -
CREDIT_EVENT_UPON_MERGER
@RosettaEnumValue("CreditEventUponMerger") public static final CSASpecifiedOrAccessConditionEnum CREDIT_EVENT_UPON_MERGERSpecifies an event where a party merges and the new entity becomes materially less creditworthy than the original. -
ADDITIONAL_TERMINATION_EVENTS
@RosettaEnumValue("AdditionalTerminationEvents") public static final CSASpecifiedOrAccessConditionEnum ADDITIONAL_TERMINATION_EVENTSSpecifies events which could trigger rights to early termination. -
FORCE_MAJEURE_EVENT
@RosettaEnumValue("ForceMajeureEvent") public static final CSASpecifiedOrAccessConditionEnum FORCE_MAJEURE_EVENTSpecifies an event beyond the control of one or both of the parties which prevents or renders it impossible to fulfill their obligations to the other party. -
POTENTIAL_TERMINATION_EVENTS
@RosettaEnumValue("PotentialTerminationEvents") public static final CSASpecifiedOrAccessConditionEnum POTENTIAL_TERMINATION_EVENTSSpecifies a potential event that could trigger rights to early termination.
-
-
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<CSASpecifiedOrAccessConditionEnum>
-
toDisplayString
-