Enum ValuationTimeDayEnum

java.lang.Object
java.lang.Enum<ValuationTimeDayEnum>
cdm.legaldocumentation.csa.ValuationTimeDayEnum
All Implemented Interfaces:
Serializable, Comparable<ValuationTimeDayEnum>

@RosettaEnum("ValuationTimeDayEnum") public enum ValuationTimeDayEnum extends Enum<ValuationTimeDayEnum>
The day at which the value of the collateral and obligations to transfer or return collateral are to be calculated relative to the Valuation Date.
Version:
6.19.0
  • Enum Constant Details

    • PREVIOUS_LOCAL_BUSINESS_DAY

      @RosettaEnumValue(value="PreviousLocalBusinessDay", displayName="Previous Local Business Day") public static final ValuationTimeDayEnum PREVIOUS_LOCAL_BUSINESS_DAY
      Should be calculated relative to the previous local business day.
    • PREVIOUS_LOCAL_BUSINESS_DAY_MARKET

      @RosettaEnumValue(value="PreviousLocalBusinessDayMarket", displayName="Previous Local Business Day (Relevant Market)") public static final ValuationTimeDayEnum PREVIOUS_LOCAL_BUSINESS_DAY_MARKET
      Should be calculated relative to the previous local business day in the Relevant Market).
    • PREVIOUS_LOCAL_BUSINESS_DAY_CITY_OF_AGENT

      @RosettaEnumValue(value="PreviousLocalBusinessDayCityOfAgent", displayName="Previous Local Business Day (City of Valuation Agent)") public static final ValuationTimeDayEnum PREVIOUS_LOCAL_BUSINESS_DAY_CITY_OF_AGENT
      Should be calculated relative to the previous local business day in the city of the Valuation Agent.
    • VALUATION_DATE

      @RosettaEnumValue(value="ValuationDate", displayName="Valuation Date") public static final ValuationTimeDayEnum VALUATION_DATE
      Should be calculated on the Valuation Date.
    • AS_SELECTED

      @RosettaEnumValue(value="AsSelected", displayName="As Selected") public static final ValuationTimeDayEnum AS_SELECTED
      Should be calculated relative to the previous local business day as selected.
  • Method Details

    • values

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

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

      public String toDisplayString()