Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 3.94 KB

InsiderTransaction.md

File metadata and controls

75 lines (43 loc) · 3.94 KB

InsiderTransaction

Properties

Name Type Description
director Logical (TRUE/FALSE) A boolean indicating whether or not the owner is a director in the company  
officer Logical (TRUE/FALSE) A boolean indicating whether or not the owner is a officer in the company  
ten_percent_owner Logical (TRUE/FALSE) A boolean indicating whether or not the owner has a ten percent or greater interest in the company  
other_relation Logical (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 Character The officer title of the owner in the company  
derivative_transaction Logical (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 Character The ticker symbol for the company’s common stock  
security_title Character The name of the derivative security transacted  
conversion_exercise_price Numeric 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 Character A symbol representing the transaction type; P = Purchase
acquisition_disposition_code Character A symbol representing whether or not the derivative securities are Acquired or Disposed; A = Acquisition
amount_of_shares Numeric 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 Character The name of the underlying non-derivative security related to this derivative transaction  
underlying_shares Numeric The number of non-derivative shares involved in the subject transaction  
transaction_price Numeric The price of the derivative securities  
total_shares_owned Numeric The total number of derivative securities owned following the subject transaction  
ownership_type_code Character 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  

[Back to Model list] [Back to API list] [Back to README]