Enum ValueSecuritiesEnum

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

@RosettaEnum("ValueSecuritiesEnum") public enum ValueSecuritiesEnum extends Enum<ValueSecuritiesEnum>
Details of how securities collateral is valued when resolving disputes.
Version:
7.0.0-dev.105
  • Enum Constant Details

    • BID_PRICE_PERCENTAGE

      @RosettaEnumValue(value="BidPricePercentage", displayName="Securities - Bid Price multiplied by Valuation Percentage") public static final ValueSecuritiesEnum BID_PRICE_PERCENTAGE
      Securities collateral is valued using the bid price multiplied by the valuation percentage.
    • BID_PRICE_PERCENTAGE_LESS_HAIRCUT

      @RosettaEnumValue(value="BidPricePercentageLessHaircut", displayName="Securities - Bid Price multiplied by (Valuation Percentage - FX Haircut)") public static final ValueSecuritiesEnum BID_PRICE_PERCENTAGE_LESS_HAIRCUT
      Securities collateral is valued using the bid price multiplied by the valuation percentage less the FX haircut.
    • MID_PRICE_PERCENTAGE

      @RosettaEnumValue(value="MidPricePercentage", displayName="Securities - Mid Price multiplied by Valuation Percentage") public static final ValueSecuritiesEnum MID_PRICE_PERCENTAGE
      Securities collateral is valued using the mid price multiplied by the valuation percentage.
    • MID_PRICE_PERCENTAGE_LESS_HAIRCUT

      @RosettaEnumValue(value="MidPricePercentageLessHaircut", displayName="Securities - Mid Price multiplied by (Valuation Percentage - FX Haircut)") public static final ValueSecuritiesEnum MID_PRICE_PERCENTAGE_LESS_HAIRCUT
      Securities collateral is valued using the mid price multiplied by the valuation percentage less the FX haircut.
    • OTHER

      @RosettaEnumValue("Other") public static final ValueSecuritiesEnum OTHER
      Exception value.
  • Method Details

    • values

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

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

      public String toDisplayString()