Quantitative Analysis
Parallel Processing
Numerical Analysis
C++ Multithreading
Python for Excel
Python Utilities
Services
Author
Printable PDF file
I. Basic math.
II. Pricing and Hedging.
1. Basics of derivative pricing I.
A. Single step binary tree argument. Risk neutral probability. Delta hedging.
B. Why Ito process?
C. Existence of risk neutral measure via Girsanov's theorem.
D. Self-financing strategy.
E. Existence of risk neutral measure via backward Kolmogorov's equation. Delta hedging.
F. Optimal utility function based interpretation of delta hedging.
2. Change of numeraire.
3. Basics of derivative pricing II.
4. Market model.
5. Currency Exchange.
6. Credit risk.
7. Incomplete markets.
III. Explicit techniques.
IV. Data Analysis.
V. Implementation tools.
VI. Basic Math II.
VII. Implementation tools II.
VIII. Bibliography
Notation. Index. Contents.

Why Ito process?


e first assume that the price of some asset is Markovian and has continuous path. We further assume that we can divide the whole time interval into sufficiently small subintervals MATH such that the properties of the price process are uniform within each MATH . We further divide such subintervals into smaller intervals of length $\delta t<<\Delta t$ . Let us denote $\delta x_{i}$ the price changes over MATH and denote $\Delta x_{t}$ the price change over MATH . According to the central limit theorem (see the section ( Central limit theorem )) applied to the sum MATH we have MATH or MATH where the $\sigma_{t}$ and $\mu_{t}$ are the volatility and mean of the smaller price changes $\delta x_{i}$ . The above expression must be invariant with respect to any sufficiently large number of subdivisions $N$ . Therefore, we must have that MATH and MATH for large enough $N.$

Consider now two time intervals, put together: MATH . We presume that $[t,t+2\Delta t]$ is still sufficiently small to maintain the identical distribution assumption for all $\delta x$ . For the price change $Dx$ over the union $[t,t+2\Delta t]$ we have MATH where the variables $\xi_{1}$ and $\xi_{2}$ are independent (Markovian property). The $\sigma_{t}$ and $\mu_{t}$ have the same dependence on $N$ as noted above. Therefore we find that the price change at time t over a small time interval has two components with the structure originated from the CLT. The first component is deterministic conditionally on $\QTR{cal}{F}_{t}$ and depends linearly on the length of the time interval. The second component is a normal random variable (also conditionally on $\QTR{cal}{F}_{t}$ ) with standard deviation proportional to the square root of the time interval. Hence we use the Ito process to model the Markovian price process with continuous path.

If the price does not have continuous path then we use a sum of an Ito process and a Poisson process with stochastic intensity (see the section on Credit risk). If the price is not Markovian and the total state variable is observable then we increase the dimensionality of the model to include the full information and consider a multidimensional Ito process. If some part of the filtration is not observable then we base our modelling on the Kalman filter technique, see section ( Kalman filter II ). If we are not sure about precise manner of interaction between the missing information and the price process then we may perform Bayesian modification of the model possibly combined with the hierarchical techniques, see the section ( Baysian statistics ).

It is common in financial analysis to use some limited model because hedging strategy restricts most sources of uncertainty or because the contract under consideration is not sensitive to some degrees of freedom. The section on incomplete markets contains a technique for combining several models into a consistent pricing policy.

More remarks on the subject of modelling are placed at the beginning of the part ( Data Analysis part ) and the part ( Implementation tools II ).

Principal insight into composition of stationary Markov process is given by the proposition ( Construction of generic Levy process ).





Notation. Index. Contents.


















Copyright 2007