BookmarkSubscribeRSS Feed
hellohere
Pyrite | Level 9

Say here are 100 trading days, and here are 20 winning portfolios with daily return 0.25%(100.25)

and 20 losing portfolios with daily return -0.25%(99.75). 

 

How to find the optimal portfolio-gap (Winner-Loser) with the max return (Winer-Loser) and the min

daily volatility?!

 

Though this a a theoretical problem, how to simulate the solution?! 

1 REPLY 1
hellohere
Pyrite | Level 9

dataset will like 40 columns(for 20 for winners and 20 for losers), and 100 rows(daily returns).

 

Winner Daily Return= 0.25*ranuni()+0.05*ranuni()               [Winner has daily 0.25% expected return, with 0.05% additional variance in expectation]

Winner Daily Return= -0.25*ranuni()+0.05*ranuni()              [Lower has daily -0.25% expected return, with 0.05% additional variance in expectation]

Goal is to find the Optimal Pair(Winner-Loser) to Maximize the Portfolio Gap Return with consideration with daily variance(Ret/Stdev)

 

Any help?! Thanks

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 380 views
  • 0 likes
  • 1 in conversation