Package cdm.base.staticdata.party
Enum NaturalPersonRoleEnum
- All Implemented Interfaces:
Serializable,Comparable<NaturalPersonRoleEnum>
@RosettaEnum("NaturalPersonRoleEnum")
public enum NaturalPersonRoleEnum
extends Enum<NaturalPersonRoleEnum>
The enumerated values for the natural person's role.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe person who arranged with a client to execute the trade.Acquirer of the legal title to the financial instrument.The party or person with legal responsibility for authorization of the execution of the transaction.Person within the firm who is responsible for execution of the transaction.Person who is responsible for making the investment decision.Seller of the legal title to the financial instrument.The person who executed the trade. -
Method Summary
Modifier and TypeMethodDescriptionstatic NaturalPersonRoleEnumfromDisplayName(String name) toString()static NaturalPersonRoleEnumReturns the enum constant of this type with the specified name.static NaturalPersonRoleEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BROKER
The person who arranged with a client to execute the trade. -
BUYER
Acquirer of the legal title to the financial instrument. -
DECISION_MAKER
The party or person with legal responsibility for authorization of the execution of the transaction. -
EXECUTION_WITHIN_FIRM
@RosettaEnumValue("ExecutionWithinFirm") public static final NaturalPersonRoleEnum EXECUTION_WITHIN_FIRMPerson within the firm who is responsible for execution of the transaction. -
INVESTMENT_DECISION_MAKER
@RosettaEnumValue("InvestmentDecisionMaker") public static final NaturalPersonRoleEnum INVESTMENT_DECISION_MAKERPerson who is responsible for making the investment decision. -
SELLER
Seller of the legal title to the financial instrument. -
TRADER
The person who executed the trade.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<NaturalPersonRoleEnum>
-
toDisplayString
-