3
$\begingroup$

Let $W$ be a Wiener process, $r,\sigma \in \mathbb{R}_+$ and $S(T) = S(t)e^{(r-\frac12 \sigma^2)(T-t) + \sigma(W(T)-W(t))}$.

I want to evaluate $$A:=E[e^{- \frac12 \sigma^2 (T-t) - \sigma(W(T)-W(t)) } * \mathbf{1}_{\{S(T)>1.5\}}|\mathscr{F}_t].$$


You will see that the left-hand factor of the expectation is an exponential martingale of the form $\mathcal{E}(-\sigma W)_t$.

Question: What can I do to progress further? I feel like I can't go:

$$A = E[e^{- \frac12 \sigma^2 (T-t) - \sigma(W(T)-W(t)) }|\mathscr{F}_t] * E[\mathbf{1}_{\{S(T)>1.5\}}|\mathscr{F}_t]$$

because $W(T)$ appears both inside the $e^{...}$ and inside the $\mathbf{1}_{\{...\}}$, making them dependent.

  • 0
    Have tried Girsanov Theorem ?2012-11-24
  • 0
    @TheBridge I am not allowed to change probability measure in this question (they specifically told us so).2012-11-24
  • 0
    But $[S(T)\gt0]=[S(t)\gt0]$, no? Which would imply that the event belongs to $\mathcal F_t$, and make the answer trivial.2012-11-24
  • 0
    @did I apologize for the typo.2012-11-24
  • 0
    Jase: Just out of curiosity, who is asking you to solve this?2012-11-24

1 Answers 1

2

Since $W(T)-W(t)$ is independent of $\mathcal F_t$, $A=\mathbb E(X\cdot\mathbf 1_{S(t)Y\gt x}\mid\mathcal F_t)$ for $x=1.5$ and for some random variables $X$ and $Y$ which are independent of $\mathcal F_t$. Hence $A=\mathbb E(X)\cdot G(S(t))$ where $G(z)=\mathbb P(zY\gt x)$.

To go further, one can note that $X=\exp(- \frac12 \sigma^2 (T-t) - \sigma(W(T)-W(t)))$ hence $\mathbb E(X)=1$, and that $Y=\exp((r- \frac12\sigma^2) (T-t)-\sigma\sqrt{T-t}Z)$, where $Z$ is standard normal, hence $$ G(z)=\Phi\left(\frac{\log z-\log x+(\frac12\sigma^2-r) (T-t)}{\sigma\sqrt{T-t}}\right), $$ or some similarly ugly and mostly useless formula.

  • 0
    Just saying, this formula is related to Black Schole's modell.2018-01-27