June 13th, 2003, 5:50 pm
I guess the best answer is not really. You are asking some complex questions based on a lot of assumptions, so it is hard to give a direct answer without unpacking all those assumptions.Monte carlo, in the most basic sense, is just drawing random numbers according to a set of rules that simulate the outcome space of a probabilistic experiment. Evaluation of the outcomes of that experiment will give you a distribution that converges to the true distribution, given that everything is correctly specified (that is a big caveat.)MC is typically not the first choice for valuing derivatives because it is slow to run enough trials to get reliable results. However, for many instruments that have complex payoff functions, path dependence, or other difficulties, MC is the best (sometimes only) way to value them.I'm not sure what you mean by "test driving" the derivative.Also, MC is not scenario based. Running scenarios is sort of a degenerate form of quasi-MC, in which the simulated behavior of the underlying state variables is not random. Scenario analysis is closer to determinstic, in terms of the values taken on by the state variables, and is a very crude yet very fast way to describe a broad region in which the price of the derivative can take values.Does this help at all?