Financial Risk Manager Part 1

Financial Risk Manager Part 1

Get started today

Ultimate access to all questions.


The MA(2) model is defined as Yt=0.1+0.8ϵt−1+0.16ϵt−2+ϵtY_t = 0.1 + 0.8\epsilon_{t-1} + 0.16\epsilon_{t-2} + \epsilon_t. Rewrite the model using a lag polynomial.

TTanishq



Explanation:

Explanation

Given the MA(2) model: Yt=0.1+0.8ϵt−1+0.16ϵt−2+ϵtY_t = 0.1 + 0.8\epsilon_{t-1} + 0.16\epsilon_{t-2} + \epsilon_t

Using the lag operator LL where LYt=Yt−1LY_t = Y_{t-1}:

  • ϵt−1=Lϵt\epsilon_{t-1} = L\epsilon_t
  • ϵt−2=L2ϵt\epsilon_{t-2} = L^2\epsilon_t
  • ϵt=L0ϵt=1⋅ϵt\epsilon_t = L^0\epsilon_t = 1\cdot\epsilon_t

Substituting into the model: Yt=0.1+0.8(Lϵt)+0.16(L2ϵt)+(1⋅ϵt)Y_t = 0.1 + 0.8(L\epsilon_t) + 0.16(L^2\epsilon_t) + (1\cdot\epsilon_t)

Factoring out ϵt\epsilon_t: Yt=0.1+ϵt(0.8L+0.16L2+1)Y_t = 0.1 + \epsilon_t(0.8L + 0.16L^2 + 1)

This matches option C exactly. The constant term 0.1 remains unchanged since the lag operator doesn't affect constants.

Key points:

  • The lag operator LL shifts the time index backward
  • Constants are unaffected by the lag operator
  • The polynomial in LL represents the moving average coefficients
  • The model can be written as Yt=μ+θ(L)ϵtY_t = \mu + \theta(L)\epsilon_t where θ(L)\theta(L) is the MA polynomial

Comments

Loading comments...