Enum RepoDurationEnum

java.lang.Object
java.lang.Enum<RepoDurationEnum>
cdm.product.template.RepoDurationEnum
All Implemented Interfaces:
Serializable, Comparable<RepoDurationEnum>

@RosettaEnum("RepoDurationEnum") public enum RepoDurationEnum extends Enum<RepoDurationEnum>
A duration code for a Repo (or Securities Lending) transaction. There are many business and market rules that are derived from the duration of the transaction.
Version:
5.30.0
  • Enum Constant Details

    • OVERNIGHT

      @RosettaEnumValue("Overnight") public static final RepoDurationEnum OVERNIGHT
      Indicates that a contract is classified as overnight, meaning that there is one business day difference between the start and end date of the contract. Business rule: When the repo is overnight, the number of business days between the spot and forward value dates must be one. Forward leg must be specified.
    • TERM

      @RosettaEnumValue("Term") public static final RepoDurationEnum TERM
      Indicates that a contract is a regular term contract, with a start date and an end date. Business rule: When the repo is 'Term', both spot and forward legs must be specified.
  • Method Details

    • values

      public static RepoDurationEnum[] 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 RepoDurationEnum 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 RepoDurationEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()