close
Skip to main content

Questions tagged [finance]

Filter by
Sorted by
Tagged with
0 votes
0 answers
70 views

Not sure if this is the right place to post this, but I’m working on an interesting 'challenge project' analyzing how introducing automation in vehicle maintenance could affect financial performance, ...
kiring24's user avatar
1 vote
2 answers
65 views

What are some use cases, with high dollar value impact, of OR and optimization in the financial services industry like life insurance, annuity business? I have seen common use cases of queuing theory ...
janicebaratheon's user avatar
1 vote
2 answers
996 views

I am trying to solve a portfolio optimization problem using PuLP where given a dictionary of stock tickers and their returns for the day, returns a set of weights for each stock such that portfolio ...
Josh Smith's user avatar
1 vote
0 answers
276 views

I’m curious if MILP can be used to optimize portfolio allocations and what inputs, outputs, variables, constraints and objectives are relevant. For example, is a stock’s average price and variance of ...
jbuddy_13's user avatar
  • 553
1 vote
0 answers
507 views

I'm trying to replicate some of the suggestions of this paper. On page 40-41, it's made the following suggestion when it comes to enforcing a minimum trade size: In this context, ...
stevew's user avatar
  • 119
3 votes
1 answer
585 views

I have the following portfolio optimization problem that I want to solve using CVXPY: \begin{align}\min_w&\quad w^\top\Pi\\\text{s.t.}&\quad\sum_{i=1}^nw_i=1\\&\quad w^\top\Sigma w\le\...
Paolo Baudissone's user avatar
1 vote
1 answer
205 views

I want to solve the following portfolio optimization problem by means of the Python API of Gurobi: \begin{align}\max_w&\quad w^\top\Pi\\\text{s.t.}&\quad w^\top\Sigma w=\sigma^{\rm target}\\&...
Paolo Baudissone's user avatar
11 votes
2 answers
129 views

Say I want to do Portfolio Optimization using the mean-variance approach (i.e Markowitz model), but that some of my assets are new with no returns history. I can use a judgmental (expert knowledge, ...
Skander H.'s user avatar
  • 2,269
13 votes
3 answers
2k views

I’m interested in the idea behind this in general, so I thought this would be the best place to post, though I have a practical and semi-urgent need of allocating the points on my credit card towards ...
Dave's user avatar
  • 233
15 votes
4 answers
1k views

What are the mainstream models for portfolio optimization? We have Markowitz mean-variance model and CVaR-based models (e.g., max return subject to a CVaR constraint). What else is out there in terms ...
Daniel Duque's user avatar
  • 1,375