- Last 7 days
-
book.derivative-securities.org book.derivative-securities.org
-
the random variable the mean of which we want to estimate is
The mean of the random variable of which we want to discuss is*
-
SS
we should also something like mean_terminal_stock_price or something more explicit or even S_hat
-
timate for the stock price as the dicsounted expected value of the terminal stock price
Should be \(S_t(m,i)\) we should also explain m here. The mth subdivision?
-
inout
input*
-
we would generate a standard normal Zi and compute logSi(T)=logS(0)+(r−q−12σ2)T+σTZi,logSi′(T)=logS(0)+(r−q−12σ2)T−σTZi. Given the first terminal price, the value of the derivative will be some number xi and given the second it will be some number yi. The date–0 value of the derivative is estimated as
Why does \(\log S_i(T)\) have the same randomness as \(\log S_i^{'}(T)\)? Do we need \(Z_i^{'}\) for the second simulated price?
also it might help to write \(x(S_i(T)) \) and \(y(S_i^{'}(T)) \) in the mean estimation for clarity.
-
## Antithetic Variates in Monte Carlo
Think this is missing sub-heading format?
-
two
too*
-
000
10,000 counting zeros without the commas is a pain
-
The black scholes fromula= 4.759422392871532
We've already the Black-Scholes function. Based on how compile.py works, we should be able to just recall it from the previous section and use it in the above block.
-
norm = stats.norm
this can be defined/declared outside the function. It's static
-
# <!-- norm = sp.stats.norm -->
shouldn't be here
-
cp
these variables are confusing. We should be more explicit about what these mean (e.g., cp to call_price and cc,cc1 to call_payoff_1, call_payoff_2)
-
Section 6.3 and~???. Of
missing section link
-
Monte Carlo and B
in general the previews from hovering the cursor over the links is missing
-
Chaps.~??? and~???.
missing citation here
-
and variance σ2T, where
Is nu supposed to be \(\mu\) ?
-
-
book.derivative-securities.org book.derivative-securities.org
-
blem~??? for
What is this referencing? 2.1?
-
- Nov 2024
-
book.derivative-securities.org book.derivative-securities.org
-
where now B∗ denotes a Brownian motion when V is the numeraire. This is equivalent to
@Mark they should know Girsonov Thm before this point
-
Close observation of the right hand side we see this is the drift term of Ito expansion for C if we work in the risk neutral measure.
what is 'this' referring to?
-
thw
the*
-
Calculations in Python
We can really get a lot out of interactivity here
-
delta
you should stick with either 'delta' or \(\delta\) not switch between
-
ion function N is the normal density function nd defined as
nd(d)?
-
left-hand side,
lefthand side of what?
-
^[T
what's going on with the brackets here
-
consider
dont need an extra 'consider' here
-
number Equation 4.2
the number in *
-
on the volatility coefficients and on B and B∗ to distinguish the Brownian motion driving S from the Brownian motion driving Y and to distinguish their volatilities are not needed here
this is grammatically confusing
-
There is no other risky asset price Y in this model, so the subscripts we used in Section 3.10
what about the subscripts
-
-
book.derivative-securities.org book.derivative-securities.org
-
``
we can take these out
-
it
dont need the 'it' here
-
ns, n=1. G
is n paths or subdivisions?
-
The code below simulates n=10000 paths with m=1000 time steps. There are some features of the simulation which will prove useful late
before we used m as the number of paths. Inconsistency here @mark
-
have
should have brackets to indicate what's included in summation
-
dividend
dividends
-
One input the is number n=10000 of time periods
One input is the number...
-
value
values*
-
ts, to a deterministic model, for example, in a model predicting the position of a falling object.
The model of noise was developed by Ito to account for random disturbances to a deterministic model, such as unpredictable wind gusts in predicting the position of a falling object.
-
-
book.derivative-securities.org book.derivative-securities.org
-
h price num(t). We w
"num" might be a little too generic. It could just be me but this looks off-putting
-
under different
Under different measures? Different probabilities?
-
are
are is not grammatically correct here
-
are
are is not grammatically correct here
-
The expected future (date–T) value equals the current (date–0) value, so the random variables (C/R and S/R or C/S and R/S) are
are martingales?
-
called a
called a martingale?
-
called a
called a what? Are we missing a word here?
-
asset as the
as the what? As the numeraire?
-