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 Details

    • TRANSFER

      @RosettaEnumValue("Transfer") public static final CollateralInterestHandlingEnum TRANSFER
      Transfer the interest each period
    • ADJUST

      @RosettaEnumValue("Adjust") public static final CollateralInterestHandlingEnum ADJUST
      Adjust the collateral balance to include the interest amount
    • TRANSFER_OR_ADJUST

      @RosettaEnumValue("Transfer_or_Adjust") public static final CollateralInterestHandlingEnum TRANSFER_OR_ADJUST
      Transfer the interest if it meets certain criteria, or otherwise adjust the collateral balance to reflect the interest amount
  • Method Details

    • values

      public static CollateralInterestHandlingEnum[] 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

      public static CollateralInterestHandlingEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static CollateralInterestHandlingEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<CollateralInterestHandlingEnum>
    • toDisplayString

      public String toDisplayString()