其应用大致分为4种:Portfolio Management(投资组合管理),Single-asset trading signal (单资产交易信号),Execution(交易执行)以及Option hedging(期权对冲和定价)。其中PM一般是低频交易,单资产交易信号一般是中高频,交易执行一般是高频tick级数据上的策略,至于期权定价则是理论和实践统
2:].fillna(0).values).T/np.sum(~np.isnan(rets.iloc[j:j+1, :]), axis=1).values for j in range(len(rets))]) rbs = np.hstack([np.dot(retsv[j:j+1, :], weightsv[j:j+1, :].T) for j in range(len(rets))]) sigmac = np.cov(rcs) cmean = np.mean(rcs, axis=1...
[ZJL17] D. Xu, Z. Jiang and J. Liang, “A deep reinforcement learning framework for the financial portfolio management problem,” arXiv:1706.10059, 2017. [Online]. Available: https://arxiv.org/abs/1706.10059.
'2023-10-01')strategy=Strategy(data_handler)signals=strategy.generate_signals()portfolio=Portfolio()risk_management=RiskManagement()execution=Execution()current_equity=10000risk_per_trade=0.02stop_loss_distance=1foriinrange(len(signals)):ifsignals[i]==1:# Buy signalposition_size=strategy...
Journal of Accounting and Economics、Journal of Financial and Quantitative Analysis、Financial Analysts 、Journal Financial Management、Journal of Empirical Finance、Quantitative Finance、Journal of Alternative Investments、Journal of Fixed Income、Journal of Investing、Journal of Portfolio Management、Journal of ...
Same for the second and third components. Let them be $50,000 and $20,000. This tool is named a component VaR and it disassembles the portfolio VaR into individual components. What is VaR and why use it as a risk measure? Formally defined, VaR is a statistical measure of downside ...
Python、数据科学和人工智能 :介绍机器学习、人工智能和数据科学,以理解如何使用Python分析金融报表、报告和分析。针对CFA三级候选人,新规指出,从2025年2月开始将引入新的专精方向,候选人可以选择传统的投资组合管理(Portfolio management),或者选择两个新的方向:1.私人财富管理;2.私募市场。考生必须在考试注册时...
WEEK 2: Machine learning techniques for robust estimation of factor models WEEK 3: Machine learning techniques for efficient portfolio diversification WEEK 4: Machine learning techniques for regime analysis WEEK 5: Identifying recessions, crash regimes and feature selection Investment Management with Python...
ta-lib: Python wrapper for TA-Lib (http://ta-lib.org/). - 技术指标 StatsModels: Statistics in Python — statsmodels documentation - 常用统计模型 arch: ARCH models in Python - 时间序列 pyfolio: Portfolio and risk analytics in Python - 组合风险评估 twosigma/flint: A Time Series Library for...
and deep learning developed by Google. It provides a flexible architecture for building and deploying machine learning models, including neural networks. TensorFlow is increasingly being used in quantitative investing for tasks such as predicting asset prices, portfolio optimization, and risk management. ...