I'm reading about the Nonlinear Asymmetric GARCH (NAGARCH) model. If NAGARCH(1, 1) is given by:
$${\displaystyle ~\sigma _{t}^{2}=~\omega +~\alpha (~\epsilon _{t-1}-~\theta ~\sigma _{t-1})^{2}+~\beta ~\sigma _{t-1}^{2}},$$
where ${\displaystyle ~\alpha \geq 0,~\beta \geq 0,~\omega >0}$ and ${\displaystyle ~\alpha (1+~\theta ^{2})+~\beta <1}$. Then what would be its general form — i.e., NAGARCH(p, q)?
Would the following general form of the NAGARCH model be appropriate:
$${\displaystyle ~\sigma _{t}^{2}=~\omega +\sum_{i = 1}^{p}\sum_{j = 1}^{q}~\alpha_i (~\epsilon _{t-i}-~\theta ~\sigma _{t-j})^{2}+\sum_{j = 1}^{q}~\beta_j ~\sigma _{t-j}^{2}}.$$
When searching, I failed to find any paper or article giving the general form of the model.
Thanks in advance.