wbfdm 1.54.15__py2.py3-none-any.whl → 1.54.17__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.
|
@@ -40,7 +40,7 @@ class InstrumentRepresentationViewSet(viewsets.RepresentationViewSet):
|
|
|
40
40
|
pagination_class = LimitOffsetPagination
|
|
41
41
|
queryset = Instrument.objects.annotate_base_data().exclude(name="")
|
|
42
42
|
serializer_class = InstrumentRepresentationSerializer
|
|
43
|
-
search_fields = ("name", "name_repr", "isin", "ticker")
|
|
43
|
+
search_fields = ("name", "name_repr", "isin", "ticker", "computed_str")
|
|
44
44
|
|
|
45
45
|
filterset_class = InstrumentFilterSet
|
|
46
46
|
ordering_fields = ("title", "ticker")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wbfdm
|
|
3
|
-
Version: 1.54.
|
|
3
|
+
Version: 1.54.17
|
|
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.*
|
|
@@ -352,13 +352,13 @@ wbfdm/viewsets/instruments/financials_analysis.py,sha256=xcVKR2H0P07NIyxFwPPPmVi
|
|
|
352
352
|
wbfdm/viewsets/instruments/instrument_lists.py,sha256=hwwHDNpHjjffxw08N_1LtkL5Fdi8c1Om-PLz6pTu4Ok,2878
|
|
353
353
|
wbfdm/viewsets/instruments/instrument_prices.py,sha256=WGUe5WUl9PqulWSPCZgWcBWCmgxtu4lhm-UeAa4ngyg,24008
|
|
354
354
|
wbfdm/viewsets/instruments/instrument_requests.py,sha256=mmaARNl6ymDdlcLzcu16vVfFsunhtJkMw2r2NBfUp9U,1839
|
|
355
|
-
wbfdm/viewsets/instruments/instruments.py,sha256
|
|
355
|
+
wbfdm/viewsets/instruments/instruments.py,sha256=9sZIjvWFFQ6SRAal3OXhiqK8_JZJcKb7f_lGtiubqVE,4037
|
|
356
356
|
wbfdm/viewsets/instruments/instruments_relationships.py,sha256=D2Ym84zXBFegQC9nMThKSWqSAcWa0WvcS_GXxM2po68,11076
|
|
357
357
|
wbfdm/viewsets/instruments/utils.py,sha256=kr5HwkSaWp-6GHVEQIb3CnIspDGSxfqghyOqg0oHO-A,1166
|
|
358
358
|
wbfdm/viewsets/statements/__init__.py,sha256=odxtFYUDICPmz8WCE3nx93EvKZLSPBEI4d7pozcQz2A,47
|
|
359
359
|
wbfdm/viewsets/statements/statements.py,sha256=gA6RCI8-B__JwjEb6OZxpn8Y-9aF-YQ3HIQ7e1vfJMw,4304
|
|
360
360
|
wbfdm/viewsets/technical_analysis/__init__.py,sha256=qtCIBg0uSiZeJq_1tEQFilnorMBkMe6uCMfqar6-cLE,77
|
|
361
361
|
wbfdm/viewsets/technical_analysis/monthly_performances.py,sha256=O1j8CGfOranL74LqVvcf7jERaDIboEJZiBf_AbbVDQ8,3974
|
|
362
|
-
wbfdm-1.54.
|
|
363
|
-
wbfdm-1.54.
|
|
364
|
-
wbfdm-1.54.
|
|
362
|
+
wbfdm-1.54.17.dist-info/METADATA,sha256=5Lgs8939-i_na3tGTd6Mh0SA8R-Vv8bN5tu5HocEt4w,769
|
|
363
|
+
wbfdm-1.54.17.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
|
364
|
+
wbfdm-1.54.17.dist-info/RECORD,,
|
|
File without changes
|