Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. 2019-10-14 08:10:04,189 INFO [START] Execution Private Area Update
  2. 2019-10-14 08:10:04,192 INFO Update All Clients
  3. 2019-10-14 08:10:04,192 INFO Updating all clients Private Area
  4. 2019-10-14 08:10:04,192 INFO Start generating proxied return indexes
  5. Return Changed: 2019-10-11 00:00:00 on 13848 with 0.01
  6. Return Changed: 2019-10-11 00:00:00 on 13851 with 0.00
  7. Return Changed: 2019-10-11 00:00:00 on 15442 with -0.00
  8. Return Changed: 2019-10-11 00:00:00 on 22563 with 0.00
  9. Return Changed: 2019-10-11 00:00:00 on 28335 with 0.00
  10. Return Changed: 2019-10-11 00:00:00 on 29961 with 0.00
  11. Return Changed: 2019-10-11 00:00:00 on 32718 with 0.00
  12. Return Changed: 2019-10-11 00:00:00 on 33964 with 0.01
  13. Return Changed: 2019-10-11 00:00:00 on 100832 with -0.00
  14. Return Changed: 2019-10-11 00:00:00 on 117874 with 0.01
  15. Return Changed: 2019-10-11 00:00:00 on 121843 with 0.01
  16. 2019-10-14 08:12:07,051 INFO End generating proxied return indexes
  17. 2019-10-14 08:12:07,052 INFO Start Calc Top Down Returns
  18. 2019-10-14 08:12:07,052 INFO Updating DB for Top Down Returns
  19. /opt/anaconda3/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  20. """)
  21. /euclidea/maruska/ImportData/centralized_data_for_tasks.py:903: Warning: 19096,202050,191876,202022 have no data! the processes ahead could have unexpected results
  22. Warning)
  23. /euclidea/maruska/ImportData/centralized_data_for_tasks.py:1191: FutureWarning:
  24. Passing list-likes to .loc or [] with any missing label will raise
  25. KeyError in the future, you can use .reindex() as an alternative.
  26.  
  27. See the documentation here:
  28. https://pandas.pydata.org/pandas-docs/stable/indexing.html#deprecate-loc-reindex-listlike
  29. available_changes = pd.Series(conversion_dct).loc[assets_and_dates_to_replace.loc[:, 'instrument_id'].values].dropna().index
  30. Start Loading Data ...
  31. Traceback (most recent call last):
  32. File "ExecutionFiles/execution_private_area_update.py", line 26, in <module>
  33. threading_processes=6
  34. File "/euclidea/maruska/AreaPrivata/private_area_main.py", line 129, in update_all_clients_private_area
  35. which_clients, end_date='today', horizons=['YTD', '3M', '1y', 'inception'], plot=False, to_sql=True)
  36. File "/euclidea/maruska/Risk/additional_client_utilities.py", line 980, in compute_returns_for_private_area
  37. data_cls = ImportTWMWData(clients)
  38. File "/euclidea/maruska/Risk/additional_client_utilities.py", line 642, in __init__
  39. compute_client_model_stuff(self.time_series_wealth_by_client.columns.values.tolist())
  40. File "/euclidea/maruska/Risk/additional_client_utilities.py", line 458, in compute_client_model_stuff
  41. matching_model_portfolios = compute_matching_model_portfolio(df_5_no_pers, model_portfolio_time_series)
  42. File "/euclidea/maruska/Risk/additional_client_utilities.py", line 385, in compute_matching_model_portfolio
  43. rebalancing_on_morning=True)
  44. File "/euclidea/maruska/Portfolios/portfolio_report/main.py", line 179, in preemptive_portfolio_computation_2
  45. 'ret_value': pd.concat(all_rets_by_ptf_all, sort=False),
  46. File "/opt/anaconda3/lib/python3.6/site-packages/pandas/core/reshape/concat.py", line 225, in concat
  47. copy=copy, sort=sort)
  48. File "/opt/anaconda3/lib/python3.6/site-packages/pandas/core/reshape/concat.py", line 259, in __init__
  49. raise ValueError('No objects to concatenate')
  50. ValueError: No objects to concatenate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement