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

Implemented Monte Carlo simulation, Markowitz portfolio optimization and Kalman filter #123

Merged
merged 16 commits into from
Mar 12, 2024

Conversation

Akshat111111
Copy link
Contributor

  1. Monte Carlo simulation is implemented using the Black-Scholes model.
  2. Markowitz portfolio optimization for determining the ideal asset weights in a portfolio with the goal of achieving a desired trade-off between risk and return.
  3. Kalman filter in order to track the price of a financial asset.
    Ref-Adding Quantitative finance algorithms Adding Quantitative finance algorithms #122

Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove spaces from file paths? That's the way files are usually named here. And maybe move it to quantitative_finance directory? I'm waiting for #121 to be merged, and then I'll merge this one.

@Akshat111111
Copy link
Contributor Author

Sure, I will do it

@Akshat111111
Copy link
Contributor Author

Done, please have a look

Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also write file names in snake_case? The code looks good, but, as I said, I need #121 to be merged first, so this PR will have to wait for a little while.

@Akshat111111
Copy link
Contributor Author

Done.

Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@siriak siriak merged commit a1aeafc into TheAlgorithms:master Mar 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants