Package cdm.product.collateral
Enum CollateralInterestHandlingEnum
java.lang.Object
java.lang.Enum<CollateralInterestHandlingEnum>
cdm.product.collateral.CollateralInterestHandlingEnum
- All Implemented Interfaces:
Serializable,Comparable<CollateralInterestHandlingEnum>
@RosettaEnum("CollateralInterestHandlingEnum")
public enum CollateralInterestHandlingEnum
extends Enum<CollateralInterestHandlingEnum>
How is collateral interest to be handled?
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAdjust the collateral balance to include the interest amountTransfer the interest each periodTransfer the interest if it meets certain criteria, or otherwise adjust the collateral balance to reflect the interest amount -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static CollateralInterestHandlingEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TRANSFER
Transfer the interest each period -
ADJUST
Adjust the collateral balance to include the interest amount -
TRANSFER_OR_ADJUST
@RosettaEnumValue("Transfer_or_Adjust") public static final CollateralInterestHandlingEnum TRANSFER_OR_ADJUSTTransfer the interest if it meets certain criteria, or otherwise adjust the collateral balance to reflect the interest amount
-
-
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<CollateralInterestHandlingEnum>
-
toDisplayString
-