| 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 |
| ten_percent_owner |
bool |
(True/False) A boolean indicating whether or not the owner has a ten percent or greater interest in the company |
| other_relation |
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 |
| officer_title |
str |
The officer title of the owner in the company |
| derivative_transaction |
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 |
str |
The ticker symbol for the company’s common stock |
| security_title |
str |
The name of the derivative security transacted |
| conversion_exercise_price |
float |
The conversion or exercise price of the derivative security transacted |
| transaction_date |
date |
The date of the transaction |
| deemed_execution_date |
date |
The date of the transaction had it not a directly identifiable date |
| transaction_type_code |
str |
A symbol representing the transaction type; P = Purchase |
| acquisition_disposition_code |
str |
A symbol representing whether or not the derivative securities are Acquired or Disposed; A = Acquisition |
| amount_of_shares |
float |
The number of derivative securities involved in the subject transaction |
| exercise_date |
date |
The exercise date of the derivative securities |
| expiration_date |
date |
The expiration date of the derivative securities |
| underlying_security_title |
str |
The name of the underlying non-derivative security related to this derivative transaction |
| underlying_shares |
float |
The number of non-derivative shares involved in the subject transaction |
| transaction_price |
float |
The price of the derivative securities |
| total_shares_owned |
float |
The total number of derivative securities owned following the subject transaction |
| ownership_type_code |
str |
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 |