Enum AccountActivityType
Types of account activities
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public enum AccountActivityType
Fields
Name | Description |
---|---|
ACATCash | ACATS IN/OUT (Cash) |
ACATSecurities | ACATS IN/OUT (Securities) |
CashDeposit | Cash deposit (+) |
CashWithdrawal | Cash withdrawal (-) |
CryptoFee | Crypto Fee |
Dividend | Dividends |
DividendCapitalGainsLongTerm | Dividend (capital gains long term) |
DividendCapitalGainsShortTerm | Dividend (capital gain short term) |
DividendFee | Dividend fee |
DividendForeignTaxWithheld | Dividend adjusted (Foreign Tax Withheld) |
DividendNRAWithheld | Dividend adjusted (NRA Withheld) |
DividendReturnOfCapital | Dividend return of capital |
DividendTaxExempt | Dividend (tax exempt) |
DividendTefraWithheld | Dividend adjusted (Tefra Withheld) |
FeeInUsd | Fee denominated in USD |
Fill | Order fills (both partial and full fills) |
Interest | Interest (credit/margin) |
InterestNRAWithheld | Interest adjusted (NRA Withheld) |
InterestTefraWithheld | Interest adjusted (Tefra Withheld) |
JournalEntry | Journal entry |
JournalEntryCash | Journal entry (cash) |
JournalEntryStock | Journal entry (stock) |
MergerAcquisition | Merger/Acquisition |
Miscellaneous | Miscellaneous or rarely used activity types (All types except those in Transaction, Dividend, or Fill) |
NameChange | Name change |
OptionAssignment | Option assignment |
OptionExercise | Option exercise |
OptionExpiration | Option expiration |
OptionTrade | Option trade |
PassThruCharge | Pass Thru Charge |
PassThruRebate | Pass Thru Rebate |
RefTafFee | REG/TAF fees |
Reorg | Reorganization |
StockSpinoff | Stock spinoff |
StockSplit | Stock split |
SymbolChange | Symbol change |
Transaction | Cash transactions (both CashDeposit and CashWithdrawal) |
Unknown | Unknown account activity type (i.e. one not supported by this version of SDK). |