wbfdm 1.45.1__py2.py3-none-any.whl → 1.46.1__py2.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 wbfdm might be problematic. Click here for more details.
|
@@ -77,6 +77,7 @@ def run_company_extraction_llm(title: str, description: str, *args) -> list[dict
|
|
|
77
77
|
"object_id": instrument.get_root().id,
|
|
78
78
|
"sentiment": company.sentiment,
|
|
79
79
|
"analysis": company.analysis,
|
|
80
|
+
"content_object_repr": str(instrument),
|
|
80
81
|
}
|
|
81
82
|
)
|
|
82
83
|
except tuple(APIStatusErrors) as e: # for APIStatusError, we let celery retry it
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wbfdm
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.46.1
|
|
4
4
|
Summary: The workbench module ensures rapid access to diverse financial data (market, fundamental, forecasts, ESG), with features for storing instruments, classifying them, and conducting financial analysis.
|
|
5
5
|
Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
|
|
6
6
|
Requires-Dist: roman==4.*
|
|
@@ -235,7 +235,7 @@ wbfdm/models/instruments/private_equities.py,sha256=uzwZi8IkmCKAHVTxnuFya9tehx7k
|
|
|
235
235
|
wbfdm/models/instruments/querysets.py,sha256=f6-OI0uf65Y9vOuVVedtOQEtqAcebcpzSRSABSmnw8c,2482
|
|
236
236
|
wbfdm/models/instruments/utils.py,sha256=88jnWINSSC0OwH-mCEOPLZXuhBCtEsxBpSaZ38GteaE,1365
|
|
237
237
|
wbfdm/models/instruments/llm/__init__.py,sha256=dSmxRmEWb0A4O_lUoWuRKt2mBtUuLCTPVVJqGyi_n40,52
|
|
238
|
-
wbfdm/models/instruments/llm/create_instrument_news_relationships.py,sha256=
|
|
238
|
+
wbfdm/models/instruments/llm/create_instrument_news_relationships.py,sha256=Eza39rlkNJxpURroIsJLImKC6F-KtTmkdjHn1kv4F3Q,3439
|
|
239
239
|
wbfdm/models/instruments/mixin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
240
240
|
wbfdm/models/instruments/mixin/financials_computed.py,sha256=L5wjXDsR0maiwfOKP6KyWNJNH4nGOoAjSc_hDM7fsj0,35105
|
|
241
241
|
wbfdm/models/instruments/mixin/financials_serializer_fields.py,sha256=Au3P9LqByh5LGyv8w_miJamtHiEerOGZQhM1NzrfECM,68768
|
|
@@ -350,6 +350,6 @@ wbfdm/viewsets/statements/__init__.py,sha256=odxtFYUDICPmz8WCE3nx93EvKZLSPBEI4d7
|
|
|
350
350
|
wbfdm/viewsets/statements/statements.py,sha256=kmtM0uZ3f7eJJe5gVmd-iVra9dHwTB9x12p7f5qTEx8,4084
|
|
351
351
|
wbfdm/viewsets/technical_analysis/__init__.py,sha256=qtCIBg0uSiZeJq_1tEQFilnorMBkMe6uCMfqar6-cLE,77
|
|
352
352
|
wbfdm/viewsets/technical_analysis/monthly_performances.py,sha256=O1j8CGfOranL74LqVvcf7jERaDIboEJZiBf_AbbVDQ8,3974
|
|
353
|
-
wbfdm-1.
|
|
354
|
-
wbfdm-1.
|
|
355
|
-
wbfdm-1.
|
|
353
|
+
wbfdm-1.46.1.dist-info/METADATA,sha256=kbrltbfufSLxYjSaTur8Xe94y5ZATv9KXRjI6AHD9FA,737
|
|
354
|
+
wbfdm-1.46.1.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
|
355
|
+
wbfdm-1.46.1.dist-info/RECORD,,
|
|
File without changes
|