| Director |
bool? |
(true/false) A boolean indicating whether or not the owner is a director in the company |
| Officer |
bool? |
(true/false) A boolean indicating whether or not the owner is a officer in the company |
| TenPercentOwner |
bool? |
(true/false) A boolean indicating whether or not the owner has a ten percent or greater interest in the company |
| OtherRelation |
bool? |
(true/false) A boolean indicating whether or not the owner has another relationship with the company beside, direct, officer, or significant owner in the company |
| OfficerTitle |
string |
The officer title of the owner in the company |
| DerivativeTransaction |
bool? |
(true) A boolean indicating the transaction is a derivative transaction, which may or may not become common stock due to various possible exercise or conversion requirements |
| Ticker |
string |
The ticker symbol for the company’s common stock |
| SecurityTitle |
string |
The name of the derivative security transacted |
| ConversionExercisePrice |
decimal? |
The conversion or exercise price of the derivative security transacted |
| TransactionDate |
DateTime? |
The date of the transaction |
| DeemedExecutionDate |
DateTime? |
The date of the transaction had it not a directly identifiable date |
| TransactionTypeCode |
string |
A symbol representing the transaction type; P = Purchase |
| AcquisitionDispositionCode |
string |
A symbol representing whether or not the derivative securities are Acquired or Disposed; A = Acquisition |
| AmountOfShares |
decimal? |
The number of derivative securities involved in the subject transaction |
| ExerciseDate |
DateTime? |
The exercise date of the derivative securities |
| ExpirationDate |
DateTime? |
The expiration date of the derivative securities |
| UnderlyingSecurityTitle |
string |
The name of the underlying non-derivative security related to this derivative transaction |
| UnderlyingShares |
decimal? |
The number of non-derivative shares involved in the subject transaction |
| TransactionPrice |
decimal? |
The price of the derivative securities |
| TotalSharesOwned |
decimal? |
The total number of derivative securities owned following the subject transaction |
| OwnershipTypeCode |
string |
A symbol representing the ownership of the securities transacted; D = Direct Ownership |
| Company |
CompanySummary |
The company associated with the filing |
| Owner |
OwnerSummary |
The owner associated with the filing |