wbfdm 1.46.10__py2.py3-none-any.whl → 1.46.11__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.
|
@@ -42,7 +42,9 @@ class InstrumentPriceFactory(factory.django.DjangoModelFactory):
|
|
|
42
42
|
)[0]
|
|
43
43
|
)
|
|
44
44
|
|
|
45
|
-
net_value = factory.Faker(
|
|
45
|
+
net_value = factory.Faker(
|
|
46
|
+
"pydecimal", min_value=90, max_value=110, right_digits=6
|
|
47
|
+
) # we narrow down the range to simulate more realistic returns
|
|
46
48
|
gross_value = factory.LazyAttribute(lambda o: o.net_value + Decimal(random.random()))
|
|
47
49
|
|
|
48
50
|
calculated = False
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wbfdm
|
|
3
|
-
Version: 1.46.
|
|
3
|
+
Version: 1.46.11
|
|
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.*
|
|
@@ -125,7 +125,7 @@ wbfdm/factories/classifications.py,sha256=GJ0eARFTsj5dnKUsUYbLSIZLzTCy7RWhy7_f8D
|
|
|
125
125
|
wbfdm/factories/controversies.py,sha256=GhuoEms1O7DIMVNAIbFEzD9DRv8j1MXIv0u1JK6Pi-o,929
|
|
126
126
|
wbfdm/factories/exchanges.py,sha256=heJHQE59dCDFeDuScJJti4C_SsMsz3O0kmczpGYVNlQ,831
|
|
127
127
|
wbfdm/factories/instrument_list.py,sha256=ypnrTLCl0XRfGj6y-3XJSQ2Wl5TULxZU0I3nF6svH3Y,743
|
|
128
|
-
wbfdm/factories/instrument_prices.py,sha256=
|
|
128
|
+
wbfdm/factories/instrument_prices.py,sha256=EjRFbMjP3pLrxoNsNqNo37FGjayIiV99bkQPVgZLj4I,3623
|
|
129
129
|
wbfdm/factories/instruments.py,sha256=vM6VymnO0bIecEk-reT8l2TO8O5uHwPYnqVnPREXRKQ,2238
|
|
130
130
|
wbfdm/factories/instruments_relationships.py,sha256=opGQMM3sHQV5F04nGPCCsRw8ux8vSQ78tHNJjIDPyUE,1138
|
|
131
131
|
wbfdm/factories/options.py,sha256=nna8LgB_2-XNGm37--Edkdv1oc49oeKtr7f8tcIJPU4,2463
|
|
@@ -351,6 +351,6 @@ wbfdm/viewsets/statements/__init__.py,sha256=odxtFYUDICPmz8WCE3nx93EvKZLSPBEI4d7
|
|
|
351
351
|
wbfdm/viewsets/statements/statements.py,sha256=kmtM0uZ3f7eJJe5gVmd-iVra9dHwTB9x12p7f5qTEx8,4084
|
|
352
352
|
wbfdm/viewsets/technical_analysis/__init__.py,sha256=qtCIBg0uSiZeJq_1tEQFilnorMBkMe6uCMfqar6-cLE,77
|
|
353
353
|
wbfdm/viewsets/technical_analysis/monthly_performances.py,sha256=O1j8CGfOranL74LqVvcf7jERaDIboEJZiBf_AbbVDQ8,3974
|
|
354
|
-
wbfdm-1.46.
|
|
355
|
-
wbfdm-1.46.
|
|
356
|
-
wbfdm-1.46.
|
|
354
|
+
wbfdm-1.46.11.dist-info/METADATA,sha256=APQKFb1E4ZdhaxdSeTIdrizO5INV05Su8CRUTH7zBcM,738
|
|
355
|
+
wbfdm-1.46.11.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
|
356
|
+
wbfdm-1.46.11.dist-info/RECORD,,
|
|
File without changes
|