director |
BOOLEAN |
(true/false) A boolean indicating whether or not the owner is a director in the company |
officer |
BOOLEAN |
(true/false) A boolean indicating whether or not the owner is a officer in the company |
ten_percent_owner |
BOOLEAN |
(true/false) A boolean indicating whether or not the owner has a ten percent or greater interest in the company |
other_relation |
BOOLEAN |
(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 |
String |
The officer title of the owner in the company |
derivative_transaction |
BOOLEAN |
(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 |
security_title |
String |
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 |
String |
A symbol representing the transaction type; P = Purchase |
acquisition_disposition_code |
String |
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 |
String |
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 |
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 |