cs-models 0.0.789__py3-none-any.whl → 0.0.790__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.

Potentially problematic release.


This version of cs-models might be problematic. Click here for more details.

@@ -15,7 +15,10 @@ class VACompanyMapModel(Base):
15
15
 
16
16
  id = Column(Integer, primary_key=True)
17
17
  cid = Column(Integer, nullable=False, index=True)
18
+ capiqcid = Column(Integer, nullable=True)
18
19
  cik = Column(String(191), nullable=False, index=True)
20
+ ticker = Column(String(50), nullable=True)
21
+ name = Column(String(191), nullable=True)
19
22
  company_sec_id = Column(
20
23
  Integer,
21
24
  ForeignKey('companies_sec.id'),
@@ -12,7 +12,10 @@ class VACompanyMapResourceSchema(Schema):
12
12
 
13
13
  id = fields.Integer(dump_only=True)
14
14
  cid = fields.Integer(required=True)
15
+ capiqcid = fields.Integer(allow_none=True)
15
16
  cik = fields.String(allow_none=True)
17
+ ticker = fields.String(allow_none=True)
18
+ name = fields.String(allow_none=True)
16
19
  company_sec_id = fields.Integer(allow_none=True)
17
20
  company_ous_id = fields.Integer(allow_none=True)
18
21
  updated_at = fields.DateTime(dump_only=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.789
3
+ Version: 0.0.790
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -1117,8 +1117,8 @@ cs_models/resources/UserWorkbookWorkflows/__init__.py,sha256=47DEQpj8HBSa-_TImW-
1117
1117
  cs_models/resources/UserWorkbookWorkflows/models.py,sha256=4d_2TL9AayfSk4r-H9F4UtfgXogatA0lTOJzNRFQslQ,714
1118
1118
  cs_models/resources/UserWorkbookWorkflows/schemas.py,sha256=oFuxrpL6zcJtXfBmNiwrBXYOq64PojPIRJ6jW51Z7Cg,443
1119
1119
  cs_models/resources/VACompanyMap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1120
- cs_models/resources/VACompanyMap/models.py,sha256=5CQ-tXrG7OKPBIaBUICykTeeRzXJFP4Pg9TVRK8uzqs,750
1121
- cs_models/resources/VACompanyMap/schemas.py,sha256=d1UPxtu6L-scc7HucwOf_6JcQ7G1-8NlfTu8eHzZMd4,1124
1120
+ cs_models/resources/VACompanyMap/models.py,sha256=H0H89irPtMUbkmT0oN8Y2iB92LnoCDiJQnSw3mP9-Gc,889
1121
+ cs_models/resources/VACompanyMap/schemas.py,sha256=by4VcwGq9yuRaH6MAYESis0rxyNbC5wvQaD30JNHSjE,1257
1122
1122
  cs_models/resources/VAParameter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1123
1123
  cs_models/resources/VAParameter/models.py,sha256=nbwXEWbwQTb6sZOgrJmrdvWXtfJSwBbnDDNKXlcMgtg,1019
1124
1124
  cs_models/resources/VAParameter/schemas.py,sha256=ALeooGYwotzvEjrjIEGfJ9yh-iTylgy_iISztZE4cRE,827
@@ -1285,7 +1285,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1285
1285
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1286
1286
  cs_models/utils/utils.py,sha256=BzCDk3u1np7DoJQqCZIJN4f80JNHvJoWO4qEFgolN-8,4474
1287
1287
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1288
- cs_models-0.0.789.dist-info/METADATA,sha256=2WMWlbSIj-Fe_14ovCWAOaJMh1UcodEEGstW55cpAAE,751
1289
- cs_models-0.0.789.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1290
- cs_models-0.0.789.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1291
- cs_models-0.0.789.dist-info/RECORD,,
1288
+ cs_models-0.0.790.dist-info/METADATA,sha256=WNvNglDPoRjiM_OQ77vEblBDRRW-MXbQPgPXUSanbaE,751
1289
+ cs_models-0.0.790.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1290
+ cs_models-0.0.790.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1291
+ cs_models-0.0.790.dist-info/RECORD,,