I have the following problem:
Consider the system of (Ito) SDE's for the price $S_{t}$ of a stock, the stochastic and past-dependent volatility $\sigma_{z}$ and the long-term averaged volatility $\xi_{t}:$
\begin{array}{l} d S_{t}=\alpha S_{t} d t+\sigma_{i} S_{t} d w_{t}^{1} \\ d \sigma_{t}=-\left(\sigma_{t}-\xi_{t}\right) d t+p \sigma_{t} d w_{t}^{2} \\ d \xi_{t}=\frac{1}{\alpha}\left(\sigma_{z}-\xi_{i}\right) d t \end{array}with $S_{0}=€ 50, \quad \sigma_{0}=0.20, \quad \xi_{0}=0.20 \quad$ and $\alpha=0.10$
For $p=0($ and $\alpha \neq 0)$ the well-known Black-Scholes model is obtained: $$ d S_{t}=\alpha S_{i} d t+\sigma_{0} S_{i} d w_{i}^{1} $$
Question: How do I implement the Euler scheme for this SDE?
Nadine :)
Additional Question after answer of :
Unfortunately my knowledge is not sufficient to follow your answer. I found the following derivation on page 2 of: http://people.math.gatech.edu/~meyer/MA6635/chap4.pdf
We can now state Itô's lemma: Let $X$ satisfy $$ \begin{aligned} d X(t) &=a(X, t) d t+b(X, t) d W \\ X(0) &=X \end{aligned} $$
or in the case of my specific SDE:
$d S_{t}=\alpha S_{t} d t+\sigma_{i} S_{t} d w_{t}^{1} \\$
with $a(X,t) = \alpha S_{t}$ and $b(X,t) = \sigma_i S_t$
Then the following is stated:
"Assume that u(x, t) is a smooth function of the independent variables x and t. Then"
$d u(t)=\left[\frac{\partial u}{\partial t}+a(X, t) \frac{\partial u}{\partial x}+\frac{1}{2} \frac{\partial^{2} u}{\partial x^{2}} b(X, t)^{2}\right] d t+b(X, t) \frac{\partial u}{\partial x} d W$
I don't understand why only the $a(X,t)$ term gets replaced by this îto solution.
The second part states that:
If we apply Itô's lemma to $u=\ln s$ where $$ d S(t)=\mu S d t+\sigma S d W $$ then (with $X=S, a(S, t)=\mu S, b(S, t)=\sigma S)$ we find $$ \frac{\partial u}{\partial s}=\frac{1}{s}, \quad \frac{\partial^{2} u}{\partial s^{2}}=-\frac{1}{s^{2}}, \quad \frac{\partial u}{\partial t}=0 $$
I see where the derivatives come from, but I don't see why u = ln(s).
The document states that:
$d u(t)=\left[\mu-\sigma^{2} / 2\right] d t+\sigma d W$
But find that really strange since there are no $S$ terms or $a(X,t)$ or $b(X,t)$ terms are observed.
Thank you very much for your first reply, but it went way too quick. Since I can't go to univeristy due covid, this forum is the only forum of instruction I have.
Would you mind to elaborate the answers with more steps based on the additional questions?
Thankyou, Nadine :)