Question: Exercise 9 . The Python function Sharpe _ Ratio uses a helper function data _ func to calculate the a , b , R a
Exercise The Python function SharpeRatio uses a "helper" function datafunc to calculate the and from a data set of stocks. This data is then used by the sharpeRatio function to calculate and optimal and optimal and return the optimal Sharpe Ratio smax. Finish SharpeRatio by filling in the missing line of code below. Hint: How did you find the amount to invest in stock B in the previous exercise?
from math import sqrt
def SharpeRatio stockAticker, stockBticker, Rf :
datafunc stockAticker, stockBticker
yoptimal # Finish this line.
Smax
printfThe maximum possible Sharpe Ratio for these two stocks is roundSmax, The unrounded Sharpe Ratio is
return max
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
