Chapter 19 Monte Carlo Valuation Flashcards

1
Q

Monte Carlo simulations is based on the idea that we can

A

simulate the stock prices to get option prices and then discount those on the risk free rate to get the value of the options

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Using a uniform distribution to simulate a lognormal can be done by

A

use uniform as generating the quantiles, then take the inverse normal functions, so if you got 0.1 then N(0.1), and finally raise it by e to get to a lognormal distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Standard deviation of a group of estimates is

A

1/(sqrt(n)) * sqrt of 1 sample

which can be found using sqrt over the whole sample

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Antihectic Monte Carlo

A

for each draw, you pull the opposite, so for 0.5, you also draw -0.5 can reduce variance as the each draw is normaled out by the other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Stratified Sampling Monte Carlo

A

take one draw randomly from each part of niform distribution i.e. one from [0, 0.01] , one from [0.01, 0.02] and so forth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Control Variate Monte Carlo Method

A

pg. 585
Choose correlated option that there is a formula for and instead calculate A + B(g - G) = a

B is cov(A, G) / Var(G)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Control Variate Monte Carlo Method Variation

A

var(A) = Var(a)(1 - p^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly