Han & Li Hybrid Implied Volatility Pricing DECISION SCIENCES INSTITUTE. Henry Han Fordham University

Size: px
Start display at page:

Download "Han & Li Hybrid Implied Volatility Pricing DECISION SCIENCES INSTITUTE. Henry Han Fordham University"

Transcription

1 DECISION SCIENCES INSTITUTE Henry Han Fordham University Maxwell Li Fordham University HYBRID IMPLIED VOLATILITY PRICING ABSTRACT Implied volatility pricing remains an ortant problem in finance with the surge of high frequency trading. However, there is no a widely accepted way in finance community because no systematic performance analytics are available for existing methods. In this study, we propose a novel hybrid lied volatility pricing method and evaluate its performance along with peer methods through a data-driven approach. The proposed method demonstrates its superiority to other methods in terms of convergence order and accuracy. Our method is especially suitable for high frequency trading for its exceptional speed and sureness in convergence. KEYWORDS: Option, Black-Sholes Model, Greeks, Implied Volatility, High Frequency Trading INTRODUCTION With the surge of high frequency trading (HFT), in which a transaction completes in less than a second or even millisecond, lied volatility pricing remains an ortant problem in finance (Carrion, 0, Hagstromer and Lars, 0). Implied volatility measures investor's confidence about the future risk of the underlying asset (e.g. stock) in a financial market, but cannot be observed directly from the historical pricing data. As a key measure of option price, lied volatility provides a prediction or even classification about the future performance of option. It is actually quoted more often than an option s price in trading. Since high frequency trading brings ultra-fast movements in the price of securities, it requires corresponding speedy updates in option quotes for arbitrage or hedge (Foucault et al 06). In other words, it is essential to conduct accurate and fast lied volatility pricing for the sake of profitable trading. Implied volatility is defined as the value that makes the theoretical price of an option under an option pricing model equal to its current market price. That is, it is the numerical solution of the nonlinear equation: F( ) = C( ) C * = 0, in which C ) is an option pricing model with lied volatility as one parameter, and ( * C is the current market price of the underlying asset. Mathematically, ) ( C is a multi-variable function to model option prices, in which each variable is a relevant parameter (e.g. strike price) contributing to option pricing.

