From 38e0753473ae4779865f439b16dc3d19ddf1ce67 Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Fri, 9 Apr 2021 16:10:30 -0400 Subject: Added functionality that adds to the DB directly. Also, can handle multiple trades within a transaction now. --- data/xml_multiple_trades_test.xml | 174 ++++++++++++++++++++++++++++++++++++++ data/xml_single_trade_test.xml | 111 ++++++++++++++++++++++++ data/xml_trade_test.xml | 111 ------------------------ 3 files changed, 285 insertions(+), 111 deletions(-) create mode 100644 data/xml_multiple_trades_test.xml create mode 100644 data/xml_single_trade_test.xml delete mode 100644 data/xml_trade_test.xml (limited to 'data') diff --git a/data/xml_multiple_trades_test.xml b/data/xml_multiple_trades_test.xml new file mode 100644 index 0000000..89904e6 --- /dev/null +++ b/data/xml_multiple_trades_test.xml @@ -0,0 +1,174 @@ + + + + X0306 + + 4 + + 2021-03-24 + + 0 + + + 0000066418 + MEXCO ENERGY CORP + MXC + + + + + 0001250054 + YANKO DONNA GAIL + + + 4109 DEVON DRIVE + + EDMOND + TX + 73034 + + + + 0 + 1 + 0 + 0 + VICE PRESIDENT + + + + + + + + MXC COMMON STOCK + + + 2021-03-24 + + + + 4 + S + 0 + + + + + 3000 + + + 8.20 + + + D + + + + + 7668 + + + + + D + + + + + + MXC COMMON STOCK + + + 2021-03-30 + + + + 4 + S + 0 + + + + + 3000 + + + 8.40 + + + D + + + + + 4668 + + + + + D + + + + + + MXC COMMON STOCK + + + 2021-04-01 + + + + 4 + S + 0 + + + + + 2000 + + + 9.00 + + + D + + + + + 2668 + + + + + D + + + + + + MXC COMMON STOCK + + + + 944 + + + + + I + + + OWNED BY SPOUSE + + + + + + + /s/ D. Gail Yanko + 2021-04-05 + + diff --git a/data/xml_single_trade_test.xml b/data/xml_single_trade_test.xml new file mode 100644 index 0000000..9bd5b1b --- /dev/null +++ b/data/xml_single_trade_test.xml @@ -0,0 +1,111 @@ + + + + X0306 + + 4 + + 2021-03-31 + + 0 + + + 0001517006 + Gatos Silver, Inc. + GATO + + + + + 0001561844 + Levental Igor + + + C/O GATOS SILVER, INC., + 8400 E. CRESCENT PARKWAY, SUITE 600 + GREENWOOD VILLAGE + CO + 80111 + + + + 1 + 0 + 0 + 0 + + + + + + + + + Common Stock + + + 2021-03-31 + + + + 4 + A + 0 + + + + + 8236 + + + + 0 + + + A + + + + + 10799 + + + + + + D + + + + + + Common Stock + + + + 97363 + + + + + I + + + By Levental Family Trust + + + + + + + + Consists entirely of deferred stock units ("DSUs"), which were fully vested on the grant date. Each DSU entitles the holder to receive one share of the Company's common stock upon departure from the Company. + Includes 10,799 DSUs, which were fully vested on the date of grant. + The reporting person disclaims beneficial ownership of these shares except to the extent of his pecuniary interest. + + + + /s/ Roger Johnson, Attorney-in-Fact for Igor Levental + 2021-04-02 + + diff --git a/data/xml_trade_test.xml b/data/xml_trade_test.xml deleted file mode 100644 index 9bd5b1b..0000000 --- a/data/xml_trade_test.xml +++ /dev/null @@ -1,111 +0,0 @@ - - - - X0306 - - 4 - - 2021-03-31 - - 0 - - - 0001517006 - Gatos Silver, Inc. - GATO - - - - - 0001561844 - Levental Igor - - - C/O GATOS SILVER, INC., - 8400 E. CRESCENT PARKWAY, SUITE 600 - GREENWOOD VILLAGE - CO - 80111 - - - - 1 - 0 - 0 - 0 - - - - - - - - - Common Stock - - - 2021-03-31 - - - - 4 - A - 0 - - - - - 8236 - - - - 0 - - - A - - - - - 10799 - - - - - - D - - - - - - Common Stock - - - - 97363 - - - - - I - - - By Levental Family Trust - - - - - - - - Consists entirely of deferred stock units ("DSUs"), which were fully vested on the grant date. Each DSU entitles the holder to receive one share of the Company's common stock upon departure from the Company. - Includes 10,799 DSUs, which were fully vested on the date of grant. - The reporting person disclaims beneficial ownership of these shares except to the extent of his pecuniary interest. - - - - /s/ Roger Johnson, Attorney-in-Fact for Igor Levental - 2021-04-02 - - -- cgit v1.2.3-70-g09d2