Currently I am getting stuck with the stochastic process followed by forward stock prices:
Here's the rough background:
If we assume $S$ is a ito process satisfies that
$$ dS = \mu S dt + \sigma SdW_{t}$$
where $S$ stands for the stock price and $W_t$ is the wiener process.
And we define $f$ with
$$f(S,t)=Se^{r(T-t)}$$
According to the Ito's lemma:
$$df=\frac{\partial f}{\partial t} dt+ \frac{\partial f}{\partial S} dS+\frac{1}{2}\frac{\partial^2 f}{\partial S^2} {(dS)}^2$$
So to get the $df$, we need $$\frac{\partial f}{\partial t} , \quad \frac{\partial f}{\partial S} \quad and\quad \frac{\partial^2 f}{\partial S^2}$$
Let us consider the term $$\frac{\partial f}{\partial S} $$
According to the content on page-23 in textbook (thanks to @m_gnacik),
$$\frac{\partial f}{\partial S} = e^{r(T-t)}$$
which implies that $S$ is independent to $t$ and that textbook solves this partial derivative with considering $S$ as a constant number relative to $t$.
But in my opinion, due to the assumption that
$$ dS = \mu S dt + \sigma SdW_{t}$$
there's obvious some connection between $S$ and $t$, so there should be a function to describe this relation. So at least
$$S \quad is \quad independent \quad of \quad t$$
is not that intuitive to me...
I am so confused... Am I missing something here?
LAST UPDATE:
This question is similar to this one