You are interviewing for a quantitative/strats role. The interviewer asks a series of theoretical questions about derivatives pricing and linear regression.
Assume an idealized (frictionless) market with:
Answer the following:
(a) Using a no‑arbitrage argument, derive the theoretical fair forward/futures price F0 and show that:
F0 = S0 * exp(r * T).
(b) Explain the intuition behind this formula: why should the futures price have this relationship to the spot price and the risk‑free interest rate?
(c) Briefly explain, at a high level, how similar replication / no‑arbitrage ideas are used to price simple European options on the same underlying. You do not need to derive a full closed‑form formula like Black–Scholes, but you should explain the overall approach (for example, via constructing a replicating portfolio or using risk‑neutral valuation).
Consider the standard linear regression model:
y = X * beta + epsilon
where:
Answer the following:
(a) State the classical assumptions underlying ordinary least squares (OLS) linear regression (for example, assumptions about linearity, independence, error mean, homoscedasticity, absence of multicollinearity, etc.).
(b) Derive the closed‑form expression for the OLS estimator beta_hat by minimizing the sum of squared residuals:
minimize over beta: ||y − X * beta||^2.
Show the main steps and give the final matrix formula for beta_hat.
(c) In simple linear regression with one predictor (y_i = alpha + beta * x_i + epsilon_i), write the closed‑form expression for the slope coefficient beta_hat in terms of sample covariances and variances (for example, using Cov(x, y) and Var(x)).
(d) Briefly state what additional assumptions are needed for:
Login required