Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portfolio Selection #28

Open
EileenWang-10001010 opened this issue May 19, 2024 · 5 comments
Open

Portfolio Selection #28

EileenWang-10001010 opened this issue May 19, 2024 · 5 comments
Assignees
Labels
idea Requesting feedback on new research topics

Comments

@EileenWang-10001010
Copy link

EileenWang-10001010 commented May 19, 2024

Summary

Portfolio selection is the process of choosing a group of investments that aligns with your financial goals and risk tolerance. It involves finding the right balance between potentially high-return, high-risk investments and lower-risk, lower-return options. By diversifying your portfolio across different asset classes, you aim to reduce overall risk without sacrificing potential returns.

Description

Modern Portfolio Theory (MPT), developed by Harry Markowitz, is a cornerstone of portfolio selection. MPT emphasizes diversification – spreading the investments across different asset classes to reduce overall risk. The theory suggests that a portfolio's risk isn't just about the individual risk of each investment, but also how their returns are correlated. Assets with low correlation can help balance your portfolio, meaning a loss in one area can be offset by gains in another. The underlying distribution, risk-return trade-off, and efficient frontier are key concepts in MPT portfolio selection.

From the lecture, we also learned the robust version of MPT, the Black-Litterman Model, incorporating an investor's views and opinions about the market along with market data. From the game theory and optimization aspect, portfolio selection could be seen as an online linear optimization algorithm, one of the problems is the complexity to achieve the optimal solution. Here, we want to investigate portfolio selection from different views and compare the methods.

Source

Jose Blanchet, Lin Chen, Xun Yu Zhou (2022) Distributionally Robust Mean-Variance Portfolio Selection with Wasserstein Distances. Management Science 68(9):6382-6410.
https://doi.org/10.1287/mnsc.2021.4155

Data-dependent bounds for online portfolio selection without Lipschitzness and smoothness (http://arxiv.org/abs/2305.13946), NeurIPS 2023. C.-E. Tsai, Y.-T. Lin, and Y.-H. Li

...

Others

Portfolio selection is a complex field with ongoing research. There are several points to consider, including risk tolerance, investment time horizon (the gap between theoretically estimated reward and real-world reward), and rebalancing.

@EileenWang-10001010 EileenWang-10001010 added the idea Requesting feedback on new research topics label May 19, 2024
@LouisTsai-Csie
Copy link
Contributor

Great, I like this topic.

Maybe @Raccoon103 can give you some advice.

@Raccoon103
Copy link

For black-litterman model, the paper recommendation is:
Kolm, Petter, and Gordon Ritter. "On the bayesian interpretation of black–litterman." European Journal of Operational Research 258, no. 2 (2017): 564-572.

For portfolio-liked optimization problems, a famous alternative machine learning approach might be:
Elmachtoub, Adam N., and Paul Grigas. "Smart “predict, then optimize”." Management Science 68, no. 1 (2022): 9-26.

@LouisTsai-Csie
Copy link
Contributor

@Raccoon103 Thanks for the feedback

@Jimmy-xavier
Copy link

Jimmy-xavier commented May 30, 2024

@LouisTsai-Csie Hello TA,
If I am interested in this idea , can I work on the same topic?

@LouisTsai-Csie
Copy link
Contributor

@Jimmy-xavier I recommend choosing another topic, as this research direction was designed by @EileenWang-10001010, not TA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Requesting feedback on new research topics
Projects
None yet
Development

No branches or pull requests

4 participants