Package org.isda.cdm

Enum SettledEntityMatrixSourceEnum

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<SettledEntityMatrixSourceEnum>

    public enum SettledEntityMatrixSourceEnum
    extends java.lang.Enum<SettledEntityMatrixSourceEnum>
    The enumerated values to specify the relevant settled entity matrix source.
    Version:
    2.5.4
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CONFIRMATION_ANNEX
      The Relevant Settled Entity Matrix shall be the list agreed for this purpose by the parties.
      NOT_APPLICABLE
      The term is not applicable.
      PUBLISHER
      The Settled Entity Matrix published by the Index Publisher.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      static SettledEntityMatrixSourceEnum valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static SettledEntityMatrixSourceEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Enum Constant Detail

      • CONFIRMATION_ANNEX

        @RosettaSynonym(value="ConfirmationAnnex",source="FpML_5_10") @RosettaSynonym(value="ConfirmationAnnex",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="ConfirmationAnnex",source="DTCC_11_0") @RosettaSynonym(value="ConfirmationAnnex",source="DTCC_9_0") @RosettaSynonym(value="ConfirmationAnnex",source="CME_ClearedConfirm_1_17")
        public static final SettledEntityMatrixSourceEnum CONFIRMATION_ANNEX
        The Relevant Settled Entity Matrix shall be the list agreed for this purpose by the parties. The list is not included as part of the electronic confirmation.
      • NOT_APPLICABLE

        @RosettaSynonym(value="NotApplicable",source="FpML_5_10") @RosettaSynonym(value="NotApplicable",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="NotApplicable",source="DTCC_11_0") @RosettaSynonym(value="NotApplicable",source="DTCC_9_0") @RosettaSynonym(value="NotApplicable",source="CME_ClearedConfirm_1_17")
        public static final SettledEntityMatrixSourceEnum NOT_APPLICABLE
        The term is not applicable.
      • PUBLISHER

        @RosettaSynonym(value="Publisher",source="FpML_5_10") @RosettaSynonym(value="Publisher",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="Publisher",source="DTCC_11_0") @RosettaSynonym(value="Publisher",source="DTCC_9_0") @RosettaSynonym(value="Publisher",source="CME_ClearedConfirm_1_17")
        public static final SettledEntityMatrixSourceEnum PUBLISHER
        The Settled Entity Matrix published by the Index Publisher.
    • Method Detail

      • values

        public static SettledEntityMatrixSourceEnum[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SettledEntityMatrixSourceEnum c : SettledEntityMatrixSourceEnum.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SettledEntityMatrixSourceEnum valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null