Save
...
CFA Level 1
Quant methods
reading 6
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
joanna
Visit profile
Cards (23)
What function generates the lognormal distribution?
ex, where x is
normally
distributed
View source
Why are logarithms of lognormally distributed variables normally distributed?
Because
ln
(
ex
) equals x
View source
What is the relationship between continuously compounded returns and asset prices?
Asset prices modeled as continuously compounded returns
Future price
is based on
current price
View source
How can we express the sum of continuously compounded returns over shorter periods?
r0,T
is the sum of returns
View source
What does the central limit theorem imply about the sum of returns?
Their sum is
approximately normally distributed
View source
What distribution is PT if it is proportional to a normally distributed variable?
Lognormally
distributed
View source
What assumption is made about returns in many pricing models in the CFA curriculum?
Returns are independently and
identically
distributed
View source
What does it mean if returns are independently distributed?
Past returns do not
predict
future returns
View source
What is stationarity in the context of returns?
Mean
and
variance
do not change over time
View source
What is Monte Carlo simulation used for in investment applications?
To generate a distribution of
security values
View source
What must an analyst specify for each risk factor in Monte Carlo simulation?
The parameters of the
probability distribution
View source
How does Monte Carlo simulation generate random values for risk factors?
Based on
assumed probability distributions
View source
What is done with each set of randomly generated risk factors in Monte Carlo simulation?
Used with a
pricing model
to value the security
View source
What is the purpose of repeating the simulation many times in Monte Carlo simulation?
To draw inferences about
expected security values
View source
What can Monte Carlo simulation estimate about security values?
The
expected
mean and
variance
of values
View source
What is one advantage of Monte Carlo simulation?
Inputs
are not limited to
historical
data
View source
What is a limitation of Monte Carlo simulation?
It is complex and relies on
assumptions
View source
How does bootstrap resampling generate data inputs for simulations?
By repeatedly drawing
subsamples
from observed data
View source
What is the purpose of bootstrap resampling?
To infer
parameters
for the
population
View source
How does bootstrap resampling differ from Monte Carlo simulation?
Bootstrap uses
observed data
, Monte Carlo does not
View source
What is calculated in bootstrap resampling to estimate the standard error?
The
standard deviation
of
sample means
View source
What are the applications of Monte Carlo simulation in finance?
Value
complex
securities
Simulate trading strategy
profits/losses
Calculate
value at risk (VaR)
Simulate pension fund assets and liabilities
Value portfolios with nonnormal return distributions
View source
What are the steps in bootstrap resampling?
Start with
observed sample
Draw
subsamples
with same number of observations
Infer
population parameters
(
mean
,
variance
)
View source