Package cdm.legaldocumentation.csa
Enum InterestAdjustmentPeriodicityEnum
java.lang.Object
java.lang.Enum<InterestAdjustmentPeriodicityEnum>
cdm.legaldocumentation.csa.InterestAdjustmentPeriodicityEnum
- All Implemented Interfaces:
Serializable,Comparable<InterestAdjustmentPeriodicityEnum>
@RosettaEnum("InterestAdjustmentPeriodicityEnum")
public enum InterestAdjustmentPeriodicityEnum
extends Enum<InterestAdjustmentPeriodicityEnum>
Values to specify the interest adjustment periodicity election through standard language.
- Version:
- 6.19.0 Body ISDA Corpus Annex CSA_IM_Japanese_2016 ISDA 2016 Japanese Law Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(n)(ii)" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe interest adjustment takes place each day.The interest adjustment takes place on the last local business day of each calendar month. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static InterestAdjustmentPeriodicityEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LAST_LOCAL_BUSINESS_DAY_OF_MONTH
@RosettaEnumValue("LastLocalBusinessDayOfMonth") public static final InterestAdjustmentPeriodicityEnum LAST_LOCAL_BUSINESS_DAY_OF_MONTHThe interest adjustment takes place on the last local business day of each calendar month. -
EACH_DAY
The interest adjustment takes place each day.
-
-
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<InterestAdjustmentPeriodicityEnum>
-
toDisplayString
-