What is the output of the following Python session? >>> def func(y = 6): … b = 3 … return y * b … >>> x = 4 >>> b = 4 >>> print(func())
Blog
How does the IEX exchange defeat the high frequency traders…
How does the IEX exchange defeat the high frequency traders investigated in the 60 minutes video?
Consider the following valuation factors of a company: It ow…
Consider the following valuation factors of a company: It owns 1000 cars valued at $50,000 each It holds patents worth $15,000,000 It owes $10,000,000 in loans It pays $3.00 per year per share in dividends starting in one year The stock price is $40.00 per share There are 1,000,000 shares outstanding The discount rate is 5% Suppose you believe that over a period of a few weeks, the price of the stock will converge to book value + 10%. What should you do to profit from this expectation?
According to the CAPM, which statement is true regarding Alp…
According to the CAPM, which statement is true regarding Alpha and Beta for a typical stock drawn at random from the market portfolio?
Consider the following data: COL_1 COL_2 COL_3 0.00 100.00 0…
Consider the following data: COL_1 COL_2 COL_3 0.00 100.00 0.00 0.01 101.00 0.01 0.02 102.00 0.01 0.00 100.00 -0.02 0.02 102.00 0.02 What might the data in each of the columns represent (from left to right)?
Consider the following valuation factors of a company: It ow…
Consider the following valuation factors of a company: It owns 1000 cars valued at $50,000 each It holds patents worth $7,000,000 It owes $10,000,000 in loans It pays $1.00 per year per share in dividends starting in one year The stock price is $60.00 per share There are 1,000,000 shares outstanding The discount rate is 5% The risk free rate is 0% What is the book value of the company?
Suppose you are using one of the minimizing optimizers from…
Suppose you are using one of the minimizing optimizers from Scipy. You are using it to optimize your portfolio for MAXIMUM volatility, and port_vals are the daily total values of the portfolio for a particular allocation. Which of the following would be the best way to compute the objective function for the optimizer?
Consider the following order book. Bid size Price Ask size 5…
Consider the following order book. Bid size Price Ask size 55.90 400 55.85 300 55.75 300 100 55.45 75 55.35 200 55.25 At what average price would a market order to SELL 75 shares be executed?
Consider the following valuation factors of a company: It ow…
Consider the following valuation factors of a company: It owns 1000 cars valued at $30,000 each It holds patents worth $5,000,000 It owes $5,000,000 in loans It pays $3.00 per year per share in dividends starting in one year The stock price is $60.00 per share There are 1,000,000 shares outstanding The discount rate is 5% Suppose you believe that over a period of a few weeks, the price of the stock will converge to book value + 10%. What should you do to profit from this expectation?
Suppose you are using one of the minimizing optimizers from…
Suppose you are using one of the minimizing optimizers from Scipy. You are using it to optimize your portfolio to MINIMIZE the cumulative return, and port_vals are the daily total values of the portfolio for a particular allocation. Which of the following would be the best way to compute the objective function for the optimizer?