datamule 2.0.9__py3-none-any.whl → 2.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,6 +69,8 @@ class DatamuleMySQL:
69
69
  database = 'lookup_db'
70
70
  elif table == 'proxy_voting_record':
71
71
  database = 'npx_db'
72
+ elif table == 'information_table':
73
+ database = '13fhr_db'
72
74
  else:
73
75
  raise ValueError(f"Unsupported table: {table}")
74
76
 
@@ -10,25 +10,6 @@ information_table_dict = {
10
10
  'votingAuthority_Shared': 'votingAuthorityShared',
11
11
  'votingAuthority_None': 'votingAuthorityNone',
12
12
  'putCall': 'putCall',
13
- 'otherManager': 'otherManager',
14
- 'entityName': 'entityName',
15
- 'entityIdentifier': 'entityIdentifier',
16
- 'entityIdentifierType': 'entityIdentifierType',
17
- 'infoTable': 'infoTable',
18
- 'infoTable_cusip': 'infoTableCusip',
19
- 'infoTable_figi': 'infoTableFigi',
20
- 'infoTable_investmentDiscretion': 'infoTableInvestmentDiscretion',
21
- 'infoTable_nameOfIssuer': 'infoTableNameOfIssuer',
22
- 'infoTable_otherManager': 'infoTableOtherManager',
23
- 'infoTable_putCall': 'infoTablePutCall',
24
- 'infoTable_shrsOrPrnAmt_sshPrnamt': 'infoTableSharesOrPrincipalAmount',
25
- 'infoTable_shrsOrPrnAmt_sshPrnamtType': 'infoTableSharesOrPrincipalAmountType',
26
- 'infoTable_titleOfClass': 'infoTableTitleOfClass',
27
- 'infoTable_value': 'infoTableValue',
28
- 'infoTable_votingAuthority_None': 'infoTableVotingAuthorityNone',
29
- 'infoTable_votingAuthority_Shared': 'infoTableVotingAuthorityShared',
30
- 'infoTable_votingAuthority_Sole': 'infoTableVotingAuthoritySole',
31
- 'schemaLocation': 'schemaLocation'
32
13
  }
33
14
 
34
15
  config_information_table = {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: datamule
3
- Version: 2.0.9
3
+ Version: 2.1.0
4
4
  Summary: Work with SEC submissions at scale.
5
5
  Home-page: https://github.com/john-friedman/datamule-python
6
6
  Author: John Friedman
@@ -10,7 +10,7 @@ datamule/submission.py,sha256=7rtN3EEB50iU7E-B_i-e0JHY382EIgmDcrS1KRZ1mUc,15886
10
10
  datamule/data/listed_filer_metadata.csv,sha256=dT9fQ8AC5P1-Udf_UF0ZkdXJ88jNxJb_tuhi5YYL1rc,2426827
11
11
  datamule/datamule/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  datamule/datamule/datamule_lookup.py,sha256=e8djAg-ctSyHiKk7BjbtgugZ3p8roUjzsym5z3AihUg,9468
13
- datamule/datamule/datamule_mysql_rds.py,sha256=Mw3o21p7ZBPvL4vhRot4cAlM8Hf2FDAjuBjTp5WzpHU,11935
13
+ datamule/datamule/datamule_mysql_rds.py,sha256=kQXKhVv29iBrEtKU9vzVQqXSz1XtIH8S8vguTzZSZXc,12012
14
14
  datamule/datamule/downloader.py,sha256=aTyVUuIwynPtHB0Z9BvCasy9Ao5wfHptNAsjN-7yDTk,18525
15
15
  datamule/datamule/sec_connector.py,sha256=VwOaODpHoAWy8JIky6kLR1-orW_PB61RHw7pIGRpkow,3288
16
16
  datamule/document/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -19,7 +19,7 @@ datamule/document/tables/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
19
19
  datamule/document/tables/tables.py,sha256=8riSAof6o-Gxoo0SkiQAE61fw8NmzDnEhJe6dATzmvA,4487
20
20
  datamule/document/tables/tables_13fhr.py,sha256=-6tWcaTyNsb0XuW0WMBrYir9Zn1wLZL0laKxRYfPNyg,4265
21
21
  datamule/document/tables/tables_25nse.py,sha256=kpoOcIpra6i3Wx_6pUCj1fkx0wUbMhx7pc8yUkrBJb4,980
22
- datamule/document/tables/tables_informationtable.py,sha256=L7qSNTiyr45iIa8z4gm7pKw_meHjIqMFc1SF5Y6XAGg,1658
22
+ datamule/document/tables/tables_informationtable.py,sha256=3yjuxYuLoBjRd6O0BNd0jQDmS1XUDjA6xp51Csq2cH8,649
23
23
  datamule/document/tables/tables_npx.py,sha256=tZDBAonAQWLsgecVK_OwIgNcUJhuV5L2gkTSNbXAgNE,6652
24
24
  datamule/document/tables/tables_ownership.py,sha256=pRoFFRGLWp8gKAAvvUbVRxIU2xDFAQhwi9bgwddsT8A,11185
25
25
  datamule/document/tables/tables_proxyvotingrecord.py,sha256=t5h6iQtlg28Rqt1NJ1FDHCFHFjj_4_aelnFbWLtQcs0,875
@@ -50,7 +50,7 @@ datamule/seclibrary/bq.py,sha256=C8sb_rpXTvchprrFLcbRar4Qi0XWW25tnv1YsHSS5o4,180
50
50
  datamule/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
51
  datamule/utils/construct_submissions_data.py,sha256=NB_hvfxlRXPyt4Fgc-5qA8vJRItkLhBedCSTaxwW7Jg,5887
52
52
  datamule/utils/format_accession.py,sha256=60RtqoNqoT9zSKVb1DeOv1gncJxzPTFMNW4SNOVmC_g,476
53
- datamule-2.0.9.dist-info/METADATA,sha256=HPPYbuYA54lDhy82ZrZ8io3OsQNh-ZJRGfMUKO8V0cQ,560
54
- datamule-2.0.9.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
55
- datamule-2.0.9.dist-info/top_level.txt,sha256=iOfgmtSMFVyr7JGl_bYSTDry79JbmsG4p8zKq89ktKk,9
56
- datamule-2.0.9.dist-info/RECORD,,
53
+ datamule-2.1.0.dist-info/METADATA,sha256=SOVYZq594VxzhTOUEfByl0-MURdzNOEGD661uojnOrk,560
54
+ datamule-2.1.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
55
+ datamule-2.1.0.dist-info/top_level.txt,sha256=iOfgmtSMFVyr7JGl_bYSTDry79JbmsG4p8zKq89ktKk,9
56
+ datamule-2.1.0.dist-info/RECORD,,