Consider the following order book. Bid size Price Ask size 210.10 490 210.05 500 210.00 1000 2000 209.95 2000 209.90 1500 209.85 How would you expect the price to change over the next few minutes?
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 real estate $10,000,000 It owes $5,000,000 in loans It pays $1.00 per year per share in dividends starting in one year The stock price is $55.00 per share There are 1,000,000 shares outstanding The discount rate is 2% The risk free rate is 0% What is the intrinsic value of the company?
What is the output of the following Python session? >>> q =…
What is the output of the following Python session? >>> q = 4 >>> r = q >>> q = 8 >>> print(r * q)
Consider the following order book. Bid size Price Ask size 2…
Consider the following order book. Bid size Price Ask size 200.80 300 200.75 200 200.50 100 200.25 200 100 199.95 400 199.90 100 199.85 At what average price would a limit order to BUY 500 shares at $200.75 be executed?
Comparing a decision tree model using information gain to a…
Comparing a decision tree model using information gain to a decision tree model using randomized feature selection and splits with the same leaf size, the decision tree using information gain will likely require:
Consider the following code snippet. >>> import numpy as n…
Consider the following code snippet. >>> import numpy as np>>> a = np.random.uniform(size=(3, 3)) >>> a array( ]) >>> b = np.random.uniform(size=(3, 3)) >>> b array( ]) >>> XXXX >>> a array( ]) What code could you replace with XXXX to cause the following output?
Consider the following code snippet. >>> import numpy as n…
Consider the following code snippet. >>> import numpy as np>>> a = np.random.uniform(size=(3, 3)) >>> a array( ]) >>> b = np.random.uniform(size=(3, 3)) >>> b array( ]) >>> XXXX >>> a array( ]) What code could you replace with XXXX to cause the following output?
Consider the following order book. Bid size Price Ask size 1…
Consider the following order book. Bid size Price Ask size 100.10 490 100.05 500 100.00 1000 2000 99.95 2000 99.90 1500 99.85 How would you expect the price to change over the next few minutes?
Consider the following valuation factors of a company: It ow…
Consider the following valuation factors of a company: It owns 1000 cars valued at $20,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 1% What is the book value of the company?
According to the 60 minutes video “Is the stock market rigge…
According to the 60 minutes video “Is the stock market rigged?” what did spread networks do?