wbfdm 1.55.6__py2.py3-none-any.whl → 1.55.7__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.

@@ -149,7 +149,7 @@ class InstrumentLookup:
149
149
  exchange=exchange,
150
150
  name=name,
151
151
  )
152
- if instrument and only_investable_universe and instrument.parent:
152
+ if instrument and only_investable_universe and not instrument.is_security and instrument.parent:
153
153
  instrument = instrument.parent
154
154
  return instrument
155
155
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wbfdm
3
- Version: 1.55.6
3
+ Version: 1.55.7
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.*
@@ -164,7 +164,7 @@ wbfdm/import_export/backends/refinitiv/mixin.py,sha256=DlNHOWOO71PgY0umaZd0Nbbjs
164
164
  wbfdm/import_export/backends/refinitiv/utils/__init__.py,sha256=Rz38xsLAHEyEwIuJksejYExEznlPJb9tRzwJ7JG9L1s,35
165
165
  wbfdm/import_export/backends/refinitiv/utils/controller.py,sha256=yG8V4C2TGhJdKwTeuMfaG1lzJ3MjNaV632KTe0nuym8,7348
166
166
  wbfdm/import_export/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
167
- wbfdm/import_export/handlers/instrument.py,sha256=3HFEFvU2vQkrlZJS_PS3bQ3VoT04yDGDRncaWNSE4bQ,12633
167
+ wbfdm/import_export/handlers/instrument.py,sha256=R1g8OSAspezYRW40KY_AIrMPAwKNO0tjjsXGj6UFjkM,12664
168
168
  wbfdm/import_export/handlers/instrument_list.py,sha256=mZRfpJFi6BhhrjH2qaFEPqqCK2ybg-DQm43Uck7G9_w,4864
169
169
  wbfdm/import_export/handlers/instrument_price.py,sha256=RbNTo78zZuttzlVFKxJrHcW7DRfcsta7QDEI8OiiDrA,3498
170
170
  wbfdm/import_export/handlers/option.py,sha256=MPzluMPJ3Yu7Ahmw9BA7-ssAbvPDdyca_rC-YVhU8bY,2378
@@ -362,6 +362,6 @@ wbfdm/viewsets/statements/__init__.py,sha256=odxtFYUDICPmz8WCE3nx93EvKZLSPBEI4d7
362
362
  wbfdm/viewsets/statements/statements.py,sha256=gA6RCI8-B__JwjEb6OZxpn8Y-9aF-YQ3HIQ7e1vfJMw,4304
363
363
  wbfdm/viewsets/technical_analysis/__init__.py,sha256=qtCIBg0uSiZeJq_1tEQFilnorMBkMe6uCMfqar6-cLE,77
364
364
  wbfdm/viewsets/technical_analysis/monthly_performances.py,sha256=O1j8CGfOranL74LqVvcf7jERaDIboEJZiBf_AbbVDQ8,3974
365
- wbfdm-1.55.6.dist-info/METADATA,sha256=opBTM0DoBJf4R17zOqRcOsxSrCJE5ocMd7An5nL6uKQ,768
366
- wbfdm-1.55.6.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
367
- wbfdm-1.55.6.dist-info/RECORD,,
365
+ wbfdm-1.55.7.dist-info/METADATA,sha256=9gaDPOFmD3ttp9ioIezRk2nePi7VlAtpTIWbh1Je34A,768
366
+ wbfdm-1.55.7.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
367
+ wbfdm-1.55.7.dist-info/RECORD,,
File without changes