Skip to content

Commit

Permalink
data issues on ftse100 example strategy;
Browse files Browse the repository at this point in the history
unclear why, universe does not seem to have changed,
removed a few NaNs.
  • Loading branch information
enzbus committed May 15, 2024
1 parent f5bf958 commit db324fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions examples/strategies/ftse100_daily_initial_holdings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5896,7 +5896,6 @@
"ENT.L": 12782.074451969977,
"EXPN.L": 10224.000000000013,
"EZJ.L": 10001.600463867184,
"FCIT.L": NaN,
"FLTR.L": 32529.999999999935,
"FRAS.L": 10887.499999999996,
"FRES.L": 10735.82625415634,
Expand All @@ -5911,7 +5910,6 @@
"IAG.L": 9591.399841308592,
"ICG.L": 10800.0,
"IHG.L": 15891.842596364295,
"III.L": NaN,
"IMB.L": 11228.999999999996,
"IMI.L": 11236.869626884549,
"INF.L": 10226.400146484364,
Expand All @@ -5932,7 +5930,6 @@
"OCDO.L": 10646.999816894528,
"PHNX.L": 0.0,
"PRU.L": 10505.809217727934,
"PSH.L": NaN,
"PSN.L": 11352.0,
"PSON.L": 15.782186991876554,
"REL.L": 10491.89701476002,
Expand All @@ -5950,7 +5947,6 @@
"SKG.L": 11709.509443700039,
"SMDS.L": 10468.999999999996,
"SMIN.L": 0.0,
"SMT.L": NaN,
"SN.L": 2076.1862435126454,
"SPX.L": 9224.933778170198,
"SSE.L": 10805.999999999985,
Expand Down Expand Up @@ -5999,7 +5995,6 @@
"ENT.L": 12623.230706755488,
"EXPN.L": 10365.0,
"EZJ.L": 9914.199768066399,
"FCIT.L": 0.0,
"FLTR.L": 32959.999999999956,
"FRAS.L": 10816.0,
"FRES.L": 10328.136649568125,
Expand All @@ -6014,7 +6009,6 @@
"IAG.L": 9365.200317382814,
"ICG.L": 10920.000000000007,
"IHG.L": 16041.76563972622,
"III.L": 0.0,
"IMB.L": 11136.000000000002,
"IMI.L": 11339.960173920193,
"INF.L": 10185.599853515618,
Expand All @@ -6035,7 +6029,6 @@
"OCDO.L": 10448.999633789062,
"PHNX.L": 0.0,
"PRU.L": 10641.145646014902,
"PSH.L": 0.0,
"PSN.L": 11380.0,
"PSON.L": 15.760069427215953,
"REL.L": 10519.243401418822,
Expand All @@ -6053,7 +6046,6 @@
"SKG.L": 11684.701160980328,
"SMDS.L": 10956.000366210934,
"SMIN.L": 0.0,
"SMT.L": 0.0,
"SN.L": 1066.2059479078162,
"SPX.L": 9381.889292507898,
"SSE.L": 10805.999999999985,
Expand Down
2 changes: 1 addition & 1 deletion examples/universes.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
We could also save each universe in a ``json`` file.
"""

# This was generated on 2024-05-08 16:50:44.253550+00:00
# This was generated on 2024-05-15 07:42:51.760182+00:00

SP500 = \
['A', 'AAL', 'AAPL', 'ABBV', 'ABNB', 'ABT', 'ACGL', 'ACN', 'ADBE', 'ADI',
Expand Down

0 comments on commit db324fe

Please sign in to comment.