Closed Pjuske closed 3 years ago
@Pjuske Would you mind sharing cov_matrix
and mu_vector
to make the error reproducible? Also, which function did you call on the EfficientFrontier
object (efficient_return()
, ...)?
The default bound values are weight_bounds=(0, 1)
, so negative weights are not expected.
The output "Expected annual return: 4004.1%" suggests that the optimization problem might be ill-conditioned.
On a more general note though, @robertmartin8, I think when defining the weight variables here
# Optimisation variables
self._w = cp.Variable(n_assets)
one could add the keyword "nonneg=True" if all lower bounds are >=0
. Source
In my experience, this makes the optimization a bit more robust to problems such as the one described here.
However, as the bounds might get changed later, this likely requires a bigger change.
Thanks alot for looking into this, yes, I made as small as I could a reproduceable sample:
Download-link for _mu_vector and cov_matrix_ (they are also a part of this post): https://gofile.io/d/qLFU4O
These are the methods I'm using from the library:
Closeprice = pandas.DataFrame()
[...]
mu_vector = expected_returns.ema_historical_return(Closeprice)
cov_matrix = risk_models.sample_cov(Closeprice)
EfficientFrontierObject = EfficientFrontier(mu_vector, cov_matrix, verbose=True)
-----------------------------------------------------------------
OSQP v0.6.0 - Operator Splitting QP Solver
(c) Bartolomeo Stellato, Goran Banjac
University of Oxford - Stanford University 2019
-----------------------------------------------------------------
problem: variables n = 64, constraints m = 153
nnz(P) + nnz(A) = 2471
settings: linear system solver = qdldl,
eps_abs = 1.0e-05, eps_rel = 1.0e-05,
eps_prim_inf = 1.0e-04, eps_dual_inf = 1.0e-04,
rho = 1.00e-01 (adaptive),
sigma = 1.00e-06, alpha = 1.60, max_iter = 10000
check_termination: on (interval 25),
scaling: on, scaled_termination: off
warm start: on, polish: on, time_limit: off
iter objective pri res dua res rho time
1 0.0000e+00 1.00e+00 1.00e+02 1.00e-01 1.10e-03s
200 2.7798e-04 9.79e-05 5.03e-07 1.88e-02 3.15e-03s
300 2.8031e-04 1.05e-05 1.68e-06 1.92e-02 4.04e-03s
status: solved
solution polish: unsuccessful
number of iterations: 300
optimal objective: 0.0003
run time: 4.30e-03s
optimal rho estimate: 1.70e-02
[...]
EfficientFrontierObject.add_sector_constraints(ticker_sector_mapper, efficient_frontier_sector_constraints_lower_ratio, efficient_frontier_sector_constraints_upper_ratio)
raw_weights = EfficientFrontierObject.max_sharpe()
cleaned_weights = EfficientFrontierObject.clean_weights()
EfficientFrontierObject.portfolio_performance(verbose=True)
Expected annual return: 5130.4%
Annual volatility: 85.9%
Sharpe Ratio: 59.73
[...]
for key, value in cleaned_weights.items():
if value != 0:
print(key, value)
ALK-B.CO 0.00017
ALMB.CO 0.00019
AMBU-B.CO 0.05603
CHR.CO 0.00017
COLO-B.CO 0.11568
DANSKE.CO 0.0001
DSV.CO 0.00058
FLS.CO -0.00012
G4S.CO -0.00027
GMAB.CO 0.07671
GN.CO 0.25947
ISS.CO 0.00011
JDAN.CO -0.00019
JYSK.CO 0.00029
KBHL.CO 0.00021
NETC.CO 0.00019
NOVO-B.CO 0.00024
NZYM-B.CO 0.11705
PNDORA.CO -0.00022
RILBA.CO 0.00034
ROCK-B.CO -0.00025
RBREW.CO -0.00026
STG.CO 0.0007
SIM.CO 0.00022
SPNO.CO 0.00029
SYDB.CO 0.00026
TOP.CO 0.00016
TRYG.CO 0.00016
OSSR.CO 0.00038
ORSTED.CO 0.00014
ASTGRP.CO -0.00027
CONFRZ.CO 0.23548
DAC.CO 0.00032
EGNETY.CO 0.00073
ENALYZ.CO 0.02285
ERRIA.CO -0.00012
FASTPC.CO 0.00039
GREENM.CO 0.00011
HAPPY.CO -0.00014
JOBNDX.CO 0.00025
NPINV.CO 0.04212
ODICO.CO -0.00031
VIRO.CO 0.02238
WATURU.CO 0.00086
WIRTEK.CO 0.00051
KMI 0.00021
MSFT 0.0462
These are the arguments I use for sector_constraints:
_ticker_sectormapper:
{'MAERSK-B.CO': 'Industrials', 'ALK-B.CO': 'Health Care', 'ALMB.CO': 'Financials', 'AMBU-B.CO': 'Health Care', 'CARL-B.CO': 'Consumer Staples', 'CHR.CO': 'Health Care', 'COLO-B.CO': 'Health Care', 'DANSKE.CO': 'Financials', 'DEMANT.CO': 'Health Care', 'DFDS.CO': 'Industrials', 'DRLCO.CO': 'Energy', 'DSV.CO': 'Industrials', 'FLS.CO': 'Industrials', 'G4S.CO': 'Industrials', 'GMAB.CO': 'Health Care', 'GN.CO': 'Health Care', 'ISS.CO': 'Industrials', 'JDAN.CO': 'Real Estate', 'JYSK.CO': 'Financials', 'KBHL.CO': 'Industrials', 'LUN.CO': 'Health Care', 'NETC.CO': 'Information Technology', 'NDA-DK.CO': 'Financials', 'NOVO-B.CO': 'Health Care', 'NZYM-B.CO': 'Health Care', 'PNDORA.CO': 'Consumer Cyclicals', 'RILBA.CO': 'Financials', 'ROCK-B.CO': 'Industrials', 'RBREW.CO': 'Consumer Staples', 'STG.CO': 'Consumer Staples', 'SCHO.CO': 'Industrials', 'SIM.CO': 'Information Technology', 'SPNO.CO': 'Financials', 'SYDB.CO': 'Financials', 'TOP.CO': 'Financials', 'TRYG.CO': 'Financials', 'VWS.CO': 'Energy', 'OSSR.CO': 'Health Care', 'ORSTED.CO': 'Utilities', 'BO.CO': 'Consumer Cyclicals', 'BNORDIK-CSE.CO': 'Financials', 'BAVA.CO': 'Health Care', 'HART.CO': 'Industrials', 'CHEMM.CO': 'Health Care', 'COLUM.CO': 'Information Technology', 'DNORD.CO': 'Industrials', 'HH.CO': 'Industrials', 'JUTBK.CO': 'Financials', 'LASP.CO': 'Financials', 'MATAS.CO': 'Consumer Cyclicals', 'NLFSK.CO': 'Industrials', 'NKT.CO': 'Industrials', 'NNIT.CO': 'Information Technology', 'NTG.CO': 'Industrials', 'ORPHA.CO': 'Health Care', 'PAAL-B.CO': 'Industrials', 'RTX.CO': 'Communication Services', 'SAS-DKK.CO': 'Consumer Cyclicals', 'SOLAR-B.CO': 'Industrials', 'SPG.CO': 'Industrials', 'SPKSJF.CO': 'Financials', 'TIV.CO': 'Consumer Cyclicals', 'TRMD-A.CO': 'Industrials', 'UIE.CO': 'Consumer Staples', 'VJBA.CO': 'Financials', 'ZEAL.CO': 'Health Care', 'AAB.CO': 'Consumer Cyclicals', 'AGAT.CO': 'Real Estate', 'AGF-B.CO': 'Consumer Cyclicals', 'AM-B.CO': 'Consumer Cyclicals', 'ATHENA.CO': 'Utilities', 'ATLA-DKK.CO': 'Energy', 'BIOPOR.CO': 'Health Care', 'BLVIS-A.CO': 'Real Estate', 'BOLIGA.CO': 'Consumer Cyclicals', 'KLEE-B.CO': 'Industrials', 'AOJ-P.CO': 'Industrials', 'BIF.CO': 'Consumer Cyclicals', 'CBRAIN.CO': 'Information Technology', 'CEMAT.CO': 'Information Technology', 'CPHCAP-PREF.CO': 'Real Estate', 'CPHCAP-ST.CO': 'Real Estate', 'DAB.CO': 'Financials', 'DANT.CO': 'Consumer Cyclicals', 'DJS.CO': 'Financials', 'DJUR.CO': 'Financials', 'BORD-B.CO': 'Industrials', 'FED.CO': 'Real Estate', 'FFARMS.CO': 'Consumer Staples', 'FLUG-B.CO': 'Industrials', 'FYNBK.CO': 'Financials', 'GABR.CO': 'Consumer Cyclicals', 'GERHSP.CO': 'Real Estate', 'GJ.CO': 'Industrials', 'GRLA.CO': 'Financials', 'GYLD-B.CO': 'Consumer Cyclicals', 'HARB-B.CO': 'Consumer Staples', 'HVID.CO': 'Financials', 'IMAIL.CO': 'Industrials', 'KRE.CO': 'Financials', 'LOLB.CO': 'Financials', 'LUXOR-B.CO': 'Financials', 'MIGA-B.CO': 'Industrials', 'MTHH.CO': 'Industrials', 'MNBA.CO': 'Financials', 'NEWCAP.CO': 'Financials', 'NRDF.CO': 'Financials', 'NORDIC.CO': 'Energy', 'NORTHM.CO': 'Consumer Cyclicals', 'NTR-B.CO': 'Industrials', 'ONXEO.CO': 'Health Care', 'PSNRDC-A.CO': 'Real Estate', 'PARKEN.CO': 'Consumer Cyclicals', 'PRIMOF.CO': 'Real Estate', 'RIAS-B.CO': 'Industrials', 'RBLN-B.CO': 'Industrials', 'ROV.CO': 'Industrials', 'SALB.CO': 'Financials', 'SANI.CO': 'Consumer Cyclicals', 'SBS.CO': 'Consumer Cyclicals', 'SIG.CO': 'Industrials', 'SIF.CO': 'Consumer Cyclicals', 'SKAKO.CO': 'Industrials', 'SKJE.CO': 'Financials', 'SCD.CO': 'Financials', 'STRINV.CO': 'Financials', 'TCM.CO': 'Consumer Cyclicals', 'TOTA.CO': 'Financials', 'VIPRO.CO': 'Real Estate', 'AGILC.CO': 'Information Technology', 'ASTGRP.CO': 'Consumer Cyclicals', 'CONFRZ.CO': 'Information Technology', 'DAC.CO': 'Industrials', 'EGNETY.CO': 'Real Estate', 'ENALYZ.CO': 'Information Technology', 'ERRIA.CO': 'Industrials', 'ESOFT.CO': 'Consumer Cyclicals', 'FASTPC.CO': 'Information Technology', 'FOM.CO': 'Industrials', 'GREENM.CO': 'Consumer Cyclicals', 'HAPPY.CO': 'Consumer Cyclicals', 'HYPE.CO': 'Information Technology', 'JOBNDX.CO': 'Industrials', 'KONSOL.CO': 'Information Technology', 'LEDIBOND.CO': 'Industrials', 'MDUNDO.CO': 'Information Technology', 'MONSO.CO': 'Health Care', 'NPINV.CO': 'Financials', 'ODICO.CO': 'Industrials', 'PENNEO.CO': 'Information Technology', 'SCAPE.CO': 'Industrials', 'SLXIT.CO': 'Information Technology', 'SHAPE.CO': 'Information Technology', 'STENO.CO': 'Health Care', 'VIRO.CO': 'Health Care', 'WATURU.CO': 'Consumer Cyclicals', 'WIRTEK.CO': 'Information Technology', 'NAS.OL': 'Unknown', 'KMI': 'Unknown', 'MSFT': 'Unknown', 'SPG': 'Unknown'}
_efficient_frontier_sector_constraints_lower_ratio:_
{'Consumer Cyclicals': 0.0, 'Information Technology': 0.0, 'Industrials': 0.0, 'Basic Materials': 0.0, 'Energy': 0.0, 'Consumer Staples': 0.0, 'Health Care': 0.0, 'Utilities': 0.0, 'Financials': 0.0, 'Real Estate': 0.0, 'Communication Services': 0.0, 'Unknown': 0.0}
_efficient_frontier_sector_constraints_upper_ratio:_
{'Consumer Cyclicals': 1.0, 'Information Technology': 1.0, 'Industrials': 1.0, 'Basic Materials': 1.0, 'Energy': 1.0, 'Consumer Staples': 1.0, 'Health Care': 1.0, 'Utilities': 1.0, 'Financials': 1.0, 'Real Estate': 1.0, 'Communication Services': 1.0, 'Unknown': 1.0}
_mu_vector:_
MAERSK-B.CO | 0.907777337
ALK-B.CO | 0.485939377
ALMB.CO | 0.546754921
AMBU-B.CO | 0.673690045
CARL-B.CO | 0.110170304
CHR.CO | 0.132453193
COLO-B.CO | 0.050540616
DANSKE.CO | 0.469149799
DEMANT.CO | 0.278357033
DFDS.CO | 0.33790475
DRLCO.CO | -0.141084593
DSV.CO | 0.597125401
FLS.CO | 0.149102877
G4S.CO | 0.804201605
GMAB.CO | 0.515462812
GN.CO | 0.708123677
ISS.CO | 0.131036047
JDAN.CO | -0.453442542
JYSK.CO | 0.260503205
KBHL.CO | 0.143897721
LUN.CO | -0.236537122
NETC.CO | 0.955412877
NDA-DK.CO | 0.320422608
NOVO-B.CO | 0.087540155
NZYM-B.CO | 0.075394735
PNDORA.CO | 2.238814418
RILBA.CO | 0.256267544
ROCK-B.CO | 0.953971893
RBREW.CO | 0.318498739
STG.CO | 0.35489276
SCHO.CO | 0.267836069
SIM.CO | 0.197893829
SPNO.CO | 0.250748774
SYDB.CO | 0.323472455
TOP.CO | -0.038106969
TRYG.CO | -0.015084109
VWS.CO | 1.316684003
OSSR.CO | 0.004166429
ORSTED.CO | 1.007563123
AGILC.CO | -0.271249927
ASTGRP.CO | -0.520322672
CONFRZ.CO | 216.2736784
DAC.CO | 0.213814762
EGNETY.CO | 0.18543608
ENALYZ.CO | 1.217935927
ERRIA.CO | 1.112734305
FASTPC.CO | 0.261238189
GREENM.CO | 1.291803564
HAPPY.CO | 0.452500341
HYPE.CO | 0.773967628
JOBNDX.CO | 0.424448987
KONSOL.CO | 1.154212014
NPINV.CO | 0.149113835
ODICO.CO | 0.148555791
SCAPE.CO | -0.505910337
SLXIT.CO | 0.52635828
VIRO.CO | 1.835246516
WATURU.CO | -0.880662775
WIRTEK.CO | 1.446589138
NAS.OL | -0.975011559
KMI | 0.052293229
MSFT | 0.519070155
SPG | 0.380407558
_covmatrix:
| MAERSK-B.CO | ALK-B.CO | ALMB.CO | AMBU-B.CO | CARL-B.CO | CHR.CO | COLO-B.CO | DANSKE.CO | DEMANT.CO | DFDS.CO | DRLCO.CO | DSV.CO | FLS.CO | G4S.CO | GMAB.CO | GN.CO | ISS.CO | JDAN.CO | JYSK.CO | KBHL.CO | LUN.CO | NETC.CO | NDA-DK.CO | NOVO-B.CO | NZYM-B.CO | PNDORA.CO | RILBA.CO | ROCK-B.CO | RBREW.CO | STG.CO | SCHO.CO | SIM.CO | SPNO.CO | SYDB.CO | TOP.CO | TRYG.CO | VWS.CO | OSSR.CO | ORSTED.CO | AGILC.CO | ASTGRP.CO | CONFRZ.CO | DAC.CO | EGNETY.CO | ENALYZ.CO | ERRIA.CO | FASTPC.CO | GREENM.CO | HAPPY.CO | HYPE.CO | JOBNDX.CO | KONSOL.CO | NPINV.CO | ODICO.CO | SCAPE.CO | SLXIT.CO | VIRO.CO | WATURU.CO | WIRTEK.CO | NAS.OL | KMI | MSFT | SPG
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --
MAERSK-B.CO | 0.224360003 | 0.05866456 | 0.057029438 | 0.029701722 | 0.068523405 | 0.033551996 | -0.007626925 | 0.090344373 | 0.059062248 | 0.104598809 | 0.150314121 | 0.104356807 | 0.137675041 | 0.115922294 | 0.049228102 | 0.070089413 | 0.132720585 | 0.094202924 | 0.072145201 | 0.033964563 | 0.059647867 | 0.054776955 | 0.100548982 | 0.026827912 | 0.01387464 | 0.094494052 | 0.061117076 | 0.111532187 | 0.096595766 | 0.039071233 | 0.075358407 | 0.071752712 | 0.07876722 | 0.09029064 | 0.066015437 | 0.057476443 | 0.103307153 | 0.050605525 | 0.057861489 | 0.062742237 | 0.056185369 | -0.029406208 | 0.005258211 | 0.003660194 | 0.013881389 | 0.078860732 | 0.02812496 | 0.057953199 | 0.040307382 | 0.029450451 | 0.022464417 | 0.063528782 | 0.066335833 | 0.121107646 | 0.080856395 | 0.068635527 | 0.050712633 | 0.061711113 | -0.016078881 | 0.117912192 | 0.1296483 | 0.08160594 | 0.152739216
ALK-B.CO | 0.05866456 | 0.167880686 | 0.058702447 | 0.02913735 | 0.03709651 | 0.046149613 | 0.024414851 | 0.052090945 | 0.078337301 | 0.062843831 | 0.05294722 | 0.078345683 | 0.051862499 | 0.089406862 | 0.08600893 | 0.100603954 | 0.063205823 | 0.055021157 | 0.054326034 | 0.024967623 | 0.064888043 | 0.064766367 | 0.066332402 | 0.046262706 | 0.030782867 | 0.056173721 | 0.045670191 | 0.076126502 | 0.072193167 | 0.037041093 | 0.067355587 | 0.052849939 | 0.050637127 | 0.044520818 | 0.04450317 | 0.044296081 | 0.063685039 | 0.036568091 | 0.04033922 | 0.056536358 | 0.068036892 | -0.116036534 | 0.013014712 | 0.010438385 | -0.009367783 | 0.014620985 | 0.019619518 | 0.031294897 | 0.0332257 | 0.078312794 | 0.017492347 | 0.065422776 | 0.034634025 | 0.095170934 | 0.061459356 | 0.041882845 | 0.063984649 | 0.089895306 | 0.014214852 | 0.048559776 | 0.075203902 | 0.060470976 | 0.102946939
ALMB.CO | 0.057029438 | 0.058702447 | 0.103387586 | 0.01862 | 0.038203494 | 0.015379518 | 0.016111219 | 0.050761283 | 0.040774749 | 0.050652633 | 0.079371248 | 0.056592758 | 0.055782356 | 0.085158072 | 0.058563402 | 0.055849337 | 0.052872595 | 0.031723137 | 0.044842653 | 0.019040375 | 0.050329564 | 0.051108971 | 0.068190659 | 0.019923906 | 0.026925366 | 0.0491173 | 0.048407666 | 0.069023949 | 0.057826702 | 0.027409256 | 0.048929421 | 0.037079049 | 0.048302809 | 0.061012424 | 0.061099805 | 0.046624681 | 0.056571089 | 0.033990762 | 0.042074299 | 0.058831523 | 0.059485512 | 0.034812205 | 0.01182528 | 0.010747627 | 0.017561379 | 0.036146093 | 0.031484797 | 0.028975756 | 0.042556875 | 0.049296032 | 0.017167644 | 0.064998946 | 0.043946308 | 0.067184992 | 0.063690323 | 0.05919154 | 0.055240859 | 0.064541862 | 0.011087503 | 0.098805477 | 0.075770573 | 0.052649762 | 0.099878158
AMBU-B.CO | 0.029701722 | 0.02913735 | 0.01862 | 0.32067956 | 0.029837072 | 0.052122929 | 0.054870669 | 0.042933208 | 0.049386316 | -0.0106862 | 0.013894252 | 0.008876498 | 0.037704902 | 0.029379743 | 0.043662123 | 0.051761989 | 0.024037302 | 0.043702563 | 0.006996478 | 0.009209302 | 0.053955623 | 0.008558925 | 0.012274426 | 0.041964708 | 0.050853405 | 0.005106812 | 0.006112624 | 0.034732223 | 0.035123584 | 0.011295295 | 0.015360009 | 0.059931855 | 0.005353932 | 0.014294014 | 0.042684299 | 0.050763357 | 0.041651551 | 0.052631229 | 0.035253955 | 0.039686121 | 0.045199352 | -0.172934576 | -0.017760713 | 0.00455886 | 0.01589238 | 0.00309273 | 0.009910888 | 0.001656674 | 0.039663073 | 0.088298349 | 0.008485152 | 0.084203096 | 0.000789249 | 0.07027213 | 0.040389682 | 0.024261029 | 0.080347842 | 0.027077873 | 0.01989089 | 0.146430865 | -0.03644594 | 0.016873747 | -0.052999178
CARL-B.CO | 0.068523405 | 0.03709651 | 0.038203494 | 0.029837072 | 0.095963502 | 0.009511364 | 0.0118785 | 0.061371823 | 0.054389972 | 0.063064452 | 0.102086057 | 0.053814764 | 0.078065595 | 0.067738011 | 0.036219496 | 0.04766564 | 0.089629504 | 0.01193631 | 0.049168201 | 0.031834334 | 0.052892527 | 0.049199171 | 0.069983937 | 0.03335421 | 0.015133317 | 0.053374928 | 0.044813454 | 0.062869616 | 0.091335693 | 0.032464485 | 0.04993776 | 0.038600268 | 0.045032717 | 0.064249528 | 0.037173236 | 0.038762978 | 0.048134612 | 0.036648842 | 0.04041655 | 0.069882299 | 0.055991792 | 0.244080419 | 0.014954419 | 0.011973677 | 0.000738124 | 0.062866791 | 0.011671656 | 0.047589917 | 0.041529801 | 0.046109884 | 0.018745257 | 0.068564304 | 0.04177141 | 0.073637828 | 0.048708151 | 0.042257003 | 0.049240557 | 0.05645917 | 0.004136647 | 0.073900456 | 0.083842958 | 0.037966928 | 0.125846053
CHR.CO | 0.033551996 | 0.046149613 | 0.015379518 | 0.052122929 | 0.009511364 | 0.100107181 | 0.033346329 | 0.027199423 | 0.040533997 | 0.019428994 | 0.012338951 | 0.018427575 | 0.022268364 | 0.024359734 | 0.044756723 | 0.038265305 | -0.004036652 | 0.042080638 | 0.021655745 | 0.01351554 | 0.034013851 | 0.023916272 | 0.018312819 | 0.032259452 | 0.04507653 | 0.028274295 | 0.013189407 | 0.036255392 | 0.032107176 | 0.020008141 | 0.030460881 | 0.048566926 | 0.023193885 | 0.015617878 | 0.031645281 | 0.033990807 | 0.03336325 | 0.020044182 | 0.032204748 | 0.02905903 | 0.025592615 | -0.063618086 | 0.009907089 | 0.002599677 | 0.010403193 | 0.001223567 | 0.037622255 | 0.012732034 | 0.000364712 | 0.00599726 | 0.007482322 | 0.032822104 | 0.009024336 | 0.04853141 | 0.036469727 | 0.040385364 | 0.027804649 | 0.052272849 | 0.010288034 | 0.106296023 | -6.09719E-05 | 0.041137728 | -0.050293058
COLO-B.CO | -0.007626925 | 0.024414851 | 0.016111219 | 0.054870669 | 0.0118785 | 0.033346329 | 0.083113427 | 0.002977684 | 0.037625317 | -0.004552258 | -0.015663769 | 0.014045441 | 0.000736603 | 0.004841317 | 0.043476895 | 0.034308647 | -0.023626196 | -0.008340415 | 0.001378185 | 0.013142632 | 0.036640526 | 0.02773909 | 0.014781385 | 0.034619701 | 0.026616695 | 0.020645034 | 0.000943449 | 0.01661237 | 0.017671335 | 0.016713957 | 0.0154032 | 0.02062767 | 0.003466181 | -0.003435528 | 0.021105047 | 0.02194886 | 0.018813367 | 0.011669704 | 0.021264278 | 0.022383437 | 0.023304415 | -0.129627692 | 0.004613056 | 0.002444545 | 0.040219733 | 0.023292215 | -0.003552451 | -0.002328547 | 0.023922096 | 0.011337669 | 0.005772164 | 0.033349236 | 0.000420743 | 0.004397364 | 0.0057679 | 0.007716064 | 0.024761334 | 0.012482044 | 0.009045784 | 0.016792474 | -0.007799027 | 0.028819488 | -0.028427736
DANSKE.CO | 0.090344373 | 0.052090945 | 0.050761283 | 0.042933208 | 0.061371823 | 0.027199423 | 0.002977684 | 0.180248327 | 0.077855399 | 0.096877916 | 0.162935231 | 0.047396146 | 0.119900907 | 0.130066138 | 0.040709958 | 0.061576527 | 0.111321899 | 0.086506423 | 0.107137669 | 0.042916442 | 0.073425622 | 0.032511835 | 0.135325522 | 0.014673605 | 0.032518909 | 0.093683441 | 0.065118218 | 0.079330848 | 0.079223685 | 0.029620199 | 0.059454854 | 0.047301036 | 0.078683291 | 0.118451384 | 0.059513804 | 0.05482422 | 0.075156247 | 0.045967662 | 0.036872733 | 0.072718619 | 0.067521501 | 0.36314027 | 0.00550386 | 0.010462185 | -0.004274282 | 0.077449071 | 0.034165584 | 0.041546702 | 0.072962747 | 0.040938654 | 0.019513243 | 0.069747464 | 0.034880654 | 0.113792505 | 0.062607584 | 0.089056892 | 0.065500454 | 0.106562612 | -0.009064491 | 0.179392938 | 0.100593685 | 0.042518692 | 0.167020448
DEMANT.CO | 0.059062248 | 0.078337301 | 0.040774749 | 0.049386316 | 0.054389972 | 0.040533997 | 0.037625317 | 0.077855399 | 0.170068368 | 0.075651762 | 0.083028108 | 0.051073895 | 0.09185703 | 0.091865031 | 0.062228617 | 0.107046758 | 0.072894469 | 0.037584363 | 0.054951787 | 0.038107294 | 0.079709432 | 0.049960875 | 0.078860681 | 0.037572608 | 0.033182323 | 0.086520179 | 0.043130753 | 0.073420003 | 0.088362077 | 0.037848809 | 0.057206725 | 0.062818618 | 0.055002369 | 0.03828933 | 0.050585437 | 0.053201853 | 0.062934413 | 0.04174637 | 0.050965936 | 0.063736317 | 0.076138708 | 0.073843846 | 0.015271149 | 0.016622042 | -0.037676601 | 0.058889099 | -0.000392759 | 0.044585778 | 0.092780155 | 0.020292542 | 0.018236299 | 0.076141358 | 0.029602938 | 0.079111439 | 0.044304218 | 0.05627418 | 0.042358395 | 0.033704704 | 0.000335337 | 0.071681152 | 0.056513334 | 0.058511287 | 0.094722171
DFDS.CO | 0.104598809 | 0.062843831 | 0.050652633 | -0.0106862 | 0.063064452 | 0.019428994 | -0.004552258 | 0.096877916 | 0.075651762 | 0.195942515 | 0.137734548 | 0.071042266 | 0.10675443 | 0.096555572 | 0.031403686 | 0.062171418 | 0.115248646 | 0.076202849 | 0.087176574 | 0.033257011 | 0.056943677 | 0.056332559 | 0.101265324 | 0.021309191 | 0.02136638 | 0.082952317 | 0.070688822 | 0.098746983 | 0.096867547 | 0.035355959 | 0.063773026 | 0.057037608 | 0.087356443 | 0.096787214 | 0.048558203 | 0.049953685 | 0.075704984 | 0.028632196 | 0.035524292 | 0.050601936 | 0.06071939 | 0.356381752 | 0.022591728 | 0.015493485 | 0.02640837 | 0.115808129 | 0.036098985 | 0.050703573 | 0.052129936 | -0.003443272 | 0.026410336 | 0.039389414 | 0.047089008 | 0.078100296 | 0.047789802 | 0.044506903 | 0.04602596 | 0.10296903 | 0.010857617 | 0.089240426 | 0.093665998 | 0.041884721 | 0.169698937
DRLCO.CO | 0.150314121 | 0.05294722 | 0.079371248 | 0.013894252 | 0.102086057 | 0.012338951 | -0.015663769 | 0.162935231 | 0.083028108 | 0.137734548 | 0.455277853 | 0.105278564 | 0.190193267 | 0.178789338 | 0.064337293 | 0.076917032 | 0.1979838 | 0.119453678 | 0.114226587 | 0.055311557 | 0.08561363 | 0.085957098 | 0.16577989 | 0.018313576 | 0.03745346 | 0.137913264 | 0.104034074 | 0.127005876 | 0.119886067 | 0.06487849 | 0.092173639 | 0.070377558 | 0.09672551 | 0.156371883 | 0.083900344 | 0.066980393 | 0.127373424 | 0.066713428 | 0.05918794 | 0.101989407 | 0.12094492 | 0.334728449 | 0.035296655 | 0.021880004 | -0.088693246 | 0.133928676 | 0.069103783 | 0.07363294 | 0.078815439 | 0.06072782 | 0.033010391 | 0.100883644 | 0.10784381 | 0.107834874 | 0.091177538 | 0.118486764 | 0.072869583 | 0.096609017 | -0.016400953 | 0.175388787 | 0.213795834 | 0.072387138 | 0.249966119
DSV.CO | 0.104356807 | 0.078345683 | 0.056592758 | 0.008876498 | 0.053814764 | 0.018427575 | 0.014045441 | 0.047396146 | 0.051073895 | 0.071042266 | 0.105278564 | 0.152746603 | 0.089544868 | 0.086639704 | 0.075415693 | 0.086030149 | 0.070789675 | 0.047279874 | 0.048923579 | 0.017856163 | 0.046137591 | 0.089545365 | 0.071571914 | 0.047218834 | 0.017936728 | 0.064597884 | 0.053022918 | 0.11432806 | 0.083693763 | 0.044139587 | 0.064765262 | 0.069913268 | 0.055284718 | 0.062392203 | 0.043918046 | 0.041360055 | 0.103722547 | 0.036384784 | 0.059302874 | 0.062954885 | 0.061265613 | -0.137045636 | 0.012688883 | 0.009293095 | 0.006867686 | 0.044245236 | 0.012282732 | 0.036889731 | 0.030336994 | 0.050402858 | 0.013526145 | 0.088198707 | 0.091217754 | 0.077518701 | 0.048086242 | 0.0476088 | 0.062921258 | 0.083216354 | 0.009943129 | 0.015204427 | 0.112916178 | 0.070910627 | 0.100678814
FLS.CO | 0.137675041 | 0.051862499 | 0.055782356 | 0.037704902 | 0.078065595 | 0.022268364 | 0.000736603 | 0.119900907 | 0.09185703 | 0.10675443 | 0.190193267 | 0.089544868 | 0.236489603 | 0.13744772 | 0.036211783 | 0.074863438 | 0.159008358 | 0.102159627 | 0.094409632 | 0.035193194 | 0.07427255 | 0.047227182 | 0.122125029 | 0.02608226 | 0.025233244 | 0.109248743 | 0.07878209 | 0.113338382 | 0.099304099 | 0.048534065 | 0.075024508 | 0.078409467 | 0.080040035 | 0.10467061 | 0.05634124 | 0.055794923 | 0.097788921 | 0.06244582 | 0.049313225 | 0.085807179 | 0.062437268 | 0.210030763 | -0.005505657 | 0.014095052 | -0.039097332 | 0.090704754 | 0.012837022 | 0.061679322 | 0.028750757 | 0.045059411 | 0.029853221 | 0.097802546 | 0.057456659 | 0.120237854 | 0.074915157 | 0.072297557 | 0.053207134 | 0.066385771 | 0.011182641 | 0.068234477 | 0.112163054 | 0.059722371 | 0.164089217
G4S.CO | 0.115922294 | 0.089406862 | 0.085158072 | 0.029379743 | 0.067738011 | 0.024359734 | 0.004841317 | 0.130066138 | 0.091865031 | 0.096555572 | 0.178789338 | 0.086639704 | 0.13744772 | 0.403743711 | 0.055727608 | 0.093765102 | 0.11429547 | 0.14275082 | 0.087125737 | 0.040417216 | 0.085427505 | 0.061025198 | 0.140147281 | 0.022987381 | 0.033399607 | 0.102760805 | 0.076731532 | 0.108973822 | 0.091834562 | 0.036658553 | 0.091943061 | 0.053521235 | 0.082100222 | 0.10311519 | 0.072010786 | 0.068021874 | 0.104406762 | 0.061367024 | 0.049438576 | 0.064819426 | 0.100020493 | 0.097755763 | -0.006185663 | 0.011872015 | -0.051133842 | 0.031571127 | 0.041696063 | 0.060100369 | 0.075876728 | 0.090811961 | 0.037317958 | 0.055659538 | 0.035054511 | 0.122837612 | 0.085602972 | 0.05197472 | 0.084037178 | 0.028946464 | 0.022415604 | 0.105193083 | 0.133699759 | 0.058427181 | 0.242881164
GMAB.CO | 0.049228102 | 0.08600893 | 0.058563402 | 0.043662123 | 0.036219496 | 0.044756723 | 0.043476895 | 0.040709958 | 0.062228617 | 0.031403686 | 0.064337293 | 0.075415693 | 0.036211783 | 0.055727608 | 0.152398983 | 0.079885916 | 0.040492115 | 0.039028659 | 0.04033739 | 0.030798523 | 0.059471421 | 0.084227044 | 0.059457891 | 0.051206667 | 0.039173371 | 0.060955411 | 0.038753229 | 0.075237827 | 0.070822839 | 0.040651684 | 0.056358589 | 0.061711538 | 0.038174847 | 0.047128011 | 0.05070101 | 0.044611857 | 0.077721728 | 0.036972919 | 0.058395669 | 0.057335803 | 0.08507079 | -0.188098468 | 0.009016859 | 0.011670103 | -0.023898931 | 0.046015801 | 0.021022369 | 0.022803976 | 0.040907511 | 0.052870836 | 0.017016448 | 0.095717263 | 0.061355439 | 0.058965368 | 0.052761702 | 0.050100248 | 0.055226499 | 0.077339744 | 0.024576226 | 0.089072483 | 0.079576095 | 0.073239368 | 0.064338817
GN.CO | 0.070089413 | 0.100603954 | 0.055849337 | 0.051761989 | 0.04766564 | 0.038265305 | 0.034308647 | 0.061576527 | 0.107046758 | 0.062171418 | 0.076917032 | 0.086030149 | 0.074863438 | 0.093765102 | 0.079885916 | 0.161414124 | 0.045342109 | 0.072509331 | 0.044328933 | 0.033271005 | 0.077423812 | 0.071685936 | 0.068143051 | 0.052834948 | 0.037095465 | 0.085175852 | 0.039899005 | 0.087315384 | 0.092340834 | 0.042171155 | 0.063399437 | 0.071255318 | 0.049035171 | 0.039625069 | 0.042263466 | 0.03996819 | 0.076504255 | 0.040785197 | 0.050691878 | 0.051314735 | 0.076736975 | -0.234826931 | 0.010136479 | 0.011370108 | 0.023295367 | 0.055380801 | 0.022538445 | 0.041063036 | 0.063722705 | 0.058043393 | 0.018744407 | 0.085986947 | 0.046763112 | 0.082291312 | 0.068272128 | 0.061672174 | 0.041035872 | 0.087977966 | 0.020922537 | 0.058271448 | 0.070353445 | 0.049610366 | 0.073613252
ISS.CO | 0.132720585 | 0.063205823 | 0.052872595 | 0.024037302 | 0.089629504 | -0.004036652 | -0.023626196 | 0.111321899 | 0.072894469 | 0.115248646 | 0.1979838 | 0.070789675 | 0.159008358 | 0.11429547 | 0.040492115 | 0.045342109 | 0.338392833 | 0.069896866 | 0.098131036 | 0.025440663 | 0.051458131 | 0.053097808 | 0.126204947 | 0.004581413 | 0.003551462 | 0.098264015 | 0.077361974 | 0.11058505 | 0.092140337 | 0.035371937 | 0.066349519 | 0.052840354 | 0.065222645 | 0.116386052 | 0.046084238 | 0.031120835 | 0.088551289 | 0.043560799 | 0.040233485 | 0.057230602 | 0.045767254 | 0.408400544 | 0.015409384 | 0.017339213 | -0.001725525 | 0.056687901 | 0.02685611 | 0.0797138 | 0.03313954 | 0.035822501 | 0.016552 | 0.044864773 | 0.071059204 | 0.114883267 | 0.059804129 | 0.063074983 | 0.029580208 | 0.065961639 | 0.002480121 | 0.054190953 | 0.132161164 | 0.030892458 | 0.236152813
JDAN.CO | 0.094202924 | 0.055021157 | 0.031723137 | 0.043702563 | 0.01193631 | 0.042080638 | -0.008340415 | 0.086506423 | 0.037584363 | 0.076202849 | 0.119453678 | 0.047279874 | 0.102159627 | 0.14275082 | 0.039028659 | 0.072509331 | 0.069896866 | 0.771986949 | 0.026116063 | 0.036189294 | 0.033592231 | 0.009704524 | 0.088258574 | 0.013062847 | 0.050046582 | 0.107034913 | 0.038548774 | 0.096901034 | 0.069884842 | 0.040547316 | 0.04791298 | 0.026751473 | 0.025577302 | 0.040729138 | 0.027697282 | 0.024329869 | 0.074731061 | 0.021536023 | 0.041566268 | 0.076273055 | 0.079742691 | 0.235332665 | 0.064792743 | 0.008749454 | 0.065983851 | 0.006892463 | 0.071326587 | 0.017776853 | 0.033733871 | 0.061058299 | 0.043112934 | 0.052521239 | 0.018951528 | 0.07634191 | 0.081753417 | 0.053332249 | -0.07435456 | 0.015027496 | 0.020662335 | -0.058927314 | 0.090950831 | 0.017835495 | 0.110970051
JYSK.CO | 0.072145201 | 0.054326034 | 0.044842653 | 0.006996478 | 0.049168201 | 0.021655745 | 0.001378185 | 0.107137669 | 0.054951787 | 0.087176574 | 0.114226587 | 0.048923579 | 0.094409632 | 0.087125737 | 0.04033739 | 0.044328933 | 0.098131036 | 0.026116063 | 0.124133912 | 0.028634201 | 0.053012318 | 0.033858456 | 0.101447301 | 0.016533438 | 0.021825034 | 0.06996594 | 0.062044237 | 0.064382569 | 0.056351219 | 0.029860315 | 0.053716865 | 0.037771995 | 0.075214853 | 0.105972862 | 0.046356015 | 0.042404547 | 0.059786348 | 0.032331314 | 0.028309754 | 0.050013685 | 0.039898801 | 0.240812325 | 0.012194642 | 0.009475171 | -0.021443092 | 0.074612647 | 0.02617211 | 0.051512311 | 0.050225681 | 0.031964095 | 0.013280792 | 0.051034598 | 0.07449484 | 0.079020903 | 0.048723242 | 0.03757102 | 0.046946918 | 0.054590911 | 0.002629855 | 0.13018204 | 0.089003986 | 0.032000082 | 0.142896995
KBHL.CO | 0.033964563 | 0.024967623 | 0.019040375 | 0.009209302 | 0.031834334 | 0.01351554 | 0.013142632 | 0.042916442 | 0.038107294 | 0.033257011 | 0.055311557 | 0.017856163 | 0.035193194 | 0.040417216 | 0.030798523 | 0.033271005 | 0.025440663 | 0.036189294 | 0.028634201 | 0.131656873 | 0.035442216 | 0.025856362 | 0.035701563 | 0.017137896 | 0.00607714 | 0.038731367 | 0.024780498 | 0.021405687 | 0.044917619 | 0.022325653 | 0.028648107 | 0.023284109 | 0.019225096 | 0.030559643 | 0.025293942 | 0.021904443 | 0.027283271 | 0.036502634 | 0.021693721 | 0.031298435 | 0.055900821 | 0.205626323 | 0.01407143 | 0.007489143 | -0.030584371 | 0.004514288 | 0.013716297 | 0.029060754 | 0.049978466 | 0.018826154 | 0.013624635 | 0.030851797 | 0.042169102 | 0.044551801 | 0.026248299 | 0.034672338 | 0.033826584 | 0.013763736 | -0.005757605 | 0.122927028 | 0.04432375 | 0.014993034 | 0.029027515
LUN.CO | 0.059647867 | 0.064888043 | 0.050329564 | 0.053955623 | 0.052892527 | 0.034013851 | 0.036640526 | 0.073425622 | 0.079709432 | 0.056943677 | 0.08561363 | 0.046137591 | 0.07427255 | 0.085427505 | 0.059471421 | 0.077423812 | 0.051458131 | 0.033592231 | 0.053012318 | 0.035442216 | 0.135706861 | 0.032459458 | 0.073865873 | 0.042071348 | 0.040138156 | 0.082770498 | 0.038712516 | 0.059219412 | 0.06585846 | 0.041111214 | 0.051766559 | 0.04882875 | 0.050137172 | 0.051681084 | 0.06258755 | 0.056172556 | 0.054796595 | 0.045965487 | 0.038293013 | 0.066638448 | 0.078379625 | 0.073554149 | -0.002904638 | 0.006383633 | 0.006335708 | 0.056869906 | 0.019177121 | 0.032100691 | 0.070433632 | 0.101846431 | 0.022512631 | 0.08116948 | 0.03434668 | 0.080154343 | 0.05172747 | 0.028512773 | 0.075804498 | 0.045229863 | 0.012793505 | 0.147882663 | 0.063487215 | 0.049871488 | 0.090384903
NETC.CO | 0.054776955 | 0.064766367 | 0.051108971 | 0.008558925 | 0.049199171 | 0.023916272 | 0.02773909 | 0.032511835 | 0.049960875 | 0.056332559 | 0.085957098 | 0.089545365 | 0.047227182 | 0.061025198 | 0.084227044 | 0.071685936 | 0.053097808 | 0.009704524 | 0.033858456 | 0.025856362 | 0.032459458 | 0.201193658 | 0.059202532 | 0.045911872 | 0.022723678 | 0.05470697 | 0.046396691 | 0.091615147 | 0.071384712 | 0.039054182 | 0.061227355 | 0.060550815 | 0.036830543 | 0.05214941 | 0.029910611 | 0.025496216 | 0.068887395 | 0.028606678 | 0.056454561 | 0.055108776 | 0.066877993 | -0.037685589 | 0.033513593 | 0.017352299 | -0.030543543 | -0.006075285 | 0.03294636 | 0.065465424 | 0.044246034 | 0.042247141 | 0.011485135 | 0.04223651 | 0.076604848 | 0.042660925 | 0.064867096 | 0.068102939 | 0.031171604 | 0.110146352 | 0.038049522 | 0.013782941 | 0.090304582 | 0.053323204 | 0.052969928
NDA-DK.CO | 0.100548982 | 0.066332402 | 0.068190659 | 0.012274426 | 0.069983937 | 0.018312819 | 0.014781385 | 0.135325522 | 0.078860681 | 0.101265324 | 0.16577989 | 0.071571914 | 0.122125029 | 0.140147281 | 0.059457891 | 0.068143051 | 0.126204947 | 0.088258574 | 0.101447301 | 0.035701563 | 0.073865873 | 0.059202532 | 0.164582584 | 0.019271821 | 0.033456361 | 0.104532716 | 0.072993113 | 0.094209359 | 0.084557117 | 0.04950082 | 0.073476896 | 0.041159097 | 0.081169352 | 0.116046829 | 0.060222317 | 0.058070135 | 0.078906126 | 0.044538493 | 0.041796369 | 0.094329429 | 0.085833002 | 0.263802536 | 0.01471305 | 0.015398999 | 0.015204149 | 0.083326266 | 0.03610817 | 0.056064572 | 0.072480129 | 0.05334417 | 0.026187704 | 0.068208487 | 0.099643313 | 0.100480022 | 0.064655072 | 0.087862895 | 0.063506215 | 0.107869044 | -0.002486867 | 0.110060889 | 0.129494111 | 0.05581794 | 0.222039326
NOVO-B.CO | 0.026827912 | 0.046262706 | 0.019923906 | 0.041964708 | 0.03335421 | 0.032259452 | 0.034619701 | 0.014673605 | 0.037572608 | 0.021309191 | 0.018313576 | 0.047218834 | 0.02608226 | 0.022987381 | 0.051206667 | 0.052834948 | 0.004581413 | 0.013062847 | 0.016533438 | 0.017137896 | 0.042071348 | 0.045911872 | 0.019271821 | 0.067747929 | 0.029964778 | 0.035030896 | 0.017306022 | 0.040276111 | 0.047279874 | 0.027974073 | 0.032253619 | 0.042262734 | 0.024720549 | 0.012315138 | 0.024865747 | 0.026432013 | 0.038223488 | 0.023628858 | 0.036658591 | 0.040260567 | 0.043144763 | -0.116771751 | 0.008950245 | 0.006249181 | 0.018726202 | 0.03075701 | -0.002968133 | 0.015326802 | 0.013034269 | 0.044429985 | 0.011910381 | 0.048730852 | 0.044939825 | 0.039351173 | 0.027490616 | 0.029080635 | 0.035067067 | 0.03837256 | 0.016334818 | 0.039071691 | 0.015323168 | 0.034169898 | -0.00868344
NZYM-B.CO | 0.01387464 | 0.030782867 | 0.026925366 | 0.050853405 | 0.015133317 | 0.04507653 | 0.026616695 | 0.032518909 | 0.033182323 | 0.02136638 | 0.03745346 | 0.017936728 | 0.025233244 | 0.033399607 | 0.039173371 | 0.037095465 | 0.003551462 | 0.050046582 | 0.021825034 | 0.00607714 | 0.040138156 | 0.022723678 | 0.033456361 | 0.029964778 | 0.089295214 | 0.041995526 | 0.016323602 | 0.040034328 | 0.028465957 | 0.020239311 | 0.022120337 | 0.034467252 | 0.018797274 | 0.018217502 | 0.028418369 | 0.027980628 | 0.035727474 | 0.018665526 | 0.025133958 | 0.030588247 | 0.027227295 | -0.133655206 | 0.014425611 | 0.006050315 | 0.001967088 | 0.053204004 | 0.021044758 | 0.00994793 | 0.010714524 | 0.046233701 | 0.011432594 | 0.02598589 | 0.034108564 | 0.041991835 | 0.032542041 | 0.029162515 | 0.029747191 | 0.059636186 | 0.006905193 | 0.067746707 | 0.002193321 | 0.020842185 | -0.0073714
PNDORA.CO | 0.094494052 | 0.056173721 | 0.0491173 | 0.005106812 | 0.053374928 | 0.028274295 | 0.020645034 | 0.093683441 | 0.086520179 | 0.082952317 | 0.137913264 | 0.064597884 | 0.109248743 | 0.102760805 | 0.060955411 | 0.085175852 | 0.098264015 | 0.107034913 | 0.06996594 | 0.038731367 | 0.082770498 | 0.05470697 | 0.104532716 | 0.035030896 | 0.041995526 | 0.258546487 | 0.058071198 | 0.087610703 | 0.079238184 | 0.049333548 | 0.063394902 | 0.066990081 | 0.07656712 | 0.065576574 | 0.056400816 | 0.039724137 | 0.083501269 | 0.040418859 | 0.048922028 | 0.090838379 | 0.061312542 | 0.133590326 | 0.00295484 | 0.004318701 | -0.040005824 | 0.073327145 | 0.052744108 | 0.049038211 | 0.065241364 | 0.005130256 | 0.034776996 | 0.059340002 | 0.039562162 | 0.075820612 | 0.048727505 | 0.030823054 | 0.052764134 | 0.032649915 | 0.020105101 | 0.03221763 | 0.077129282 | 0.049960344 | 0.107628876
RILBA.CO | 0.061117076 | 0.045670191 | 0.048407666 | 0.006112624 | 0.044813454 | 0.013189407 | 0.000943449 | 0.065118218 | 0.043130753 | 0.070688822 | 0.104034074 | 0.053022918 | 0.07878209 | 0.076731532 | 0.038753229 | 0.039899005 | 0.077361974 | 0.038548774 | 0.062044237 | 0.024780498 | 0.038712516 | 0.046396691 | 0.072993113 | 0.017306022 | 0.016323602 | 0.058071198 | 0.079519268 | 0.066077314 | 0.065425445 | 0.033961294 | 0.046855731 | 0.039318405 | 0.055698698 | 0.081340205 | 0.040677176 | 0.033179158 | 0.060203378 | 0.031897315 | 0.038682608 | 0.060148628 | 0.053696937 | 0.161375977 | 0.015063294 | 0.012826176 | -0.011658418 | 0.052052916 | 0.02131412 | 0.021218911 | 0.046592417 | 0.029785604 | 0.013537355 | 0.051986652 | 0.070842601 | 0.064645327 | 0.048733628 | 0.048992255 | 0.047805871 | 0.051343241 | 0.00543859 | 0.09049511 | 0.085790981 | 0.036819721 | 0.113993787
ROCK-B.CO | 0.111532187 | 0.076126502 | 0.069023949 | 0.034732223 | 0.062869616 | 0.036255392 | 0.01661237 | 0.079330848 | 0.073420003 | 0.098746983 | 0.127005876 | 0.11432806 | 0.113338382 | 0.108973822 | 0.075237827 | 0.087315384 | 0.11058505 | 0.096901034 | 0.064382569 | 0.021405687 | 0.059219412 | 0.091615147 | 0.094209359 | 0.040276111 | 0.040034328 | 0.087610703 | 0.066077314 | 0.180956026 | 0.097028035 | 0.054300103 | 0.075901393 | 0.081071269 | 0.072803313 | 0.072650262 | 0.065634212 | 0.064152378 | 0.113030161 | 0.044716048 | 0.0757317 | 0.079517133 | 0.067679556 | -0.036966269 | 0.029059599 | 0.014878388 | 0.002392207 | 0.071901166 | 0.032301441 | 0.053474509 | 0.051959815 | 0.058519102 | 0.030486719 | 0.09754816 | 0.079441216 | 0.099354 | 0.064572962 | 0.082033947 | 0.042434524 | 0.084173887 | 0.032702665 | 0.038736812 | 0.119279384 | 0.079243629 | 0.136756338
RBREW.CO | 0.096595766 | 0.072193167 | 0.057826702 | 0.035123584 | 0.091335693 | 0.032107176 | 0.017671335 | 0.079223685 | 0.088362077 | 0.096867547 | 0.119886067 | 0.083693763 | 0.099304099 | 0.091834562 | 0.070822839 | 0.092340834 | 0.092140337 | 0.069884842 | 0.056351219 | 0.044917619 | 0.06585846 | 0.071384712 | 0.084557117 | 0.047279874 | 0.028465957 | 0.079238184 | 0.065425445 | 0.097028035 | 0.17498669 | 0.040853257 | 0.070807117 | 0.079968989 | 0.063955302 | 0.081788963 | 0.053953927 | 0.050975788 | 0.078311368 | 0.050094147 | 0.070428721 | 0.097258048 | 0.091938759 | 0.14497628 | 0.023182347 | 0.021104893 | 0.008533728 | 0.11962973 | 0.035240315 | 0.052596723 | 0.059575577 | 0.049993158 | 0.024760505 | 0.097448937 | 0.057959132 | 0.097563397 | 0.079006055 | 0.084924836 | 0.060980243 | 0.104624483 | 0.010822034 | 0.107667683 | 0.092927811 | 0.068071468 | 0.112486305
STG.CO | 0.039071233 | 0.037041093 | 0.027409256 | 0.011295295 | 0.032464485 | 0.020008141 | 0.016713957 | 0.029620199 | 0.037848809 | 0.035355959 | 0.06487849 | 0.044139587 | 0.048534065 | 0.036658553 | 0.040651684 | 0.042171155 | 0.035371937 | 0.040547316 | 0.029860315 | 0.022325653 | 0.041111214 | 0.039054182 | 0.04950082 | 0.027974073 | 0.020239311 | 0.049333548 | 0.033961294 | 0.054300103 | 0.040853257 | 0.087310397 | 0.041905152 | 0.031290754 | 0.031845544 | 0.03494905 | 0.031164457 | 0.021488386 | 0.038366058 | 0.02558037 | 0.034711809 | 0.04762512 | 0.065376642 | -0.042351141 | 0.015168694 | 0.004961547 | 0.005676836 | 0.00988791 | 0.008539709 | 0.026449394 | 0.02017907 | 0.03317225 | 0.020955853 | 0.069265199 | 0.043589345 | 0.052596554 | 0.039797696 | 0.019125561 | 0.02469746 | 0.044464168 | 0.01473896 | 0.022440752 | 0.05134425 | 0.024504397 | 0.047010184
SCHO.CO | 0.075358407 | 0.067355587 | 0.048929421 | 0.015360009 | 0.04993776 | 0.030460881 | 0.0154032 | 0.059454854 | 0.057206725 | 0.063773026 | 0.092173639 | 0.064765262 | 0.075024508 | 0.091943061 | 0.056358589 | 0.063399437 | 0.066349519 | 0.04791298 | 0.053716865 | 0.028648107 | 0.051766559 | 0.061227355 | 0.073476896 | 0.032253619 | 0.022120337 | 0.063394902 | 0.046855731 | 0.075901393 | 0.070807117 | 0.041905152 | 0.095505001 | 0.054494351 | 0.05637776 | 0.058382484 | 0.047348595 | 0.045387354 | 0.067584944 | 0.039239538 | 0.044928008 | 0.06029921 | 0.063444642 | 0.077873957 | 0.018713954 | 0.010209879 | -0.002124376 | 0.040377266 | 0.025463 | 0.039422969 | 0.03699692 | 0.05031262 | 0.020656834 | 0.064288652 | 0.052510891 | 0.0772864 | 0.044979037 | 0.065480511 | 0.047718407 | 0.066363823 | 0.017299612 | 0.025354987 | 0.086724117 | 0.050650438 | 0.110960134
SIM.CO | 0.071752712 | 0.052849939 | 0.037079049 | 0.059931855 | 0.038600268 | 0.048566926 | 0.02062767 | 0.047301036 | 0.062818618 | 0.057037608 | 0.070377558 | 0.069913268 | 0.078409467 | 0.053521235 | 0.061711538 | 0.071255318 | 0.052840354 | 0.026751473 | 0.037771995 | 0.023284109 | 0.04882875 | 0.060550815 | 0.041159097 | 0.042262734 | 0.034467252 | 0.066990081 | 0.039318405 | 0.081071269 | 0.079968989 | 0.031290754 | 0.054494351 | 0.126827363 | 0.045435251 | 0.04178648 | 0.046461494 | 0.045612841 | 0.074675885 | 0.049802812 | 0.061216288 | 0.046376751 | 0.038352522 | -0.117052759 | -0.002599385 | 0.00922584 | -0.014162385 | 0.041523336 | 0.027955291 | 0.034309998 | 0.026868845 | -0.006471294 | 0.020623675 | 0.085922764 | 0.043776426 | 0.066425863 | 0.048293074 | 0.047324318 | 0.043583066 | 0.044518582 | -0.001736154 | 0.078642422 | 0.034783468 | 0.05069385 | -0.001341067
SPNO.CO | 0.07876722 | 0.050637127 | 0.048302809 | 0.005353932 | 0.045032717 | 0.023193885 | 0.003466181 | 0.078683291 | 0.055002369 | 0.087356443 | 0.09672551 | 0.055284718 | 0.080040035 | 0.082100222 | 0.038174847 | 0.049035171 | 0.065222645 | 0.025577302 | 0.075214853 | 0.019225096 | 0.050137172 | 0.036830543 | 0.081169352 | 0.024720549 | 0.018797274 | 0.07656712 | 0.055698698 | 0.072803313 | 0.063955302 | 0.031845544 | 0.05637776 | 0.045435251 | 0.109042936 | 0.080055141 | 0.05034456 | 0.050172571 | 0.066329647 | 0.035576928 | 0.044889231 | 0.056206324 | 0.05719353 | 0.1842037 | 0.01911235 | 0.009795822 | 0.007549141 | 0.085411248 | 0.035282872 | 0.035438895 | 0.052300757 | 0.02745073 | 0.02206515 | 0.059617121 | 0.054990776 | 0.078544175 | 0.057406334 | 0.05908223 | 0.074458294 | 0.080191029 | 0.010506219 | 0.083625858 | 0.092886984 | 0.05630433 | 0.129818915
SYDB.CO | 0.09029064 | 0.044520818 | 0.061012424 | 0.014294014 | 0.064249528 | 0.015617878 | -0.003435528 | 0.118451384 | 0.03828933 | 0.096787214 | 0.156371883 | 0.062392203 | 0.10467061 | 0.10311519 | 0.047128011 | 0.039625069 | 0.116386052 | 0.040729138 | 0.105972862 | 0.030559643 | 0.051681084 | 0.05214941 | 0.116046829 | 0.012315138 | 0.018217502 | 0.065576574 | 0.081340205 | 0.072650262 | 0.081788963 | 0.03494905 | 0.058382484 | 0.04178648 | 0.080055141 | 0.175193603 | 0.052307984 | 0.047879184 | 0.071186234 | 0.03464528 | 0.045319891 | 0.077810428 | 0.070467786 | 0.294699763 | 0.017412254 | 0.013462798 | -0.004653548 | 0.072778021 | 0.02687337 | 0.044692252 | 0.049422049 | 0.028088455 | 0.008851255 | 0.044739069 | 0.098552651 | 0.084359674 | 0.067130005 | 0.063133513 | 0.054629874 | 0.093330734 | 0.011138062 | 0.159824982 | 0.127536207 | 0.047217935 | 0.16496706
TOP.CO | 0.066015437 | 0.04450317 | 0.061099805 | 0.042684299 | 0.037173236 | 0.031645281 | 0.021105047 | 0.059513804 | 0.050585437 | 0.048558203 | 0.083900344 | 0.043918046 | 0.05634124 | 0.072010786 | 0.05070101 | 0.042263466 | 0.046084238 | 0.027697282 | 0.046356015 | 0.025293942 | 0.06258755 | 0.029910611 | 0.060222317 | 0.024865747 | 0.028418369 | 0.056400816 | 0.040677176 | 0.065634212 | 0.053953927 | 0.031164457 | 0.047348595 | 0.046461494 | 0.05034456 | 0.052307984 | 0.111930649 | 0.074924845 | 0.052110337 | 0.031963594 | 0.040440474 | 0.055489542 | 0.064302973 | 0.015157208 | -0.000560263 | 0.007142836 | -0.010871206 | 0.071662003 | 0.022023033 | 0.016140682 | 0.046902229 | 0.039466325 | 0.019561882 | 0.068080774 | 0.053722823 | 0.072946403 | 0.061248425 | 0.059114323 | 0.072230723 | 0.053466645 | -0.000649941 | 0.119088716 | 0.063584632 | 0.06512678 | 0.083837982
TRYG.CO | 0.057476443 | 0.044296081 | 0.046624681 | 0.050763357 | 0.038762978 | 0.033990807 | 0.02194886 | 0.05482422 | 0.053201853 | 0.049953685 | 0.066980393 | 0.041360055 | 0.055794923 | 0.068021874 | 0.044611857 | 0.03996819 | 0.031120835 | 0.024329869 | 0.042404547 | 0.021904443 | 0.056172556 | 0.025496216 | 0.058070135 | 0.026432013 | 0.027980628 | 0.039724137 | 0.033179158 | 0.064152378 | 0.050975788 | 0.021488386 | 0.045387354 | 0.045612841 | 0.050172571 | 0.047879184 | 0.074924845 | 0.095918019 | 0.046172093 | 0.033389161 | 0.044040013 | 0.062921913 | 0.063627946 | 0.073980817 | 0.005803232 | 0.009194574 | 0.006629844 | 0.069311707 | 0.026069239 | 0.028795733 | 0.043967891 | 0.03990508 | 0.015770245 | 0.055044292 | 0.05467558 | 0.080666937 | 0.047742121 | 0.052747858 | 0.069638928 | 0.055690333 | 0.005775328 | 0.119635827 | 0.056426969 | 0.062912172 | 0.085967083
VWS.CO | 0.103307153 | 0.063685039 | 0.056571089 | 0.041651551 | 0.048134612 | 0.03336325 | 0.018813367 | 0.075156247 | 0.062934413 | 0.075704984 | 0.127373424 | 0.103722547 | 0.097788921 | 0.104406762 | 0.077721728 | 0.076504255 | 0.088551289 | 0.074731061 | 0.059786348 | 0.027283271 | 0.054796595 | 0.068887395 | 0.078906126 | 0.038223488 | 0.035727474 | 0.083501269 | 0.060203378 | 0.113030161 | 0.078311368 | 0.038366058 | 0.067584944 | 0.074675885 | 0.066329647 | 0.071186234 | 0.052110337 | 0.046172093 | 0.173409427 | 0.046772454 | 0.082998064 | 0.059009966 | 0.049425809 | -0.036001831 | 0.003823668 | 0.00927572 | 0.012542489 | 0.062011792 | 0.016280169 | 0.03539854 | 0.037117669 | 0.049581907 | 0.0120366 | 0.075446666 | 0.045987011 | 0.066555205 | 0.058924002 | 0.057672881 | 0.054262204 | 0.074750485 | 0.014666943 | 0.096079014 | 0.105562457 | 0.051501445 | 0.104895855
OSSR.CO | 0.050605525 | 0.036568091 | 0.033990762 | 0.052631229 | 0.036648842 | 0.020044182 | 0.011669704 | 0.045967662 | 0.04174637 | 0.028632196 | 0.066713428 | 0.036384784 | 0.06244582 | 0.061367024 | 0.036972919 | 0.040785197 | 0.043560799 | 0.021536023 | 0.032331314 | 0.036502634 | 0.045965487 | 0.028606678 | 0.044538493 | 0.023628858 | 0.018665526 | 0.040418859 | 0.031897315 | 0.044716048 | 0.050094147 | 0.02558037 | 0.039239538 | 0.049802812 | 0.035576928 | 0.03464528 | 0.031963594 | 0.033389161 | 0.046772454 | 0.095478127 | 0.034042803 | 0.058333183 | 0.055229207 | 0.0394391 | -0.001658648 | 0.004840898 | -0.017460117 | 0.043733737 | 0.028442721 | 0.030165715 | 0.058574974 | 0.043901419 | 0.017142692 | 0.057146778 | 0.023217629 | 0.077214699 | 0.043501369 | 0.027617798 | 0.039932003 | 0.00671341 | -0.006519175 | 0.060571735 | 0.044346206 | 0.02880983 | 0.045899154
ORSTED.CO | 0.057861489 | 0.04033922 | 0.042074299 | 0.035253955 | 0.04041655 | 0.032204748 | 0.021264278 | 0.036872733 | 0.050965936 | 0.035524292 | 0.05918794 | 0.059302874 | 0.049313225 | 0.049438576 | 0.058395669 | 0.050691878 | 0.040233485 | 0.041566268 | 0.028309754 | 0.021693721 | 0.038293013 | 0.056454561 | 0.041796369 | 0.036658591 | 0.025133958 | 0.048922028 | 0.038682608 | 0.0757317 | 0.070428721 | 0.034711809 | 0.044928008 | 0.061216288 | 0.044889231 | 0.045319891 | 0.040440474 | 0.044040013 | 0.082998064 | 0.034042803 | 0.110953703 | 0.051417827 | 0.057805748 | 0.045991719 | 0.009665366 | 0.008536139 | -0.00202336 | 0.033822801 | 0.00655096 | 0.042229375 | 0.016117874 | 0.012628323 | 0.01762678 | 0.057815538 | 0.035839392 | 0.055058039 | 0.055847347 | 0.04856342 | 0.035716009 | 0.04654269 | 0.013734379 | 0.0223259 | 0.066267646 | 0.051085842 | 0.046491961
AGILC.CO | 0.062742237 | 0.056536358 | 0.058831523 | 0.039686121 | 0.069882299 | 0.02905903 | 0.022383437 | 0.072718619 | 0.063736317 | 0.050601936 | 0.101989407 | 0.062954885 | 0.085807179 | 0.064819426 | 0.057335803 | 0.051314735 | 0.057230602 | 0.076273055 | 0.050013685 | 0.031298435 | 0.066638448 | 0.055108776 | 0.094329429 | 0.040260567 | 0.030588247 | 0.090838379 | 0.060148628 | 0.079517133 | 0.097258048 | 0.04762512 | 0.06029921 | 0.046376751 | 0.056206324 | 0.077810428 | 0.055489542 | 0.062921913 | 0.059009966 | 0.058333183 | 0.051417827 | 0.333725731 | 0.117173395 | 0.159928648 | 0.024687757 | 0.027587112 | 0.019032685 | 0.097007495 | 0.046466422 | 0.051856164 | 0.069791278 | 0.085927402 | 0.020803458 | 0.08885484 | 0.087015875 | 0.080081278 | 0.067332349 | 0.079648109 | 0.105165919 | 0.072854016 | -0.003584996 | 0.045037165 | 0.081516127 | 0.04770696 | 0.090044608
ASTGRP.CO | 0.056185369 | 0.068036892 | 0.059485512 | 0.045199352 | 0.055991792 | 0.025592615 | 0.023304415 | 0.067521501 | 0.076138708 | 0.06071939 | 0.12094492 | 0.061265613 | 0.062437268 | 0.100020493 | 0.08507079 | 0.076736975 | 0.045767254 | 0.079742691 | 0.039898801 | 0.055900821 | 0.078379625 | 0.066877993 | 0.085833002 | 0.043144763 | 0.027227295 | 0.061312542 | 0.053696937 | 0.067679556 | 0.091938759 | 0.065376642 | 0.063444642 | 0.038352522 | 0.05719353 | 0.070467786 | 0.064302973 | 0.063627946 | 0.049425809 | 0.055229207 | 0.057805748 | 0.117173395 | 0.416314978 | 0.202024703 | 0.045678366 | 0.020357632 | 0.018499088 | -0.034482999 | 0.020175794 | 0.04891683 | 0.09810308 | 0.086225434 | 0.013780033 | 0.085759849 | 0.086539945 | 0.090842826 | 0.067043811 | 0.077472575 | 0.0792144 | 0.225990861 | 0.019158548 | 0.11177653 | 0.129824649 | 0.06845334 | 0.095978177
CONFRZ.CO | -0.029406208 | -0.116036534 | 0.034812205 | -0.172934576 | 0.244080419 | -0.063618086 | -0.129627692 | 0.36314027 | 0.073843846 | 0.356381752 | 0.334728449 | -0.137045636 | 0.210030763 | 0.097755763 | -0.188098468 | -0.234826931 | 0.408400544 | 0.235332665 | 0.240812325 | 0.205626323 | 0.073554149 | -0.037685589 | 0.263802536 | -0.116771751 | -0.133655206 | 0.133590326 | 0.161375977 | -0.036966269 | 0.14497628 | -0.042351141 | 0.077873957 | -0.117052759 | 0.1842037 | 0.294699763 | 0.015157208 | 0.073980817 | -0.036001831 | 0.0394391 | 0.045991719 | 0.159928648 | 0.202024703 | 13.77605626 | 0.094229385 | -0.003476576 | -0.060494326 | -0.06797265 | 0.0737873 | 0.265872283 | 0.084498108 | 0.02495844 | 0.095084192 | -0.122527229 | -0.249170608 | 0.115336573 | 0.421804115 | 0.175317396 | -0.094533314 | -0.178269284 | 0.071912852 | -0.127096766 | 0.287644083 | -0.127786254 | 0.390040177
DAC.CO | 0.005258211 | 0.013014712 | 0.01182528 | -0.017760713 | 0.014954419 | 0.009907089 | 0.004613056 | 0.00550386 | 0.015271149 | 0.022591728 | 0.035296655 | 0.012688883 | -0.005505657 | -0.006185663 | 0.009016859 | 0.010136479 | 0.015409384 | 0.064792743 | 0.012194642 | 0.01407143 | -0.002904638 | 0.033513593 | 0.01471305 | 0.008950245 | 0.014425611 | 0.00295484 | 0.015063294 | 0.029059599 | 0.023182347 | 0.015168694 | 0.018713954 | -0.002599385 | 0.01911235 | 0.017412254 | -0.000560263 | 0.005803232 | 0.003823668 | -0.001658648 | 0.009665366 | 0.024687757 | 0.045678366 | 0.094229385 | 0.224460979 | 0.014178436 | -0.020426446 | -0.028070831 | -0.00706171 | 0.000777079 | 0.045163818 | 0.047534953 | 0.014498762 | 0.024793533 | 0.0406669 | 0.024487236 | 0.010380054 | 0.003915079 | 0.016096176 | 0.034727352 | -0.002203148 | -0.005220309 | 0.035574298 | 0.006945984 | 0.016361121
EGNETY.CO | 0.003660194 | 0.010438385 | 0.010747627 | 0.00455886 | 0.011973677 | 0.002599677 | 0.002444545 | 0.010462185 | 0.016622042 | 0.015493485 | 0.021880004 | 0.009293095 | 0.014095052 | 0.011872015 | 0.011670103 | 0.011370108 | 0.017339213 | 0.008749454 | 0.009475171 | 0.007489143 | 0.006383633 | 0.017352299 | 0.015398999 | 0.006249181 | 0.006050315 | 0.004318701 | 0.012826176 | 0.014878388 | 0.021104893 | 0.004961547 | 0.010209879 | 0.00922584 | 0.009795822 | 0.013462798 | 0.007142836 | 0.009194574 | 0.00927572 | 0.004840898 | 0.008536139 | 0.027587112 | 0.020357632 | -0.003476576 | 0.014178436 | 0.028242266 | 0.005996881 | 0.011229272 | 0.009326188 | 0.00962591 | 0.022217431 | 0.013831642 | 0.00340176 | 0.015571084 | 0.014582736 | 0.012526781 | 0.02073679 | 0.013299707 | 0.019647663 | 0.043854002 | -0.002167037 | 0.013709971 | 0.012321189 | 0.011294294 | 0.027451811
ENALYZ.CO | 0.013881389 | -0.009367783 | 0.017561379 | 0.01589238 | 0.000738124 | 0.010403193 | 0.040219733 | -0.004274282 | -0.037676601 | 0.02640837 | -0.088693246 | 0.006867686 | -0.039097332 | -0.051133842 | -0.023898931 | 0.023295367 | -0.001725525 | 0.065983851 | -0.021443092 | -0.030584371 | 0.006335708 | -0.030543543 | 0.015204149 | 0.018726202 | 0.001967088 | -0.040005824 | -0.011658418 | 0.002392207 | 0.008533728 | 0.005676836 | -0.002124376 | -0.014162385 | 0.007549141 | -0.004653548 | -0.010871206 | 0.006629844 | 0.012542489 | -0.017460117 | -0.00202336 | 0.019032685 | 0.018499088 | -0.060494326 | -0.020426446 | 0.005996881 | 1.047159231 | 0.072592245 | 0.046652373 | -0.016583338 | -0.029629392 | -0.008448053 | -0.007988524 | -0.042517582 | -0.019378248 | 0.013019618 | -0.029013841 | 0.020281257 | -0.014405564 | 0.067904574 | -0.001806627 | -0.034105168 | -0.024067128 | -0.030544817 | 0.019681023
ERRIA.CO | 0.078860732 | 0.014620985 | 0.036146093 | 0.00309273 | 0.062866791 | 0.001223567 | 0.023292215 | 0.077449071 | 0.058889099 | 0.115808129 | 0.133928676 | 0.044245236 | 0.090704754 | 0.031571127 | 0.046015801 | 0.055380801 | 0.056687901 | 0.006892463 | 0.074612647 | 0.004514288 | 0.056869906 | -0.006075285 | 0.083326266 | 0.03075701 | 0.053204004 | 0.073327145 | 0.052052916 | 0.071901166 | 0.11962973 | 0.00988791 | 0.040377266 | 0.041523336 | 0.085411248 | 0.072778021 | 0.071662003 | 0.069311707 | 0.062011792 | 0.043733737 | 0.033822801 | 0.097007495 | -0.034482999 | -0.06797265 | -0.028070831 | 0.011229272 | 0.072592245 | 1.273806903 | 0.04179125 | -0.000320734 | 0.021272681 | -0.026771514 | 0.024668558 | 0.114095975 | 0.085563139 | 0.032785251 | 0.034905798 | 0.070737831 | 0.140438302 | 0.093216618 | 0.005560668 | 0.038017031 | 0.059694403 | 0.038847885 | 0.180179608
FASTPC.CO | 0.02812496 | 0.019619518 | 0.031484797 | 0.009910888 | 0.011671656 | 0.037622255 | -0.003552451 | 0.034165584 | -0.000392759 | 0.036098985 | 0.069103783 | 0.012282732 | 0.012837022 | 0.041696063 | 0.021022369 | 0.022538445 | 0.02685611 | 0.071326587 | 0.02617211 | 0.013716297 | 0.019177121 | 0.03294636 | 0.03610817 | -0.002968133 | 0.021044758 | 0.052744108 | 0.02131412 | 0.032301441 | 0.035240315 | 0.008539709 | 0.025463 | 0.027955291 | 0.035282872 | 0.02687337 | 0.022023033 | 0.026069239 | 0.016280169 | 0.028442721 | 0.00655096 | 0.046466422 | 0.020175794 | 0.0737873 | -0.00706171 | 0.009326188 | 0.046652373 | 0.04179125 | 0.370701824 | 0.03773293 | 0.002567724 | -0.037727875 | 0.015468655 | 0.054388925 | 0.03973376 | 0.022000706 | 0.028282234 | 0.061510846 | 0.057655945 | 0.061194791 | 0.03733579 | 0.04178037 | 0.047192453 | 0.019091967 | -0.001592364
GREENM.CO | 0.057953199 | 0.031294897 | 0.028975756 | 0.001656674 | 0.047589917 | 0.012732034 | -0.002328547 | 0.041546702 | 0.044585778 | 0.050703573 | 0.07363294 | 0.036889731 | 0.061679322 | 0.060100369 | 0.022803976 | 0.041063036 | 0.0797138 | 0.017776853 | 0.051512311 | 0.029060754 | 0.032100691 | 0.065465424 | 0.056064572 | 0.015326802 | 0.00994793 | 0.049038211 | 0.021218911 | 0.053474509 | 0.052596723 | 0.026449394 | 0.039422969 | 0.034309998 | 0.035438895 | 0.044692252 | 0.016140682 | 0.028795733 | 0.03539854 | 0.030165715 | 0.042229375 | 0.051856164 | 0.04891683 | 0.265872283 | 0.000777079 | 0.00962591 | -0.016583338 | -0.000320734 | 0.03773293 | 0.323503873 | 0.030658057 | 0.008516094 | 0.007169785 | 0.011491454 | 0.05707539 | 0.062122317 | 0.034587585 | 0.017481083 | 0.004830616 | 0.011189585 | -0.020192682 | -0.019646104 | 0.06238634 | 0.026870975 | 0.082838276
HAPPY.CO | 0.040307382 | 0.0332257 | 0.042556875 | 0.039663073 | 0.041529801 | 0.000364712 | 0.023922096 | 0.072962747 | 0.092780155 | 0.052129936 | 0.078815439 | 0.030336994 | 0.028750757 | 0.075876728 | 0.040907511 | 0.063722705 | 0.03313954 | 0.033733871 | 0.050225681 | 0.049978466 | 0.070433632 | 0.044246034 | 0.072480129 | 0.013034269 | 0.010714524 | 0.065241364 | 0.046592417 | 0.051959815 | 0.059575577 | 0.02017907 | 0.03699692 | 0.026868845 | 0.052300757 | 0.049422049 | 0.046902229 | 0.043967891 | 0.037117669 | 0.058574974 | 0.016117874 | 0.069791278 | 0.09810308 | 0.084498108 | 0.045163818 | 0.022217431 | -0.029629392 | 0.021272681 | 0.002567724 | 0.030658057 | 0.659986128 | 0.137938009 | 0.030952262 | 0.088051142 | 0.123174305 | 0.042427384 | 0.026655876 | 0.060003552 | 0.040027853 | 0.016226518 | -0.037615786 | 0.132941669 | 0.073574125 | 0.044768112 | 0.132491211
HYPE.CO | 0.029450451 | 0.078312794 | 0.049296032 | 0.088298349 | 0.046109884 | 0.00599726 | 0.011337669 | 0.040938654 | 0.020292542 | -0.003443272 | 0.06072782 | 0.050402858 | 0.045059411 | 0.090811961 | 0.052870836 | 0.058043393 | 0.035822501 | 0.061058299 | 0.031964095 | 0.018826154 | 0.101846431 | 0.042247141 | 0.05334417 | 0.044429985 | 0.046233701 | 0.005130256 | 0.029785604 | 0.058519102 | 0.049993158 | 0.03317225 | 0.05031262 | -0.006471294 | 0.02745073 | 0.028088455 | 0.039466325 | 0.03990508 | 0.049581907 | 0.043901419 | 0.012628323 | 0.085927402 | 0.086225434 | 0.02495844 | 0.047534953 | 0.013831642 | -0.008448053 | -0.026771514 | -0.037727875 | 0.008516094 | 0.137938009 | 0.818904536 | 0.034102198 | 0.018301928 | 0.060584125 | 0.066701467 | 0.095685561 | 0.086958402 | 0.197374223 | 0.061218 | -0.005655723 | 0.155702979 | 0.100663064 | 0.041262281 | 0.172065162
JOBNDX.CO | 0.022464417 | 0.017492347 | 0.017167644 | 0.008485152 | 0.018745257 | 0.007482322 | 0.005772164 | 0.019513243 | 0.018236299 | 0.026410336 | 0.033010391 | 0.013526145 | 0.029853221 | 0.037317958 | 0.017016448 | 0.018744407 | 0.016552 | 0.043112934 | 0.013280792 | 0.013624635 | 0.022512631 | 0.011485135 | 0.026187704 | 0.011910381 | 0.011432594 | 0.034776996 | 0.013537355 | 0.030486719 | 0.024760505 | 0.020955853 | 0.020656834 | 0.020623675 | 0.02206515 | 0.008851255 | 0.019561882 | 0.015770245 | 0.0120366 | 0.017142692 | 0.01762678 | 0.020803458 | 0.013780033 | 0.095084192 | 0.014498762 | 0.00340176 | -0.007988524 | 0.024668558 | 0.015468655 | 0.007169785 | 0.030952262 | 0.034102198 | 0.089113984 | 0.0415135 | 0.017037624 | 0.025541559 | 0.034994792 | 0.02311981 | 0.047967642 | 0.022335245 | -0.003163304 | 0.016190544 | 0.022919199 | 0.015016639 | 0.031826386
KONSOL.CO | 0.063528782 | 0.065422776 | 0.064998946 | 0.084203096 | 0.068564304 | 0.032822104 | 0.033349236 | 0.069747464 | 0.076141358 | 0.039389414 | 0.100883644 | 0.088198707 | 0.097802546 | 0.055659538 | 0.095717263 | 0.085986947 | 0.044864773 | 0.052521239 | 0.051034598 | 0.030851797 | 0.08116948 | 0.04223651 | 0.068208487 | 0.048730852 | 0.02598589 | 0.059340002 | 0.051986652 | 0.09754816 | 0.097448937 | 0.069265199 | 0.064288652 | 0.085922764 | 0.059617121 | 0.044739069 | 0.068080774 | 0.055044292 | 0.075446666 | 0.057146778 | 0.057815538 | 0.08885484 | 0.085759849 | -0.122527229 | 0.024793533 | 0.015571084 | -0.042517582 | 0.114095975 | 0.054388925 | 0.011491454 | 0.088051142 | 0.018301928 | 0.0415135 | 0.874534733 | 0.068850057 | 0.069053707 | 0.049305486 | 0.058927207 | 0.077509293 | 0.147502987 | -0.000620533 | 0.088195168 | 0.098416045 | 0.083621623 | 0.087268517
NPINV.CO | 0.066335833 | 0.034634025 | 0.043946308 | 0.000789249 | 0.04177141 | 0.009024336 | 0.000420743 | 0.034880654 | 0.029602938 | 0.047089008 | 0.10784381 | 0.091217754 | 0.057456659 | 0.035054511 | 0.061355439 | 0.046763112 | 0.071059204 | 0.018951528 | 0.07449484 | 0.042169102 | 0.03434668 | 0.076604848 | 0.099643313 | 0.044939825 | 0.034108564 | 0.039562162 | 0.070842601 | 0.079441216 | 0.057959132 | 0.043589345 | 0.052510891 | 0.043776426 | 0.054990776 | 0.098552651 | 0.053722823 | 0.05467558 | 0.045987011 | 0.023217629 | 0.035839392 | 0.087015875 | 0.086539945 | -0.249170608 | 0.0406669 | 0.014582736 | -0.019378248 | 0.085563139 | 0.03973376 | 0.05707539 | 0.123174305 | 0.060584125 | 0.017037624 | 0.068850057 | 0.851494194 | 0.062659456 | 0.019774506 | 0.069781612 | 0.072553299 | 0.198436129 | -0.017070733 | 0.107841277 | 0.09947218 | 0.046519342 | 0.057539772
ODICO.CO | 0.121107646 | 0.095170934 | 0.067184992 | 0.07027213 | 0.073637828 | 0.04853141 | 0.004397364 | 0.113792505 | 0.079111439 | 0.078100296 | 0.107834874 | 0.077518701 | 0.120237854 | 0.122837612 | 0.058965368 | 0.082291312 | 0.114883267 | 0.07634191 | 0.079020903 | 0.044551801 | 0.080154343 | 0.042660925 | 0.100480022 | 0.039351173 | 0.041991835 | 0.075820612 | 0.064645327 | 0.099354 | 0.097563397 | 0.052596554 | 0.0772864 | 0.066425863 | 0.078544175 | 0.084359674 | 0.072946403 | 0.080666937 | 0.066555205 | 0.077214699 | 0.055058039 | 0.080081278 | 0.090842826 | 0.115336573 | 0.024487236 | 0.012526781 | 0.013019618 | 0.032785251 | 0.022000706 | 0.062122317 | 0.042427384 | 0.066701467 | 0.025541559 | 0.069053707 | 0.062659456 | 0.396417704 | 0.139883382 | 0.080525413 | 0.105336404 | 0.063127914 | -0.005267973 | 0.204786892 | 0.101024974 | 0.07902014 | 0.199025419
SCAPE.CO | 0.080856395 | 0.061459356 | 0.063690323 | 0.040389682 | 0.048708151 | 0.036469727 | 0.0057679 | 0.062607584 | 0.044304218 | 0.047789802 | 0.091177538 | 0.048086242 | 0.074915157 | 0.085602972 | 0.052761702 | 0.068272128 | 0.059804129 | 0.081753417 | 0.048723242 | 0.026248299 | 0.05172747 | 0.064867096 | 0.064655072 | 0.027490616 | 0.032542041 | 0.048727505 | 0.048733628 | 0.064572962 | 0.079006055 | 0.039797696 | 0.044979037 | 0.048293074 | 0.057406334 | 0.067130005 | 0.061248425 | 0.047742121 | 0.058924002 | 0.043501369 | 0.055847347 | 0.067332349 | 0.067043811 | 0.421804115 | 0.010380054 | 0.02073679 | -0.029013841 | 0.034905798 | 0.028282234 | 0.034587585 | 0.026655876 | 0.095685561 | 0.034994792 | 0.049305486 | 0.019774506 | 0.139883382 | 0.382169591 | 0.086025553 | 0.058789366 | 0.11096002 | 0.038929037 | 0.141836575 | 0.082258506 | 0.065437081 | 0.125749457
SLXIT.CO | 0.068635527 | 0.041882845 | 0.05919154 | 0.024261029 | 0.042257003 | 0.040385364 | 0.007716064 | 0.089056892 | 0.05627418 | 0.044506903 | 0.118486764 | 0.0476088 | 0.072297557 | 0.05197472 | 0.050100248 | 0.061672174 | 0.063074983 | 0.053332249 | 0.03757102 | 0.034672338 | 0.028512773 | 0.068102939 | 0.087862895 | 0.029080635 | 0.029162515 | 0.030823054 | 0.048992255 | 0.082033947 | 0.084924836 | 0.019125561 | 0.065480511 | 0.047324318 | 0.05908223 | 0.063133513 | 0.059114323 | 0.052747858 | 0.057672881 | 0.027617798 | 0.04856342 | 0.079648109 | 0.077472575 | 0.175317396 | 0.003915079 | 0.013299707 | 0.020281257 | 0.070737831 | 0.061510846 | 0.017481083 | 0.060003552 | 0.086958402 | 0.02311981 | 0.058927207 | 0.069781612 | 0.080525413 | 0.086025553 | 0.521616012 | 0.095359539 | 0.255180215 | 0.04023586 | 0.11704948 | 0.122780139 | 0.105793048 | 0.140596552
VIRO.CO | 0.050712633 | 0.063984649 | 0.055240859 | 0.080347842 | 0.049240557 | 0.027804649 | 0.024761334 | 0.065500454 | 0.042358395 | 0.04602596 | 0.072869583 | 0.062921258 | 0.053207134 | 0.084037178 | 0.055226499 | 0.041035872 | 0.029580208 | -0.07435456 | 0.046946918 | 0.033826584 | 0.075804498 | 0.031171604 | 0.063506215 | 0.035067067 | 0.029747191 | 0.052764134 | 0.047805871 | 0.042434524 | 0.060980243 | 0.02469746 | 0.047718407 | 0.043583066 | 0.074458294 | 0.054629874 | 0.072230723 | 0.069638928 | 0.054262204 | 0.039932003 | 0.035716009 | 0.105165919 | 0.0792144 | -0.094533314 | 0.016096176 | 0.019647663 | -0.014405564 | 0.140438302 | 0.057655945 | 0.004830616 | 0.040027853 | 0.197374223 | 0.047967642 | 0.077509293 | 0.072553299 | 0.105336404 | 0.058789366 | 0.095359539 | 0.735835754 | 0.130911158 | -0.048664788 | 0.063168626 | 0.074977138 | 0.067530776 | 0.109910064
WATURU.CO | 0.061711113 | 0.089895306 | 0.064541862 | 0.027077873 | 0.05645917 | 0.052272849 | 0.012482044 | 0.106562612 | 0.033704704 | 0.10296903 | 0.096609017 | 0.083216354 | 0.066385771 | 0.028946464 | 0.077339744 | 0.087977966 | 0.065961639 | 0.015027496 | 0.054590911 | 0.013763736 | 0.045229863 | 0.110146352 | 0.107869044 | 0.03837256 | 0.059636186 | 0.032649915 | 0.051343241 | 0.084173887 | 0.104624483 | 0.044464168 | 0.066363823 | 0.044518582 | 0.080191029 | 0.093330734 | 0.053466645 | 0.055690333 | 0.074750485 | 0.00671341 | 0.04654269 | 0.072854016 | 0.225990861 | -0.178269284 | 0.034727352 | 0.043854002 | 0.067904574 | 0.093216618 | 0.061194791 | 0.011189585 | 0.016226518 | 0.061218 | 0.022335245 | 0.147502987 | 0.198436129 | 0.063127914 | 0.11096002 | 0.255180215 | 0.130911158 | 1.51279791 | 0.047342916 | 0.109996947 | 0.160967268 | 0.09488785 | 0.102045179
WIRTEK.CO | -0.016078881 | 0.014214852 | 0.011087503 | 0.01989089 | 0.004136647 | 0.010288034 | 0.009045784 | -0.009064491 | 0.000335337 | 0.010857617 | -0.016400953 | 0.009943129 | 0.011182641 | 0.022415604 | 0.024576226 | 0.020922537 | 0.002480121 | 0.020662335 | 0.002629855 | -0.005757605 | 0.012793505 | 0.038049522 | -0.002486867 | 0.016334818 | 0.006905193 | 0.020105101 | 0.00543859 | 0.032702665 | 0.010822034 | 0.01473896 | 0.017299612 | -0.001736154 | 0.010506219 | 0.011138062 | -0.000649941 | 0.005775328 | 0.014666943 | -0.006519175 | 0.013734379 | -0.003584996 | 0.019158548 | 0.071912852 | -0.002203148 | -0.002167037 | -0.001806627 | 0.005560668 | 0.03733579 | -0.020192682 | -0.037615786 | -0.005655723 | -0.003163304 | -0.000620533 | -0.017070733 | -0.005267973 | 0.038929037 | 0.04023586 | -0.048664788 | 0.047342916 | 0.35886412 | -0.005544534 | 0.013171373 | 0.009288321 | 0.002398284
NAS.OL | 0.117912192 | 0.048559776 | 0.098805477 | 0.146430865 | 0.073900456 | 0.106296023 | 0.016792474 | 0.179392938 | 0.071681152 | 0.089240426 | 0.175388787 | 0.015204427 | 0.068234477 | 0.105193083 | 0.089072483 | 0.058271448 | 0.054190953 | -0.058927314 | 0.13018204 | 0.122927028 | 0.147882663 | 0.013782941 | 0.110060889 | 0.039071691 | 0.067746707 | 0.03221763 | 0.09049511 | 0.038736812 | 0.107667683 | 0.022440752 | 0.025354987 | 0.078642422 | 0.083625858 | 0.159824982 | 0.119088716 | 0.119635827 | 0.096079014 | 0.060571735 | 0.0223259 | 0.045037165 | 0.11177653 | -0.127096766 | -0.005220309 | 0.013709971 | -0.034105168 | 0.038017031 | 0.04178037 | -0.019646104 | 0.132941669 | 0.155702979 | 0.016190544 | 0.088195168 | 0.107841277 | 0.204786892 | 0.141836575 | 0.11704948 | 0.063168626 | 0.109996947 | -0.005544534 | 1.858300507 | 0.053099186 | 0.077339481 | 0.066815825
KMI | 0.1296483 | 0.075203902 | 0.075770573 | -0.03644594 | 0.083842958 | -6.09719E-05 | -0.007799027 | 0.100593685 | 0.056513334 | 0.093665998 | 0.213795834 | 0.112916178 | 0.112163054 | 0.133699759 | 0.079576095 | 0.070353445 | 0.132161164 | 0.090950831 | 0.089003986 | 0.04432375 | 0.063487215 | 0.090304582 | 0.129494111 | 0.015323168 | 0.002193321 | 0.077129282 | 0.085790981 | 0.119279384 | 0.092927811 | 0.05134425 | 0.086724117 | 0.034783468 | 0.092886984 | 0.127536207 | 0.063584632 | 0.056426969 | 0.105562457 | 0.044346206 | 0.066267646 | 0.081516127 | 0.129824649 | 0.287644083 | 0.035574298 | 0.012321189 | -0.024067128 | 0.059694403 | 0.047192453 | 0.06238634 | 0.073574125 | 0.100663064 | 0.022919199 | 0.098416045 | 0.09947218 | 0.101024974 | 0.082258506 | 0.122780139 | 0.074977138 | 0.160967268 | 0.013171373 | 0.053099186 | 0.315317257 | 0.123488109 | 0.350876004
MSFT | 0.08160594 | 0.060470976 | 0.052649762 | 0.016873747 | 0.037966928 | 0.041137728 | 0.028819488 | 0.042518692 | 0.058511287 | 0.041884721 | 0.072387138 | 0.070910627 | 0.059722371 | 0.058427181 | 0.073239368 | 0.049610366 | 0.030892458 | 0.017835495 | 0.032000082 | 0.014993034 | 0.049871488 | 0.053323204 | 0.05581794 | 0.034169898 | 0.020842185 | 0.049960344 | 0.036819721 | 0.079243629 | 0.068071468 | 0.024504397 | 0.050650438 | 0.05069385 | 0.05630433 | 0.047217935 | 0.06512678 | 0.062912172 | 0.051501445 | 0.02880983 | 0.051085842 | 0.04770696 | 0.06845334 | -0.127786254 | 0.006945984 | 0.011294294 | -0.030544817 | 0.038847885 | 0.019091967 | 0.026870975 | 0.044768112 | 0.041262281 | 0.015016639 | 0.083621623 | 0.046519342 | 0.07902014 | 0.065437081 | 0.105793048 | 0.067530776 | 0.09488785 | 0.009288321 | 0.077339481 | 0.123488109 | 0.195292031 | 0.145032731
SPG | 0.152739216 | 0.102946939 | 0.099878158 | -0.052999178 | 0.125846053 | -0.050293058 | -0.028427736 | 0.167020448 | 0.094722171 | 0.169698937 | 0.249966119 | 0.100678814 | 0.164089217 | 0.242881164 | 0.064338817 | 0.073613252 | 0.236152813 | 0.110970051 | 0.142896995 | 0.029027515 | 0.090384903 | 0.052969928 | 0.222039326 | -0.00868344 | -0.0073714 | 0.107628876 | 0.113993787 | 0.136756338 | 0.112486305 | 0.047010184 | 0.110960134 | -0.001341067 | 0.129818915 | 0.16496706 | 0.083837982 | 0.085967083 | 0.104895855 | 0.045899154 | 0.046491961 | 0.090044608 | 0.095978177 | 0.390040177 | 0.016361121 | 0.027451811 | 0.019681023 | 0.180179608 | -0.001592364 | 0.082838276 | 0.132491211 | 0.172065162 | 0.031826386 | 0.087268517 | 0.057539772 | 0.199025419 | 0.125749457 | 0.140596552 | 0.109910064 | 0.102045179 | 0.002398284 | 0.066815825 | 0.350876004 | 0.145032731 | 0.87490544
Please let me know if I can help further.
@Pjuske I was able to reproduce the output.
Some observations:
CONFRZ.CO | 216.2736784
might be scaled incorrectly (by a factor of 100?). This causes the overall mu to estimate to be at 5000%nonneg=True
keyword to the CVXPY variable does indeed prevent the undesirable violation of the lower boundThanks for the follow-up
>>> asset = d["CONFRZ.CO"]
>>> asset
0 0.7000
1 0.7400
2 0.7280
3 0.7060
4 0.7380
5 0.6860
6 0.7080
7 0.7080
8 0.7100
9 0.7280
10 0.7220
11 0.7480
12 0.7480
13 0.7100
14 0.6840
15 0.7200
16 0.7180
17 0.6900
18 0.6980
19 0.7140
20 0.6980
21 0.6800
22 0.6400
23 0.6960
24 0.6500
25 0.6480
26 0.6880
27 0.6860
28 0.6980
29 0.6980
30 0.6920
31 0.6940
32 0.6940
33 0.6880
34 0.6880
35 0.6960
36 0.6880
37 0.6780
38 0.6680
39 0.6760
40 0.6660
41 0.6580
42 0.6320
43 0.6260
44 0.6060
45 0.6360
46 0.6340
47 0.6800
48 0.6800
49 0.6800
50 0.6760
51 0.6800
52 0.6800
53 0.6800
54 0.6800
55 0.6800
56 0.6680
57 0.6580
58 0.6680
59 0.6600
60 0.6360
61 0.6340
62 0.6200
63 0.5500
64 0.5300
65 0.5300
66 0.5100
67 0.5400
68 0.5980
69 0.6000
70 0.5740
71 0.5060
72 0.5800
73 0.5380
74 0.5400
75 0.4990
76 0.4990
77 0.5480
78 0.5460
79 0.5180
80 0.5000
81 0.4980
82 0.5200
83 0.5200
84 0.5100
85 0.5100
86 0.5480
87 0.5480
88 0.5460
89 0.5380
90 0.4940
91 0.5000
92 0.5000
93 0.5280
94 0.4850
95 0.4700
96 0.4560
97 0.4350
98 0.4350
99 0.4400
100 0.4600
101 0.4550
102 0.5380
103 0.5580
104 0.5400
105 0.5080
106 0.5000
107 0.5000
108 0.4730
109 0.5800
110 0.5000
111 0.5480
112 0.5360
113 0.5360
114 0.5200
115 0.5200
116 0.5380
117 0.5400
118 0.6400
119 0.7000
120 0.9560
121 1.7200
122 1.2450
123 1.0900
124 1.1400
125 1.1700
126 1.1350
127 1.1200
128 1.0500
129 0.9600
130 0.9000
131 0.8700
132 0.8300
133 0.8800
134 0.9220
135 0.9580
136 0.9900
137 0.9800
138 1.0350
139 0.9620
140 1.0150
141 0.9700
142 0.9480
143 0.9000
144 0.8980
145 0.9300
146 0.8960
147 0.9220
148 0.9000
149 0.8800
150 0.8400
151 0.9180
152 0.9040
153 0.9180
154 0.9200
155 0.9780
156 1.0100
157 1.3300
158 1.5050
159 1.4350
160 1.3400
161 1.3100
162 1.3200
163 1.1300
164 1.1350
165 1.0800
166 1.1050
167 1.1700
168 1.1450
169 1.1100
170 1.1250
171 1.1800
172 1.1200
173 1.1000
174 1.1350
175 1.1300
176 1.0650
177 1.0100
178 0.9200
179 0.8700
180 0.9880
181 0.9260
182 0.9900
183 0.9440
184 0.9800
185 0.8300
186 0.8000
187 0.8320
188 0.8160
189 0.8300
190 0.7900
191 0.7900
192 0.8280
193 0.7720
194 0.7500
195 0.7220
196 0.7220
197 0.7000
198 0.6840
199 0.7900
200 0.7600
201 0.7360
202 0.7120
203 0.7280
204 0.7140
205 0.7100
206 0.6900
207 0.6800
208 0.6700
209 0.6800
210 0.6820
211 0.6980
212 0.7000
213 0.6860
214 0.6620
215 0.7000
216 0.6820
217 0.6760
218 0.6500
219 0.6760
220 0.6800
221 0.6960
222 0.6580
223 0.6760
224 0.6460
225 0.6300
226 0.6300
227 0.5700
228 0.0700
229 0.0530
230 0.0708
231 0.0680
232 0.0550
233 0.0512
234 0.0604
235 0.1200
236 0.4910
237 0.6580
238 0.4500
239 0.4090
240 0.4410
241 0.4700
242 0.4510
243 0.6000
244 0.5600
245 0.4970
246 0.4510
247 0.4750
Name: CONFRZ.CO, dtype: float64
>>> expected_returns.mean_historical_return(asset)
CONFRZ.CO -0.326734
dtype: float64
>>> expected_returns.ema_historical_return(asset)
CONFRZ.CO 216.273678
Name: 247, dtype: float64
>>>
Something to note however is that the stock took a huge loss at 228-235 (which also happened in real life).
I'm not sure how to interpret this. Does that mean my sector constraints are ill-formed? The idea is that with each constraint being in range(0,1) that it would correspond to it not having them in the first place.
See above
I see, so It's probably an issue of the solver and not a bug in Pypfopt
Where exactly can I set the nonneg keyword? Does Popfopt provide that option to parse?
Thanks again for looking into this
Looking at the time series, I think you will have a hard time modeling this adequately in this framework. The returns appear to be distributed with very heavy tails, such that using a mean-framework might not be ideal.
Here is one way to visualize it:
The daily mean of the returns is 0.0153, with a standard deviation of 0.2338. Assuming a normal distribution with these moments, the probability of observing the max return (>300%) is so small that scipy
just returns 0
. This would be a "13 sigma" event.
With regards to the sector constraints, the way you defined them was fine from a technical point of view. I was just making the point that even non-binding constraints can have an effect on your optimization results.
As mentioned above, the nonneg
keyword is not yet implemented in PyPortfolioOpt. If you don't plan on having any short positions and the negative weights are the main problem, you can make the following change to base_optimizer.py
.
# Optimisation variables
self._w = cp.Variable(n_assets)
to
self._w = cp.Variable(n_assets, nonneg=True)
Indeed, this problem seems not to be related to PyPortfolioOpt itself.
I see, thank you once again, I will close this issue.
I'm not sure if I missed something in the documentation, but I suppose that the efficient frontier shouldn't output negative weighted assets. (It works fine if returns are computed using _mean_historicalreturn()). What could be the possible cause of this?
Thanks in advance
cov_matrix = risk_models.sample_cov(Closeprices)
mu_vector = expected_returns.ema_historical_return(Closeprices)
Console-output of
EfficientFrontier(mu_vector, cov_matrix, verbose=True)
,.portfolio_performance(verbose=True)
followed by some assets contained in.clean_weights()
printed:with
mu_vector = expected_returns.mean_historical_return(Closeprices)