Enum UmbrellaPartyRoleEnum

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

@RosettaEnum("UmbrellaPartyRoleEnum") public enum UmbrellaPartyRoleEnum extends Enum<UmbrellaPartyRoleEnum>
Version:
7.0.0-dev.105
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Represents a Contractual Party who has authority to negotiate, execute and deliver confirmations on behalf of each unique party to the agreement that is linked to the Agent.
    Represents a Contractual Party who has been authorised to act as a centralised authority empowered to negotiate, execute and manage transactions on behalf of multiple affiliated funds or accounts.
    Represents a Contractual Party that enters into and assumes direct responsibility for transactions.
    Represents a distinct trading strategy, portfolio, or sub account managed within a broader legal entity or fund.
    Represents an individual trading party, fund, portfolio or managed account associated to a principal, Investment Manager or Agent Contractual Party.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    Returns the enum constant of this type with the specified name.
    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 Details

    • AGENT

      @RosettaEnumValue("Agent") public static final UmbrellaPartyRoleEnum AGENT
      Represents a Contractual Party who has authority to negotiate, execute and deliver confirmations on behalf of each unique party to the agreement that is linked to the Agent.
    • INVESTMENT_MANAGER

      @RosettaEnumValue("InvestmentManager") public static final UmbrellaPartyRoleEnum INVESTMENT_MANAGER
      Represents a Contractual Party who has been authorised to act as a centralised authority empowered to negotiate, execute and manage transactions on behalf of multiple affiliated funds or accounts.
    • PRINCIPAL

      @RosettaEnumValue("Principal") public static final UmbrellaPartyRoleEnum PRINCIPAL
      Represents a Contractual Party that enters into and assumes direct responsibility for transactions.
    • SUB_ACCOUNT

      @RosettaEnumValue("SubAccount") public static final UmbrellaPartyRoleEnum SUB_ACCOUNT
      Represents an individual trading party, fund, portfolio or managed account associated to a principal, Investment Manager or Agent Contractual Party.
    • SLEEVE

      @RosettaEnumValue("Sleeve") public static final UmbrellaPartyRoleEnum SLEEVE
      Represents a distinct trading strategy, portfolio, or sub account managed within a broader legal entity or fund. It is not a legal party to the agreement.
  • Method Details

    • values

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

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

      public String toDisplayString()