2 The Black-Scholes model was the first option pricing model proposed in 97 by modeling option pricing via stochastic partial differential equations (Black and Scholes,97). Merton did excellent extensions to this model (Metron, 97). It has been a classic model widely used in option pricing, especially effective and robust for vanilla options. It has been reported that it can still work correctly even if we drop some assumptions of this model such as constant volatility. There are quite a few option pricing models derived from this model in the previous studies. They include stochastic volatility models (Hull and White, 987; Heston 99.), jump diffusion models, and their variants (Andersen, 000). These polished models perform better than original Black-Scholes model in some aspects, but they require sufficiently accurate parameter estimations, which may not be easily achieved sometimes. As such, we employ the classic Black-Scholes model as the option pricing model in this study for its generalization and robustness. Implied volatility pricing under Black-Scholes model is equivalent to find the root of the nonlinear * function F( ) = C( ) C numerically. Root-finding is a relatively mature mathematical topic with a lot well-developed algorithms. However, only bisection and Newton methods are mentioned mostly in lied volatility pricing literature (Haug 007). The bisection method finds the lied volatility by seeking the root of the function F ) through halving a sequence of search intervals. Newton method approaches the lied volatility along the derivative direction of the function F ) from an initial value, i.e. initial lied volatility approximation. Newton ( method is assumed to outperform the bisection method for its second order convergence (Corrado and Miller 996). However, it is an ad-hoc conclusion and cannot meet the demand of lied volatility pricing in trading for the following reasons. First, it is only a theoretical conclusion based on their convergence order. Newton method s convergence actually relies on its initial lied value by the nature of its local convergence. A bad initial value may trigger the risk of divergence (Wu. 005). Second, many mature root-finding algorithms (e.g. Brent) are not mentioned or least investigated in previous studies (Brenner and Subrahmanyam, 988; Corrado and Miller 996; Haug 007) though they have better convergence speed and accuracy (Boyd, 0). As a result, the performance of the algorithms is almost unknown to finance communities. Third, pricing algorithm evaluations in the previous studies are basically model-driven instead of data-driven. The algorithm evaluations are based on very limited data or even case study results. Such a way usually fails to provide comprehensive evaluation on an algorithm s performance. For example, it may miss the divergent cases of Newton method because of only a limited number of option contracts used in pricing. On the other hand, trading in current finance markets is characterized by a huge amount data in a very short time. It requires lied volatility pricing algorithms to have fast speed and guaranteed convergence in such a data-driven environment. In this study, we categorize lied volatility pricing into Greeks free, Greeks-based, and hybrid pricing methods under the framework of Black-Scholes model. Furthermore, we propose an effective hybrid pricing algorithm and evaluate it in a data-driven approach along with its peers. All option data used in our study is crawled from web and further processed for pricing algorithms under Black-Scholes model. We have found that Newton method has the worst performance in terms of accuracy, but bisection method has the worst performance in terms of convergence speed. However, the (

3 proposed method demonstrates its superiority to other methods in terms of convergence order and accuracy. It is especially suitable for high frequency trading for its exceptional speed and sureness in convergence. Our result can be also easily extended to other refined option pricing models to handle more general situations. PRINCIPLE OF BLACK-SCHOLES MODELS In this section, we briefly review Black-Scholes model that is mainly used to calculate option price and derivative terms (Greeks) in lied volatility pricing. Black Scholes (BS) model Black Scholes model views option price as a differentiable function (f) with five variables: expiration time (t), current underlying asset price (S), (lied) volatility of the underlying (), strike price (K), and risk free interest rate (r). It initially assumes that options are only European options, interest rates are constant and always known, the underlying pays no dividends and its returns are normally distributed and there are no transaction costs. Although the assumptions do not match real market situations completely, it has been addressed in its different extensions. Black Scholes models option price f(s, K, r,, t) as the following partial differential equation (PDE): f f f + rs + S rf = 0 () t S S f / t and f / S are the changes of option price with respect to time and underlying price respectively. f / S is the second order changes of option price with respect to underlying price. Although not technically, Black-Scholes model can be summarized conveniently as one sentence, i.e. all weighted changes with respect to time and underlying price is the product of interest rate and option price. The weights are [, rs, S /] and the changes with respect to time and underlying price are [ f / t, f / S, f / S ]. The analytic solutions exist for European call and put respectively. That is, the prices of call and put with time T before maturity are C = SN ( d ) Ke rt N ( d ) and P = Ke rt N ( d ) SN ( d ) respectively. N(.) is the probability distributive function (CDF) of standard normal distribution. The values of parameters are d = ln ( S / K ) + ( r + / )T, d = d T. T Greeks for lied volatility pricing Greeks are a set of derivatives modeling the sensitivity of option price with respect to its parameters. We mainly focus on two Greeks: Vega and Vomma that are used in lied volatility pricing. They both are identical for put and call options. They are needed in the nd and rd order convergence root finding methods (e.g. Newton and Halley methods) in lied volatility pricing respectively. The convergence order of root finding algorithms will be introduced in the Method section. Vega vega = f / represents the change of option price with respect to volatility. It can be calculated as vega = f / = Sn( d) T, in which n(.) is the probability density function of standard normal distribution (Haug 007). When an option attains its maximum vega, it indicates the best time to profit from moves in lied volatility in trading.

4 Vomma is the second order derivative of option price with respect to volatility, i.e. vomma = f / = Sn( d) T ( dd / ). It measures the change rate of vega as volatility changes. Traders usually bet on changes of lied volatility in trading by observing an option s Vomma. METHODS Implied volatility pricing is essentially a root finding problem under Black Scholes framework. Before categorizing lied volatility pricing algorithms, we introduce the concept of convergence order for the convenience of descriptions. Convergence Order Given the true solution * x obtained from root finding algorithm A for F ( x) = 0, n x is the n th * approximation of x, the convergence order of the root finding algorithm is defined as * x xn+ qa = lim () n * x xn If q A =, the convergence is linear; If < q A <, the convergence is superliner; If q A =,, the convergence is quadratic; If q =,, the convergence is cubic. Implied Volatility Pricing Algorithms Categorizations A We categorize lied volatility pricing algorithms into Greeks-free, Greeks-based, and hybrid methods according to the root finding algorithms they use. The Greeks free methods are those root finding methods that don t require the derivatives of the objective function F ). It includes bisection, brent, muller-bisection, and ridder methods in this study (Kiusalaas 00, Boyd 0). Brent method by nature has an advantage over Bisection for its relative complicate algorithm design. It has a convergence order.84 in best case. Muller-Bisection combines the convergent efficiency of Muller s method and global convergence of the bisection method (Wu, 005). It has a convergence order.84. Ridder method has a concise structure than Brent method and has convergence order.44 (Ridders, 979). Since the derivatives of the objective function are equivalent to Greeks in Black Scholes model, it is called Greeks free methods. These methods have the least demand from option pricing model because they only need option price values and don t require the objective function is differentiable. Almost all of them have a superlinear convergence except bisection has a linear convergence order. The Greeks-based methods require the objective function is differentiable. They actually do need the first and second derivatives of the objective function with respect to lied volatility. In other words, they need Vega and Vomma Greeks respectively in lied volatility calculations. They include Newton, Halley methods, and their variants. They have quadratic and cubic convergence orders, but are locally convergent approaches. The locally convergent means they can find the lied volatility provided the initial value is close enough to it. Thus, Greeks-based methods have a risk of divergence, when a bad initial value is chosen. (

5 The hybrid methods generally combine both methods to optimize speed and accuracy of lied volatility pricing. They share the same convergence orders as the corresponding Greek-based methods. Exactly speaking, it employs Greeks free methods to feed Greek-based methods good initial values point in iteration to optimize their convergence. Although hybrid approaches were well discussed in numerical analysis community, they are least investigated in lied volatility pricing. We introduce three hybrid methods based on Brent method, Newton and Halley method in this study Greeks Free Implied Volatility Pricing Greeks free lied volatility pricing does not need Greeks in lied volatility calculations. The derivatives (Greeks) are technically approximated by option pricing values when it is needed. For example, the derivative of secant method is approximated by as the quotient of finite differences. Greeks free methods are globally convergent approaches that always converge to the true lied volatility value irrespective of any initial lied volatility approximations. We use Brent method as an example to illustrate Greeks free approaches. As a method with a superlinear convergence order (.84) at its best case, Brent s method combines bisection method and inverse quadratic interpolation method (Boyd 0). Its basic idea is to compute a sequence of extra provisional values via inverse quadratic interpolation in Bisection. The extra provisional values are used to update the root bracketing intervals in Bisection. Brent lied volatility pricing method can be described as follows. Algorithm Brent lied volatility pricing Input: Option pricing function F (.), tolerance ε 0 0 Max iteration number: MaxIter Initial search interval: [ x, x ] such that F ( x ) F( x ) < 0 Output: Implied volatility such that F ) < ε (. Initial three points: = x, = x, = x, yi = F( xi ), i =,,. if y y > 0 swap and end if. iter= 4. While y ε and y ε and iter <MaxIter 5. = ( + )/ 6. compute y = F( ) 7. If y y y //do inverse quadratic interpolation 8. y y y y y y = + + ( y y)( y y) ( y y)( y y) ( y y)( y y) () 9. else // linear interpolation (secant method) 0. y ( ) = ( y y) (4). end if. compute y = F( ). if > swap and end if 4. if yy < 0

6 5. =, = 6. else 7. if ( yy < 0) = else = end if 8. end if 9. iter=iter+ 0. end while. y or y Greeks-based Implied Volatility Pricing For the convenience of description, we give Greeks-based lied volatility for European call options as follows. Given an European call option with current underlying asset S, strike K, riskless interest rate r, time to maturity, and its market price C *, lied volatility pricing is equivalent to do root finding for nonlinear equation F( ) = C( S, K, r, T, ) C * = 0, in rt which C S, K, r, T, ) = SN( d ) Ke N( ). ( d The Newton lied volatility pricing is equivalent to the following iteration scheme, F( ( n+ ) = F'( ) The objective function derivative is equivalent to Greeks term: Vega, i.e., F '( ) = C. The equation is further updated as * C( S, K, r, T, ) C ( n ) + = (6) Sn( d) T Similarly, the Halley lied volatility pricing is equivalent to the following iteration scheme, F( ) ( ) ''( ) ( + ) ( ) F F n = n (7) F'( ) F'( ) F'( ) C F' '( ) is actually Vomma: F ''( ) =. Plugging Vomma into equation (4), we have Halley lied volatility pricing: ) (5) F( ) ( ) ( + ) ( ) F n = n dd (8) Sn( d ) T Sn( d) T It is noted that both methods are sensitive to initial points in pricing though with different degrees. If the initial points are close enough to the true lied volatility, they can demonstrate excellent convergence order. Otherwise, they may have the likelihood not to converge in pricing. In other words, Greeks-based methods are locally convergent approaches because convergence relies on the selection of an initial lied volatility approximation. Hybrid Greeks Implied Volatility Pricing

7 As a hybrid approach, it employs Greeks free methods to feed Newton or Halley methods better starting point in iteration to optimize their convergence. The first step is to locate an initial lied volatility approximation via running k feed-in steps of a Greeks free method in a (0) (0) search interval, ] i.e. GreeksFree F,,, k). The second step is to seek the [ ( (0) lied volatility value via a Greeks-based method by using as the starting point. Theoretically, any Greeks free methods can be used in the first step to feed a good starting point to Newton or Halley methods (Proinov et al. 05). We choose Brent method in this study for its relatively fast speed and sureness of convergence. We introduce three hybrid pricing methods in this study. The first two are hybrid Newton and Halley methods by using Brent method to feed initial values. We call them new Newton and new Halley for the convenience. The third is called Halley momentum method that adds a momentum item in new Halley s iteration. The Halley momentum method is obtained by adding a momentum parameterγ that is set as 0.9 in our lementation to the new Halley s iteration method, namely, F( ) ( ) ( + ) ( ) F n = n dd γ (9) Sn( d ) T Sn( d) T It is worthwhile to point out that such a momentum approach is widely employed in complicate gradient based learning for the sake of robust convergence. We are especially interested in knowing this algorithm s accuracy and convergence order because it actually changes the original Halley iteration scheme. It is worthwhile to point out that the new Halley method is the hybrid lied volatility pricing method we specially propose in this study. It combines Brent methods sureness in convergence and the cubic order convergence of Halley method. The reason we introduce three different hybrid pricing algorithms is to demonstrate the advantage of new Halley method by comparing it with the two hybrid peers besides the Greeks free and Greeks-based methods. Although hybrid approaches were well discussed for Newton method in numerical analysis community (Boyd, 0), it is still unknown how many feed-in steps should be used in the Greeks free method that is chosen as Brent method in this work. However, we solve this issue in an empirical way in this study. We have found that the number of feed-in steps k, i.e. number of steps Brent method should run, can be as small as k= while guaranteeing its convergence in this study. It further suggests setting k < E(t) / 4 for a more generic situation, in which E(t) is the time expectations of the Greeks free method (see the time expectation definition in Result section). RESULTS We introduce our datasets before presenting our results. Data Collection and Preprocessing All option data in this study is crawled from nasdaq.com by an option web gleaning software: OptionWebGlean we developed. This website includes almost all stock and transactions information on Nasdaq stock market. The data collection consists of the following steps. First, all option data is collected for all 6685 tickers on nasdaq.com (until Feb 7, 07). The raw option data crawled from the site contains more than 0,000 option contracts.

8 Second, we clean the raw data by removing all contracts with missing data to obtain a cleaned option dataset that has 959 option contracts. Each option contract includes stock price, option price, strike price, expiration date and lied volatility besides other features. Third, European options are selected from the 959 option contracts by employing Brent method for the sake of Black-Scholes based option pricing. This means we use Brent method under Black-Scholes model to calculate the lied volatility for each option contract and compare the result with the true lied volatility. An option the option contract is believed as a European option, if the following two conditions are satisfied. The first is the calculated lied volatility is in the range of the true lied volatility under a preset ( B) tolerance β that is set as 0.0 in this study. ( B) < β (0) ( B) The second is the ratio of the absolute difference and true lied volatility should be less than a threshold α set as ( B) < α () The reason why we employ Brent lied volatility pricing is because of its sureness in convergence and good speed. Theoretically it can be any Greeks free methods. Finally, we have a dataset consisting of 7 European option contracts (076 calls and 95 puts). Figure illustrates the distribution of lied volatility distributions for total 076 call and 95 put options in the dataset. The corresponding percentage change of option prices are colored for each group. It is interesting to see the distribution of lied volatility is not subject to a normal distribution. Instead it skews to the left but with a long right tail. That is, most of lied volatility values are centered in the interval (0.0, 0.5) though there exists values larger than (e.g..). Fig. The distributions of lied volatility values for call and put options on our dataset that consists of 076 call and

9 95 put options. The corresponding percentage change of option prices are colored for each group. Most lied volatility values range from 0. to 0.5. Data-driven Evaluations It is desirable to take a data-driven approach to evaluate different methods performance instead of relying on a few test cases to avoid possible biases. Thus, we evaluate different pricing methods based on all 7 European options collected in this study. On the other hands, all pricing methods are iteration methods and different initial values can even affect a method s performance to some degree. In order to avoid biases from specifically selected few initial values because they may favor some methods, we randomly choose initial points from [0, ] for each pricing method for each option case. That is, there are totally 7 randomly selected initial values for each method. Furthermore, we design the following data-driven evaluation measures to evaluate all methods performance with respect to accuracy and running time. These measures include time expectation, mean error, mean square error (MSE) and efficiency, which aim at evaluating the expected performance of a given method among all option data in our experiment. Time expectation is the average iteration steps spent for a given method to attain its convergence under a tolerance ε that is set as 0 - in our lementation for a set of options, N i.e. E ( t) = t i. For example, if a method has time expectation value 8., it means it takes N i= averagely 8. steps for each option among the total 7 options to converge to its lied volatility value. If the method diverges on an option, then its number of iteration steps can be huge (e.g. the method s maximum iteration number: 0,000). For example, Newton and Halley methods both encounter divergence and their time expectations are and 79.7 respectively. Mean error is the expectation of all absolute errors between the calculated lied volatility and the for all N options me = N N i= () In which, i is the calculated lied volatility for the i th option and is the true lied,i volatility value. The smaller the mean error value, the better accuracy a method. Correspondingly, we can define a similar mean square error (MSE) as mse =, i, i, N i= which has the same functionality as the mean error., i, i N It is worthwhile to point out that the values of mean errors and MSE for a method with divergent cases can be much larger than those convergent methods. For example, Newton method always has an infinite mean error value because it does diverge on a number of options. Efficiency is defined as the following ration for a given a pricing method. e mse ς = () log ( + Ε( t))

10 where Ε (t) is the time expectation of the method. The ς = means the ideal state of pricing, that is, mse is 0 and the pricing method only takes one iteration step averagely to achieve the true lied volatility value. Thus, the method is the most efficient one with 00% efficiency. In other words, the closer the efficiency to, the more efficient the method. On the other hand, it is quite easy to see that a divergent method will always have an infinite efficiency value. Implied Volatility Pricing Method Comparisons We employ total 0 different methods in this study. There are five Greeks free methods, which include Brentq, Brenth, Ridder, Bisection, Muller-bisection. Brentq and Brenth both are Brent lied volatility pricing methods. The former uses the classic inverse quadratic interpolation and the latter employs an alternative hyperbolic interpolation in seeking the final lied volatility for each contract. There are two Greeks-based methods: Newton and Halley and three three hybrid pricing methods: new Newton, new Halley, and Halley momentum methods, in which Brent method is employed to feed the initial values for them. We use existing three months U.S. treasury yield as the risk free rate in Black-Scholes model. We set the convergence tolerance ε =0 for all methods, i.e. will be calculated lied volatility when F ( ) < ε. Greeks-based methods encounter divergence. It is interesting to see that both Newton and Halley methods encounter divergence on our dataset. Exactly speaking, Newton method has diverged on 9 options, and Halley method also has diverged on 60 options. This is mainly because their convergence much relies on the initial values close to the true lied volatility value. Although they have attained decent convergence on most option contracts among the total 7 options, it is hard to say they are robust enough methods because of their large time expectations (465.4 and 79.7), infinite mean errors and efficiency values. It is worthwhile to point out that we did not encounter divergent cases for Greeks-based methods when using an option dataset less than 00 options in our previous study. This suggests the advantage of data-driven evaluations over the traditional model-driven evaluations in which only a limited data are involved in method evaluations. All Greeks free and hybrid methods converge. On the other hand, all the other 8 methods all demonstrate convergence in lied volatility pricing. That is given a random initial value in [0,], each of these methods always achieve their convergence, i.e., the objective function F ( ) < ε = 0. Thus, we only focus on the convergent methods in performance measure comparisons exclude Newton and Halley methods in the comparisons of mean error, time expectation, and efficiency. Figure illustrates that the values of mean error, time expectation and efficiency for eight pricing methods. It demonstrates the advantages of the two hybrid pricing methods over those Greek free methods. For example, new Halley and new Newton attain about 4% and 9% efficiency respectively, but the best Greeks free method (riddle) only achieves.67% efficiency. It is noted that original Greeks-based Newton and Halley methods are excluded for divergence, and the number of feed-in steps is set as k= for all hybrid pricing methods. Especially, the proposed new Halley method has the best performance with respect to efficiency among all the 8 methods. It only takes.9 steps to find the lied volatility value for each option. It is about.7 times faster than the best Greeks free method: ridder,. times faster than new Newton method, and more than 0 times faster than bisection method.

11 Moreover, it is interesting to see that all the seven methods except Halley momentum, achieve the same mean error value. This is because they all converge to a same lied volatility value for each option. It further suggests the correctness of the methods. On the other hand, it suggests that Halley momentum loses some accuracy due to the introduction of momentum term in iteration though it still demonstrates convergence in a slow manner. This result suggests the ortance of a right Greeks-based method in hybrid pricing, because adding a momentum term may change Halley iteration scheme itself. It may demonstrate effectiveness in Gradientbased learning, but not a good choice for lied volatility pricing. Fig. The comparisons of mean error, time expectation (average steps) and efficiency of eight convergent methods. Except Halley momentum method, they all achieve the same mean errors. The proposed new Halley has the obvious advantages over the other methods. How Many Feed-in Steps Needed in Hybrid Pricing? How many feed-in steps needed for Brent method to feed a Greeks-base method in hybrid methods? There are no rigorous results on this question except a suggestion to place the initial point close to the true lied volatility as much as possible.

12 We have found that Brent actually only needs one feed-in step in all hybrid pricing to guarantee convergence for all option data in our study. Instead, more feed-in steps may lower the methods efficiency. Figure compare the time expectation and efficiency of three hybrid pricing methods under five different feed-in steps:,, 5, 8, and 0 respectively. It is interesting to see that all three methods decrease their time expectation and efficiency values with the increase of feed-in steps. For example, the time expectation of new Newton, new Halley and Halley momentum are.99, 4.96 and.79 respectively when the number of feed-in steps k=. However, they become 6.4, 6.8 and 6.4 respectively when k=. This tendency continues with the increase of k values. In fact, their efficiency values also share the same tendency. It is also interesting to see that new Newton and new Halley will show a close performance because more feed-in steps from Brent methods dominate the pricing process. Finally, two methods would have a same level performance though Halley itself has a higher convergence order than Newton. Fig The comparisons of time expectation and efficiency of three Hybrid pricing methods under five different feed-in steps (Brent steps):,, 5, 8, and 0. It is clear that all three methods decrease their time expectation and efficiency values with the increase of feed-in steps. Figure 4 illustrates real iteration scenarios of new Halley for five randomly picked option contracts, in which Brent method provides,,5, and 8 feed-in steps in pricing. It is easy to see that Halley method spends at most steps to converge, i.e. the objective function value < 0 -, when the number of feed-in steps is or. However, Halley method may not need to get involved to pricing for some options when the number of feed-in steps increases to 5 or 8. It suggests only very few feed-in steps are need in hybrid pricing. In fact, we have found that new Newton and new Hybrid methods can still keep its advantage over those Greeks free methods

13 when the number of feed-in steps is set as k < E(t) / 4, where E (t) is the time expectation of the Greek free method used in hybrid methods. Fig 4. The comparison of different feed-in steps for a set of randomly selected 5 options in new Halley pricing. When the number of feed-in steps increases, Halley method may only need one or two steps or not involved in pricing.

14 DISCUSSION AND CONCLUSIONS We propose a novel hybrid lied volatility pricing method: new Halley and evaluate its performance along with its nine peer methods through a data-driven approach. The proposed method achieves its superiority to other methods in terms of convergence order and accuracy. It meets the needs of lied volatility pricing in high frequency trading for its exceptional speed and sureness in convergence. Interestingly, it seems that Greeks-based lied volatility pricing methods are not good choices because their divergence risk. Although Greek free methods have sureness in convergence, they suffer from relatively slow convergence than the proposed new Halley method. In fact, it seems that hybrid lied volatility pricing seems to have advantages than Greeks free and Greek-based methods. However, there is still some room for us to further optimize this method. For example, Brent method can be replaced by other more efficient Greeks free method. This is because Brent method has the second largest time expectation values among all Greeks free methods in our study. Moreover, it is possible to replace Halley method by a fourth order convergence method, () in which Greeks Ultima F ( ) = C / is the corresponding derivate term in iteration (Haug 007). Another contribution of this work is our data driven lied volatility pricing method evaluation. It overcomes the weakness of the traditional model based evaluation by listening to data s voice in evaluating an algorithm s performance by using a large amount of real data. For example, Ridder method is found the best Greeks free method in our study. However, its convergence order is only.44, which is much lower than those of Brent and Mull-bisection methods. This is because algorithm convergence order is calculated by making an assumption there are a large number of iterations in finding the solution, i.e. n. But it does not match the real lied volatility pricing situations because most algorithms only need quite limited number of iterations or few steps to find the solution. The traditional convergence order can t model the situation very well or at least accurately. However, our data-driven evaluation approach can handle it very elegantly. To some degree, it is an approach that is more suitable for lied volatility pricing evaluations for the modern trading market. It is noted that our proposed hybrid method can be generalized to the extensions of Black- Scholes model to handle more complicate cases in lied volatility pricing. For example, an easy and natural extension is to handle European options with dividends by sly using Black- Scholes-Merton model (Haug 007, Merton 97). In our future work, we plan to investigate the extension of our proposed method in different option pricing models and integrate such lied volatility pricing with big data analytics techniques. REFERENCES Andersen, L. and Andreasen, J. (000) Jump-Diffusion Processes: Volatility Smile Fitting and Numerical Methods for Option Pricing, Review of Derivatives Research, 4, 6 Black F, Scholes M. (97) The pricing of options and corporate liabilities. Journal of Political Economy, 8 () :

15 Brenner and Subrahmanyam (988), N A sle formula to compute the lied standard deviation. Financial Analyst Journal, 44(5):80 8 Boyd J (0) Finding the Zeros of a Univariate Equation: Proxy Rootfinders, Chebyshev Interpolation, and the Companion Matrix, SIAM Review, 55() Carrion, A (0), Very fast money: High-frequency trading on the NASDAQ, Journal of Financial Markets 6, Corrado and Miller (996) A note on a sle, accurate formula to compute lied standard deviations. Journal of Banking & Finance. 996, 0: Foucault T et al (06) News Trading and Speed, Journal of Finance, VOL. LXXI, NO. Hagstromer and Lars (0), The diversity of high-frequency traders, Journal of Financial Markets 6, Haug E (007) The complete guide to option pricing formulas, nd edition. McGraw-Hill Heston S (99). A Closed-form Solution for Options with Stochastic Volatility with Application to Bond and Currency Options. Review of Financial Studies, 6,7-4 Hull J. and White A. The Pricing of Options with Stochastic Volatilities. Journal of Finance, 4, 8-00, 987 Kiusalaas, J (00). Numerical Methods in Engineering with Python (nd ed.). Cambridge University Press. Merton R. (97) The Theory of Rational Option Pricinsa. Bell Journal of economic management science, 97, 4(): 4-8. Proinov et al. (05). "On the convergence of Halley's method for simultaneous computation of polynomial zeros. J. Numer. Math. (4): On the convergence of Halley s method for simultaneous computation of polynomial zeros Ridders, C. (979). "A new algorithm for computing a single root of a real continuous function". IEEE Transactions on Circuits and Systems. 6: Wu, X (005) Improved Muller method and Bisection method with global and asymptotic superlinear convergence of both point and interval for solving nonlinear equations. Applied Mathematics and Computation, 66, 99-

Lecture Quantitative Finance Spring Term 2015

Lecture Quantitative Finance Spring Term 2015 implied Lecture Quantitative Finance Spring Term 2015 : May 7, 2015 1 / 28 implied 1 implied 2 / 28 Motivation and setup implied the goal of this chapter is to treat the implied which requires an algorithm

More information

F A S C I C U L I M A T H E M A T I C I

F A S C I C U L I M A T H E M A T I C I F A S C I C U L I M A T H E M A T I C I Nr 38 27 Piotr P luciennik A MODIFIED CORRADO-MILLER IMPLIED VOLATILITY ESTIMATOR Abstract. The implied volatility, i.e. volatility calculated on the basis of option

More information

Simple Formulas to Option Pricing and Hedging in the Black-Scholes Model

Simple Formulas to Option Pricing and Hedging in the Black-Scholes Model Simple Formulas to Option Pricing and Hedging in the Black-Scholes Model Paolo PIANCA DEPARTMENT OF APPLIED MATHEMATICS University Ca Foscari of Venice pianca@unive.it http://caronte.dma.unive.it/ pianca/

More information

FIN FINANCIAL INSTRUMENTS SPRING 2008

FIN FINANCIAL INSTRUMENTS SPRING 2008 FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 The Greeks Introduction We have studied how to price an option using the Black-Scholes formula. Now we wish to consider how the option price changes, either

More information

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS Commun. Korean Math. Soc. 23 (2008), No. 2, pp. 285 294 EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS Kyoung-Sook Moon Reprinted from the Communications of the Korean Mathematical Society

More information

Pricing Volatility Derivatives with General Risk Functions. Alejandro Balbás University Carlos III of Madrid

Pricing Volatility Derivatives with General Risk Functions. Alejandro Balbás University Carlos III of Madrid Pricing Volatility Derivatives with General Risk Functions Alejandro Balbás University Carlos III of Madrid alejandro.balbas@uc3m.es Content Introduction. Describing volatility derivatives. Pricing and

More information

Principles of Financial Computing

Principles of Financial Computing Principles of Financial Computing Prof. Yuh-Dauh Lyuu Dept. Computer Science & Information Engineering and Department of Finance National Taiwan University c 2008 Prof. Yuh-Dauh Lyuu, National Taiwan University

More information

Richardson Extrapolation Techniques for the Pricing of American-style Options

Richardson Extrapolation Techniques for the Pricing of American-style Options Richardson Extrapolation Techniques for the Pricing of American-style Options June 1, 2005 Abstract Richardson Extrapolation Techniques for the Pricing of American-style Options In this paper we re-examine

More information

The Impact of Computational Error on the Volatility Smile

The Impact of Computational Error on the Volatility Smile The Impact of Computational Error on the Volatility Smile Don M. Chance Louisiana State University Thomas A. Hanson Kent State University Weiping Li Oklahoma State University Jayaram Muthuswamy Kent State

More information

Option Pricing Formula for Fuzzy Financial Market

Option Pricing Formula for Fuzzy Financial Market Journal of Uncertain Systems Vol.2, No., pp.7-2, 28 Online at: www.jus.org.uk Option Pricing Formula for Fuzzy Financial Market Zhongfeng Qin, Xiang Li Department of Mathematical Sciences Tsinghua University,

More information

CS227-Scientific Computing. Lecture 6: Nonlinear Equations

CS227-Scientific Computing. Lecture 6: Nonlinear Equations CS227-Scientific Computing Lecture 6: Nonlinear Equations A Financial Problem You invest $100 a month in an interest-bearing account. You make 60 deposits, and one month after the last deposit (5 years

More information

The Jackknife Estimator for Estimating Volatility of Volatility of a Stock

The Jackknife Estimator for Estimating Volatility of Volatility of a Stock Corporate Finance Review, Nov/Dec,7,3,13-21, 2002 The Jackknife Estimator for Estimating Volatility of Volatility of a Stock Hemantha S. B. Herath* and Pranesh Kumar** *Assistant Professor, Business Program,

More information

The Black-Scholes Model

The Black-Scholes Model The Black-Scholes Model Liuren Wu Options Markets (Hull chapter: 12, 13, 14) Liuren Wu ( c ) The Black-Scholes Model colorhmoptions Markets 1 / 17 The Black-Scholes-Merton (BSM) model Black and Scholes

More information

Solution of Equations

Solution of Equations Solution of Equations Outline Bisection Method Secant Method Regula Falsi Method Newton s Method Nonlinear Equations This module focuses on finding roots on nonlinear equations of the form f()=0. Due to

More information

Pricing of a European Call Option Under a Local Volatility Interbank Offered Rate Model

Pricing of a European Call Option Under a Local Volatility Interbank Offered Rate Model American Journal of Theoretical and Applied Statistics 2018; 7(2): 80-84 http://www.sciencepublishinggroup.com/j/ajtas doi: 10.11648/j.ajtas.20180702.14 ISSN: 2326-8999 (Print); ISSN: 2326-9006 (Online)

More information

4. Black-Scholes Models and PDEs. Math6911 S08, HM Zhu

4. Black-Scholes Models and PDEs. Math6911 S08, HM Zhu 4. Black-Scholes Models and PDEs Math6911 S08, HM Zhu References 1. Chapter 13, J. Hull. Section.6, P. Brandimarte Outline Derivation of Black-Scholes equation Black-Scholes models for options Implied

More information

Simple Robust Hedging with Nearby Contracts

Simple Robust Hedging with Nearby Contracts Simple Robust Hedging with Nearby Contracts Liuren Wu and Jingyi Zhu Baruch College and University of Utah October 22, 2 at Worcester Polytechnic Institute Wu & Zhu (Baruch & Utah) Robust Hedging with

More information

The accuracy of the escrowed dividend model on the value of European options on a stock paying discrete dividend

The accuracy of the escrowed dividend model on the value of European options on a stock paying discrete dividend A Work Project, presented as part of the requirements for the Award of a Master Degree in Finance from the NOVA - School of Business and Economics. Directed Research The accuracy of the escrowed dividend

More information

About Black-Sholes formula, volatility, implied volatility and math. statistics.

About Black-Sholes formula, volatility, implied volatility and math. statistics. About Black-Sholes formula, volatility, implied volatility and math. statistics. Mark Ioffe Abstract We analyze application Black-Sholes formula for calculation of implied volatility from point of view

More information

CHAPTER 10 OPTION PRICING - II. Derivatives and Risk Management By Rajiv Srivastava. Copyright Oxford University Press

CHAPTER 10 OPTION PRICING - II. Derivatives and Risk Management By Rajiv Srivastava. Copyright Oxford University Press CHAPTER 10 OPTION PRICING - II Options Pricing II Intrinsic Value and Time Value Boundary Conditions for Option Pricing Arbitrage Based Relationship for Option Pricing Put Call Parity 2 Binomial Option

More information

The Black-Scholes Model

The Black-Scholes Model The Black-Scholes Model Liuren Wu Options Markets Liuren Wu ( c ) The Black-Merton-Scholes Model colorhmoptions Markets 1 / 18 The Black-Merton-Scholes-Merton (BMS) model Black and Scholes (1973) and Merton

More information

A Note about the Black-Scholes Option Pricing Model under Time-Varying Conditions Yi-rong YING and Meng-meng BAI

A Note about the Black-Scholes Option Pricing Model under Time-Varying Conditions Yi-rong YING and Meng-meng BAI 2017 2nd International Conference on Advances in Management Engineering and Information Technology (AMEIT 2017) ISBN: 978-1-60595-457-8 A Note about the Black-Scholes Option Pricing Model under Time-Varying

More information

2 f. f t S 2. Delta measures the sensitivityof the portfolio value to changes in the price of the underlying

2 f. f t S 2. Delta measures the sensitivityof the portfolio value to changes in the price of the underlying Sensitivity analysis Simulating the Greeks Meet the Greeks he value of a derivative on a single underlying asset depends upon the current asset price S and its volatility Σ, the risk-free interest rate

More information

Recovery of time-dependent parameters of a Black- Scholes-type equation: an inverse Stieltjes moment approach

Recovery of time-dependent parameters of a Black- Scholes-type equation: an inverse Stieltjes moment approach University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 27 Recovery of time-dependent parameters of a Black-

More information

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives Advanced Topics in Derivative Pricing Models Topic 4 - Variance products and volatility derivatives 4.1 Volatility trading and replication of variance swaps 4.2 Volatility swaps 4.3 Pricing of discrete

More information

Pricing Implied Volatility

Pricing Implied Volatility Pricing Implied Volatility Expected future volatility plays a central role in finance theory. Consequently, accurate estimation of this parameter is crucial to meaningful financial decision-making. Researchers

More information

American Option Pricing Formula for Uncertain Financial Market

American Option Pricing Formula for Uncertain Financial Market American Option Pricing Formula for Uncertain Financial Market Xiaowei Chen Uncertainty Theory Laboratory, Department of Mathematical Sciences Tsinghua University, Beijing 184, China chenxw7@mailstsinghuaeducn

More information

Simple Robust Hedging with Nearby Contracts

Simple Robust Hedging with Nearby Contracts Simple Robust Hedging with Nearby Contracts Liuren Wu and Jingyi Zhu Baruch College and University of Utah April 29, 211 Fourth Annual Triple Crown Conference Liuren Wu (Baruch) Robust Hedging with Nearby

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL NETWORKS K. Jayanthi, Dr. K. Suresh 1 Department of Computer

More information

Makinde, V. 1,. Akinboro, F.G 1., Okeyode, I.C. 1, Mustapha, A.O. 1., Coker, J.O. 2., and Adesina, O.S. 1.

Makinde, V. 1,. Akinboro, F.G 1., Okeyode, I.C. 1, Mustapha, A.O. 1., Coker, J.O. 2., and Adesina, O.S. 1. Implementation of the False Position (Regula Falsi) as a Computational Physics Method for the Determination of Roots of Non-Linear Equations Using Java Makinde, V. 1,. Akinboro, F.G 1., Okeyode, I.C. 1,

More information

A distributed Laplace transform algorithm for European options

A distributed Laplace transform algorithm for European options A distributed Laplace transform algorithm for European options 1 1 A. J. Davies, M. E. Honnor, C.-H. Lai, A. K. Parrott & S. Rout 1 Department of Physics, Astronomy and Mathematics, University of Hertfordshire,

More information

FE610 Stochastic Calculus for Financial Engineers. Stevens Institute of Technology

FE610 Stochastic Calculus for Financial Engineers. Stevens Institute of Technology FE610 Stochastic Calculus for Financial Engineers Lecture 13. The Black-Scholes PDE Steve Yang Stevens Institute of Technology 04/25/2013 Outline 1 The Black-Scholes PDE 2 PDEs in Asset Pricing 3 Exotic

More information

2.1 Mathematical Basis: Risk-Neutral Pricing

2.1 Mathematical Basis: Risk-Neutral Pricing Chapter Monte-Carlo Simulation.1 Mathematical Basis: Risk-Neutral Pricing Suppose that F T is the payoff at T for a European-type derivative f. Then the price at times t before T is given by f t = e r(t

More information

MODELLING VOLATILITY SURFACES WITH GARCH

MODELLING VOLATILITY SURFACES WITH GARCH MODELLING VOLATILITY SURFACES WITH GARCH Robert G. Trevor Centre for Applied Finance Macquarie University robt@mafc.mq.edu.au October 2000 MODELLING VOLATILITY SURFACES WITH GARCH WHY GARCH? stylised facts

More information

69

69 Implementation of the False Position (Regula Falsi) as a Computational Physics Method for the Determination of Roots of Non-Linear Equations using Java 1.* Makinde, V., 1. Akinboro, F.G., 1. Okeyode, I.C.,

More information

Pricing of Stock Options using Black-Scholes, Black s and Binomial Option Pricing Models. Felcy R Coelho 1 and Y V Reddy 2

Pricing of Stock Options using Black-Scholes, Black s and Binomial Option Pricing Models. Felcy R Coelho 1 and Y V Reddy 2 MANAGEMENT TODAY -for a better tomorrow An International Journal of Management Studies home page: www.mgmt2day.griet.ac.in Vol.8, No.1, January-March 2018 Pricing of Stock Options using Black-Scholes,

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL

More information

Asset-or-nothing digitals

Asset-or-nothing digitals School of Education, Culture and Communication Division of Applied Mathematics MMA707 Analytical Finance I Asset-or-nothing digitals 202-0-9 Mahamadi Ouoba Amina El Gaabiiy David Johansson Examinator:

More information

ESG Yield Curve Calibration. User Guide

ESG Yield Curve Calibration. User Guide ESG Yield Curve Calibration User Guide CONTENT 1 Introduction... 3 2 Installation... 3 3 Demo version and Activation... 5 4 Using the application... 6 4.1 Main Menu bar... 6 4.2 Inputs... 7 4.3 Outputs...

More information

A No-Arbitrage Theorem for Uncertain Stock Model

A No-Arbitrage Theorem for Uncertain Stock Model Fuzzy Optim Decis Making manuscript No (will be inserted by the editor) A No-Arbitrage Theorem for Uncertain Stock Model Kai Yao Received: date / Accepted: date Abstract Stock model is used to describe

More information

The Binomial Lattice Model for Stocks: Introduction to Option Pricing

The Binomial Lattice Model for Stocks: Introduction to Option Pricing 1/33 The Binomial Lattice Model for Stocks: Introduction to Option Pricing Professor Karl Sigman Columbia University Dept. IEOR New York City USA 2/33 Outline The Binomial Lattice Model (BLM) as a Model

More information

Portfolio Management and Optimal Execution via Convex Optimization

Portfolio Management and Optimal Execution via Convex Optimization Portfolio Management and Optimal Execution via Convex Optimization Enzo Busseti Stanford University April 9th, 2018 Problems portfolio management choose trades with optimization minimize risk, maximize

More information

Greek parameters of nonlinear Black-Scholes equation

Greek parameters of nonlinear Black-Scholes equation International Journal of Mathematics and Soft Computing Vol.5, No.2 (2015), 69-74. ISSN Print : 2249-3328 ISSN Online: 2319-5215 Greek parameters of nonlinear Black-Scholes equation Purity J. Kiptum 1,

More information

Lecture Quantitative Finance Spring Term 2015

Lecture Quantitative Finance Spring Term 2015 and Lecture Quantitative Finance Spring Term 2015 Prof. Dr. Erich Walter Farkas Lecture 06: March 26, 2015 1 / 47 Remember and Previous chapters: introduction to the theory of options put-call parity fundamentals

More information

The Black-Scholes PDE from Scratch

The Black-Scholes PDE from Scratch The Black-Scholes PDE from Scratch chris bemis November 27, 2006 0-0 Goal: Derive the Black-Scholes PDE To do this, we will need to: Come up with some dynamics for the stock returns Discuss Brownian motion

More information

Math Computational Finance Barrier option pricing using Finite Difference Methods (FDM)

Math Computational Finance Barrier option pricing using Finite Difference Methods (FDM) . Math 623 - Computational Finance Barrier option pricing using Finite Difference Methods (FDM) Pratik Mehta pbmehta@eden.rutgers.edu Masters of Science in Mathematical Finance Department of Mathematics,

More information

Implementing Models in Quantitative Finance: Methods and Cases

Implementing Models in Quantitative Finance: Methods and Cases Gianluca Fusai Andrea Roncoroni Implementing Models in Quantitative Finance: Methods and Cases vl Springer Contents Introduction xv Parti Methods 1 Static Monte Carlo 3 1.1 Motivation and Issues 3 1.1.1

More information

Cash Accumulation Strategy based on Optimal Replication of Random Claims with Ordinary Integrals

Cash Accumulation Strategy based on Optimal Replication of Random Claims with Ordinary Integrals arxiv:1711.1756v1 [q-fin.mf] 6 Nov 217 Cash Accumulation Strategy based on Optimal Replication of Random Claims with Ordinary Integrals Renko Siebols This paper presents a numerical model to solve the

More information

Market Risk Analysis Volume I

Market Risk Analysis Volume I Market Risk Analysis Volume I Quantitative Methods in Finance Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume I xiii xvi xvii xix xxiii

More information

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index Soleh Ardiansyah 1, Mazlina Abdul Majid 2, JasniMohamad Zain 2 Faculty of Computer System and Software

More information

Modelling the Term Structure of Hong Kong Inter-Bank Offered Rates (HIBOR)

Modelling the Term Structure of Hong Kong Inter-Bank Offered Rates (HIBOR) Economics World, Jan.-Feb. 2016, Vol. 4, No. 1, 7-16 doi: 10.17265/2328-7144/2016.01.002 D DAVID PUBLISHING Modelling the Term Structure of Hong Kong Inter-Bank Offered Rates (HIBOR) Sandy Chau, Andy Tai,

More information

Appendix A Financial Calculations

Appendix A Financial Calculations Derivatives Demystified: A Step-by-Step Guide to Forwards, Futures, Swaps and Options, Second Edition By Andrew M. Chisholm 010 John Wiley & Sons, Ltd. Appendix A Financial Calculations TIME VALUE OF MONEY

More information

Department of Mathematics. Mathematics of Financial Derivatives

Department of Mathematics. Mathematics of Financial Derivatives Department of Mathematics MA408 Mathematics of Financial Derivatives Thursday 15th January, 2009 2pm 4pm Duration: 2 hours Attempt THREE questions MA408 Page 1 of 5 1. (a) Suppose 0 < E 1 < E 3 and E 2

More information

Fast Convergence of Regress-later Series Estimators

Fast Convergence of Regress-later Series Estimators Fast Convergence of Regress-later Series Estimators New Thinking in Finance, London Eric Beutner, Antoon Pelsser, Janina Schweizer Maastricht University & Kleynen Consultants 12 February 2014 Beutner Pelsser

More information

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the VaR Pro and Contra Pro: Easy to calculate and to understand. It is a common language of communication within the organizations as well as outside (e.g. regulators, auditors, shareholders). It is not really

More information

Accelerated Option Pricing Multiple Scenarios

Accelerated Option Pricing Multiple Scenarios Accelerated Option Pricing in Multiple Scenarios 04.07.2008 Stefan Dirnstorfer (stefan@thetaris.com) Andreas J. Grau (grau@thetaris.com) 1 Abstract This paper covers a massive acceleration of Monte-Carlo

More information

FX Smile Modelling. 9 September September 9, 2008

FX Smile Modelling. 9 September September 9, 2008 FX Smile Modelling 9 September 008 September 9, 008 Contents 1 FX Implied Volatility 1 Interpolation.1 Parametrisation............................. Pure Interpolation.......................... Abstract

More information

Adjusting the Black-Scholes Framework in the Presence of a Volatility Skew

Adjusting the Black-Scholes Framework in the Presence of a Volatility Skew Adjusting the Black-Scholes Framework in the Presence of a Volatility Skew Mentor: Christopher Prouty Members: Ping An, Dawei Wang, Rui Yan Shiyi Chen, Fanda Yang, Che Wang Team Website: http://sites.google.com/site/mfmmodelingprogramteam2/

More information

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg :

More information

INTEREST RATES AND FX MODELS

INTEREST RATES AND FX MODELS INTEREST RATES AND FX MODELS 7. Risk Management Andrew Lesniewski Courant Institute of Mathematical Sciences New York University New York March 8, 2012 2 Interest Rates & FX Models Contents 1 Introduction

More information

lecture 31: The Secant Method: Prototypical Quasi-Newton Method

lecture 31: The Secant Method: Prototypical Quasi-Newton Method 169 lecture 31: The Secant Method: Prototypical Quasi-Newton Method Newton s method is fast if one has a good initial guess x 0 Even then, it can be inconvenient and expensive to compute the derivatives

More information

Third-order iterative methods. free from second derivative

Third-order iterative methods. free from second derivative International Mathematical Forum, 2, 2007, no. 14, 689-698 Third-order iterative methods free from second derivative Kou Jisheng 1 and Li Yitian State Key Laboratory of Water Resources and Hydropower Engineering

More information

Lecture 17: More on Markov Decision Processes. Reinforcement learning

Lecture 17: More on Markov Decision Processes. Reinforcement learning Lecture 17: More on Markov Decision Processes. Reinforcement learning Learning a model: maximum likelihood Learning a value function directly Monte Carlo Temporal-difference (TD) learning COMP-424, Lecture

More information

A New Hybrid Estimation Method for the Generalized Pareto Distribution

A New Hybrid Estimation Method for the Generalized Pareto Distribution A New Hybrid Estimation Method for the Generalized Pareto Distribution Chunlin Wang Department of Mathematics and Statistics University of Calgary May 18, 2011 A New Hybrid Estimation Method for the GPD

More information

Option Valuation with Sinusoidal Heteroskedasticity

Option Valuation with Sinusoidal Heteroskedasticity Option Valuation with Sinusoidal Heteroskedasticity Caleb Magruder June 26, 2009 1 Black-Scholes-Merton Option Pricing Ito drift-diffusion process (1) can be used to derive the Black Scholes formula (2).

More information

Smile in the low moments

Smile in the low moments Smile in the low moments L. De Leo, T.-L. Dao, V. Vargas, S. Ciliberti, J.-P. Bouchaud 10 jan 2014 Outline 1 The Option Smile: statics A trading style The cumulant expansion A low-moment formula: the moneyness

More information

Barrier Options Pricing in Uncertain Financial Market

Barrier Options Pricing in Uncertain Financial Market Barrier Options Pricing in Uncertain Financial Market Jianqiang Xu, Jin Peng Institute of Uncertain Systems, Huanggang Normal University, Hubei 438, China College of Mathematics and Science, Shanghai Normal

More information

Short-time-to-expiry expansion for a digital European put option under the CEV model. November 1, 2017

Short-time-to-expiry expansion for a digital European put option under the CEV model. November 1, 2017 Short-time-to-expiry expansion for a digital European put option under the CEV model November 1, 2017 Abstract In this paper I present a short-time-to-expiry asymptotic series expansion for a digital European

More information

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function?

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? DOI 0.007/s064-006-9073-z ORIGINAL PAPER Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? Jules H. van Binsbergen Michael W. Brandt Received:

More information

An enhanced artificial neural network for stock price predications

An enhanced artificial neural network for stock price predications An enhanced artificial neural network for stock price predications Jiaxin MA Silin HUANG School of Engineering, The Hong Kong University of Science and Technology, Hong Kong SAR S. H. KWOK HKUST Business

More information

OULU BUSINESS SCHOOL. Ilkka Rahikainen DIRECT METHODOLOGY FOR ESTIMATING THE RISK NEUTRAL PROBABILITY DENSITY FUNCTION

OULU BUSINESS SCHOOL. Ilkka Rahikainen DIRECT METHODOLOGY FOR ESTIMATING THE RISK NEUTRAL PROBABILITY DENSITY FUNCTION OULU BUSINESS SCHOOL Ilkka Rahikainen DIRECT METHODOLOGY FOR ESTIMATING THE RISK NEUTRAL PROBABILITY DENSITY FUNCTION Master s Thesis Finance March 2014 UNIVERSITY OF OULU Oulu Business School ABSTRACT

More information

The Pennsylvania State University. The Graduate School. Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO

The Pennsylvania State University. The Graduate School. Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO The Pennsylvania State University The Graduate School Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO SIMULATION METHOD A Thesis in Industrial Engineering and Operations

More information

The Binomial Lattice Model for Stocks: Introduction to Option Pricing

The Binomial Lattice Model for Stocks: Introduction to Option Pricing 1/27 The Binomial Lattice Model for Stocks: Introduction to Option Pricing Professor Karl Sigman Columbia University Dept. IEOR New York City USA 2/27 Outline The Binomial Lattice Model (BLM) as a Model

More information

CS 3331 Numerical Methods Lecture 2: Functions of One Variable. Cherung Lee

CS 3331 Numerical Methods Lecture 2: Functions of One Variable. Cherung Lee CS 3331 Numerical Methods Lecture 2: Functions of One Variable Cherung Lee Outline Introduction Solving nonlinear equations: find x such that f(x ) = 0. Binary search methods: (Bisection, regula falsi)

More information

CS 774 Project: Fall 2009 Version: November 27, 2009

CS 774 Project: Fall 2009 Version: November 27, 2009 CS 774 Project: Fall 2009 Version: November 27, 2009 Instructors: Peter Forsyth, paforsyt@uwaterloo.ca Office Hours: Tues: 4:00-5:00; Thurs: 11:00-12:00 Lectures:MWF 3:30-4:20 MC2036 Office: DC3631 CS

More information

Mathematics of Finance Final Preparation December 19. To be thoroughly prepared for the final exam, you should

Mathematics of Finance Final Preparation December 19. To be thoroughly prepared for the final exam, you should Mathematics of Finance Final Preparation December 19 To be thoroughly prepared for the final exam, you should 1. know how to do the homework problems. 2. be able to provide (correct and complete!) definitions

More information

The Black-Scholes-Merton Model

The Black-Scholes-Merton Model Normal (Gaussian) Distribution Probability Density 0.5 0. 0.15 0.1 0.05 0 1.1 1 0.9 0.8 0.7 0.6? 0.5 0.4 0.3 0. 0.1 0 3.6 5. 6.8 8.4 10 11.6 13. 14.8 16.4 18 Cumulative Probability Slide 13 in this slide

More information

A Hybrid Importance Sampling Algorithm for VaR

A Hybrid Importance Sampling Algorithm for VaR A Hybrid Importance Sampling Algorithm for VaR No Author Given No Institute Given Abstract. Value at Risk (VaR) provides a number that measures the risk of a financial portfolio under significant loss.

More information

Lecture 9: Practicalities in Using Black-Scholes. Sunday, September 23, 12

Lecture 9: Practicalities in Using Black-Scholes. Sunday, September 23, 12 Lecture 9: Practicalities in Using Black-Scholes Major Complaints Most stocks and FX products don t have log-normal distribution Typically fat-tailed distributions are observed Constant volatility assumed,

More information

Performance of Statistical Arbitrage in Future Markets

Performance of Statistical Arbitrage in Future Markets Utah State University DigitalCommons@USU All Graduate Plan B and other Reports Graduate Studies 12-2017 Performance of Statistical Arbitrage in Future Markets Shijie Sheng Follow this and additional works

More information

Corporate Finance, Module 21: Option Valuation. Practice Problems. (The attached PDF file has better formatting.) Updated: July 7, 2005

Corporate Finance, Module 21: Option Valuation. Practice Problems. (The attached PDF file has better formatting.) Updated: July 7, 2005 Corporate Finance, Module 21: Option Valuation Practice Problems (The attached PDF file has better formatting.) Updated: July 7, 2005 {This posting has more information than is needed for the corporate

More information

Practical example of an Economic Scenario Generator

Practical example of an Economic Scenario Generator Practical example of an Economic Scenario Generator Martin Schenk Actuarial & Insurance Solutions SAV 7 March 2014 Agenda Introduction Deterministic vs. stochastic approach Mathematical model Application

More information

Pricing & Risk Management of Synthetic CDOs

Pricing & Risk Management of Synthetic CDOs Pricing & Risk Management of Synthetic CDOs Jaffar Hussain* j.hussain@alahli.com September 2006 Abstract The purpose of this paper is to analyze the risks of synthetic CDO structures and their sensitivity

More information

sinc functions with application to finance Ali Parsa 1*, J. Rashidinia 2

sinc functions with application to finance Ali Parsa 1*, J. Rashidinia 2 sinc functions with application to finance Ali Parsa 1*, J. Rashidinia 1 School of Mathematics, Iran University of Science and Technology, Narmak, Tehran 1684613114, Iran *Corresponding author: aliparsa@iust.ac.ir

More information

Predicting the Success of a Retirement Plan Based on Early Performance of Investments

Predicting the Success of a Retirement Plan Based on Early Performance of Investments Predicting the Success of a Retirement Plan Based on Early Performance of Investments CS229 Autumn 2010 Final Project Darrell Cain, AJ Minich Abstract Using historical data on the stock market, it is possible

More information

Pricing with a Smile. Bruno Dupire. Bloomberg

Pricing with a Smile. Bruno Dupire. Bloomberg CP-Bruno Dupire.qxd 10/08/04 6:38 PM Page 1 11 Pricing with a Smile Bruno Dupire Bloomberg The Black Scholes model (see Black and Scholes, 1973) gives options prices as a function of volatility. If an

More information

Solutions of Equations in One Variable. Secant & Regula Falsi Methods

Solutions of Equations in One Variable. Secant & Regula Falsi Methods Solutions of Equations in One Variable Secant & Regula Falsi Methods Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University

More information

Module 10:Application of stochastic processes in areas like finance Lecture 36:Black-Scholes Model. Stochastic Differential Equation.

Module 10:Application of stochastic processes in areas like finance Lecture 36:Black-Scholes Model. Stochastic Differential Equation. Stochastic Differential Equation Consider. Moreover partition the interval into and define, where. Now by Rieman Integral we know that, where. Moreover. Using the fundamentals mentioned above we can easily

More information

THE INFORMATION CONTENT OF IMPLIED VOLATILITY IN AGRICULTURAL COMMODITY MARKETS. Pierre Giot 1

THE INFORMATION CONTENT OF IMPLIED VOLATILITY IN AGRICULTURAL COMMODITY MARKETS. Pierre Giot 1 THE INFORMATION CONTENT OF IMPLIED VOLATILITY IN AGRICULTURAL COMMODITY MARKETS Pierre Giot 1 May 2002 Abstract In this paper we compare the incremental information content of lagged implied volatility

More information

NUMERICAL AND SIMULATION TECHNIQUES IN FINANCE

NUMERICAL AND SIMULATION TECHNIQUES IN FINANCE NUMERICAL AND SIMULATION TECHNIQUES IN FINANCE Edward D. Weinberger, Ph.D., F.R.M Adjunct Assoc. Professor Dept. of Finance and Risk Engineering edw2026@nyu.edu Office Hours by appointment This half-semester

More information

quan OPTIONS ANALYTICS IN REAL-TIME PROBLEM: Industry SOLUTION: Oquant Real-time Options Pricing

quan OPTIONS ANALYTICS IN REAL-TIME PROBLEM: Industry SOLUTION: Oquant Real-time Options Pricing OPTIONS ANALYTICS IN REAL-TIME A major aspect of Financial Mathematics is option pricing theory. Oquant provides real time option analytics in the cloud. We have developed a powerful system that utilizes

More information

Lecture 6: Option Pricing Using a One-step Binomial Tree. Thursday, September 12, 13

Lecture 6: Option Pricing Using a One-step Binomial Tree. Thursday, September 12, 13 Lecture 6: Option Pricing Using a One-step Binomial Tree An over-simplified model with surprisingly general extensions a single time step from 0 to T two types of traded securities: stock S and a bond

More information

NUMERICAL METHODS OF PARTIAL INTEGRO-DIFFERENTIAL EQUATIONS FOR OPTION PRICE

NUMERICAL METHODS OF PARTIAL INTEGRO-DIFFERENTIAL EQUATIONS FOR OPTION PRICE Trends in Mathematics - New Series Information Center for Mathematical Sciences Volume 13, Number 1, 011, pages 1 5 NUMERICAL METHODS OF PARTIAL INTEGRO-DIFFERENTIAL EQUATIONS FOR OPTION PRICE YONGHOON

More information

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane.

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane. Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 2017 20 Lecture 20 Implied volatility November 30, 2017

More information

Financial Markets & Risk

Financial Markets & Risk Financial Markets & Risk Dr Cesario MATEUS Senior Lecturer in Finance and Banking Room QA259 Department of Accounting and Finance c.mateus@greenwich.ac.uk www.cesariomateus.com Session 3 Derivatives Binomial

More information

CONSTRUCTING NO-ARBITRAGE VOLATILITY CURVES IN LIQUID AND ILLIQUID COMMODITY MARKETS

CONSTRUCTING NO-ARBITRAGE VOLATILITY CURVES IN LIQUID AND ILLIQUID COMMODITY MARKETS CONSTRUCTING NO-ARBITRAGE VOLATILITY CURVES IN LIQUID AND ILLIQUID COMMODITY MARKETS Financial Mathematics Modeling for Graduate Students-Workshop January 6 January 15, 2011 MENTOR: CHRIS PROUTY (Cargill)

More information

Model Estimation. Liuren Wu. Fall, Zicklin School of Business, Baruch College. Liuren Wu Model Estimation Option Pricing, Fall, / 16

Model Estimation. Liuren Wu. Fall, Zicklin School of Business, Baruch College. Liuren Wu Model Estimation Option Pricing, Fall, / 16 Model Estimation Liuren Wu Zicklin School of Business, Baruch College Fall, 2007 Liuren Wu Model Estimation Option Pricing, Fall, 2007 1 / 16 Outline 1 Statistical dynamics 2 Risk-neutral dynamics 3 Joint

More information

MODELLING OF INCOME AND WAGE DISTRIBUTION USING THE METHOD OF L-MOMENTS OF PARAMETER ESTIMATION

MODELLING OF INCOME AND WAGE DISTRIBUTION USING THE METHOD OF L-MOMENTS OF PARAMETER ESTIMATION International Days of Statistics and Economics, Prague, September -3, MODELLING OF INCOME AND WAGE DISTRIBUTION USING THE METHOD OF L-MOMENTS OF PARAMETER ESTIMATION Diana Bílková Abstract Using L-moments

More information

The Black-Scholes Model

The Black-Scholes Model IEOR E4706: Foundations of Financial Engineering c 2016 by Martin Haugh The Black-Scholes Model In these notes we will use Itô s Lemma and a replicating argument to derive the famous Black-Scholes formula

More information

Derivative Securities

Derivative Securities Derivative Securities he Black-Scholes formula and its applications. his Section deduces the Black- Scholes formula for a European call or put, as a consequence of risk-neutral valuation in the continuous

More information