public enum ActivityType extends java.lang.Enum<ActivityType> implements APIName
| Enum Constant and Description |
|---|
ACATC
ACATS IN/OUT (Cash)
|
ACATS
ACATS IN/OUT (Securities)
|
CSD
Cash disbursement(+)
|
CSR
Cash receipt(-)
|
DIV
Dividends
|
DIVCGL
Dividend (capital gain long term)
|
DIVCGS
Dividend (capital gain short term)
|
DIVFEE
Dividend fee
|
DIVFT
Dividend adjusted (Foreign Tax Withheld)
|
DIVNRA
Dividend adjusted (NRA Withheld)
|
DIVROC
Dividend return of capital
|
DIVTW
Dividend adjusted (Tefra Withheld)
|
DIVTXEX
Dividend (tax exempt)
|
FILL
Order fills (both partial and full fills)
|
INT
Interest (credit/margin)
|
INTNRA
Interest adjusted (NRA Withheld)
|
INTTW
Interest adjusted (Tefra Withheld)
|
JNL
Journal entry
|
JNLC
Journal entry (cash)
|
JNLS
Journal entry (stock)
|
MA
Merger/Acquisition
|
MISC
Miscellaneous or rarely used activity types (All types except those in TRANS, DIV, or FILL)
|
NC
Name change
|
OPASN
Option assignment
|
OPEXP
Option expiration
|
OPXRC
Option exercise
|
PTC
Pass Thru Charge
|
PTR
Pass Thru Rebate
|
REORG
Reorg CA
|
SC
Symbol change
|
SSO
Stock spinoff
|
SSP
Stock split
|
TRANS
Cash transactions (both CSD and CSR)
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAPIName()
Gets the API name.
|
static ActivityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityType FILL
public static final ActivityType TRANS
public static final ActivityType MISC
public static final ActivityType ACATC
public static final ActivityType ACATS
public static final ActivityType CSD
public static final ActivityType CSR
public static final ActivityType DIV
public static final ActivityType DIVCGL
public static final ActivityType DIVCGS
public static final ActivityType DIVFEE
public static final ActivityType DIVFT
public static final ActivityType DIVNRA
public static final ActivityType DIVROC
public static final ActivityType DIVTW
public static final ActivityType DIVTXEX
public static final ActivityType INT
public static final ActivityType INTNRA
public static final ActivityType INTTW
public static final ActivityType JNL
public static final ActivityType JNLC
public static final ActivityType JNLS
public static final ActivityType MA
public static final ActivityType NC
public static final ActivityType OPASN
public static final ActivityType OPEXP
public static final ActivityType OPXRC
public static final ActivityType PTC
public static final ActivityType PTR
public static final ActivityType REORG
public static final ActivityType SC
public static final ActivityType SSO
public static final ActivityType SSP
public static ActivityType[] values()
for (ActivityType c : ActivityType.values()) System.out.println(c);
public static ActivityType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getAPIName()
APINamegetAPIName in interface APIName