# HG changeset patch # User Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> # Date 1611161463 -3600 # Node ID 48915983efadce36a9882a060a1440314f287b18 # Parent 87ccd6836d0711d1439d16d742132537a3d0aef9 Add formDescription.json diff -r 87ccd6836d07 -r 48915983efad lazybear/Data/formDescription.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lazybear/Data/formDescription.json Wed Jan 20 17:51:03 2021 +0100 @@ -0,0 +1,82 @@ +[ + { + "transactionCode": "P", + "description": "Open market or private purchase of non-derivative or derivative security", + }, + { + "transactionCode": "S", + "description": "Open market or private sale of non-derivative or derivative security", + }, + { + "transactionCode": "V", + "description": "Transaction voluntarily reported earlier than required", + }, + { + "transactionCode": "A", + "description": "Grant, award or other acquisition pursuant to Rule 16b-3(d)", + }, + { + "transactionCode": "D", + "description": "Disposition to the issuer of issuer equity securities pursuant to Rule 16b-3(e)", + }, + { + "transactionCode": "F", + "description": "Payment of exercise price or tax liability by delivering or withholding securities incident to the receipt, exercise or vesting of a security issued in accordance with Rule 16b-3", + }, + { + "transactionCode": "I", + "description": "Discretionary transaction in accordance with Rule 16b-3(f) resulting in acquisition or disposition of issuer securities", + }, + { + "transactionCode": "M", + "description": "Exercise or conversion of derivative security exempted pursuant to Rule 16b-3", + }, + { + "transactionCode": "C", + "description": "Conversion of derivative security", + }, + { + "transactionCode": "E", + "description": "Expiration of short derivative position", + }, + { + "transactionCode": "H", + "description": "Expiration (or cancellation) of long derivative position with value received", + }, + { + "transactionCode": "O", + "description": "Exercise of out-of-the-money derivative security", + }, + { + "transactionCode": "X", + "description": "Exercise of in-the-money or at-the-money derivative security", + }, + { + "transactionCode": "G", + "description": "Bonafidegift", + }, + { + "transactionCode": "L", + "description": "Small acquisition under Rule 16a-6", + }, + { + "transactionCode": "W", + "description": "Acquisition or disposition by will or the laws of descent and distribution", + }, + { + "transactionCode": "Z", + "description": "Deposit into or withdrawal from voting trust", + }, + { + "transactionCode": "J", + "description": "Other acquisition or disposition (describe transaction)", + }, + { + "transactionCode": "K", + "description": "Transaction in equity swap or instrument with similar characteristics", + }, + { + "transactionCode": "U", + "description": "Disposition pursuant to a tender of shares in a change of control transaction", + } +] \ No newline at end of file