Financial Hacking:Evaluate Risks, Price Derivatives, Structure Trades, and Build Your Intuition Quickly and Easily by Philip Maymin
Author:Philip Maymin
Language: eng
Format: mobi
Tags: General Fiction
Publisher: World Scientific Publishing
Published: 2012-09-30T23:00:00+00:00
Cell Title Formula
A4 Expiry =4/252
B4 Stock 100
C4 Delta =BSCallDelta(100,A4,B4,.2,0,0)
D4 Hedge P&L
And here is what the Excel formulas would look like for the next row:
Cell Title Formula
A5 Expiry =A4-/252
B5 Stock =B4*LOGNORM.INV(RAND(), 0−1/2*(0.2*SQRT(1/252))^2, 0.2*SQRT(1/252))
C5 Delta =BSCallDelta(100,A5,B5,.2,0,0)
D5 Hedge P&L =−C4*(B5−B4)
The new expiry merely decrements by one business day.
The new stock price is the old stock price multiplied by a random number drawn from a lognormal distribution with an associated drift of zero (adjusted for the volatility as described in Section 5.2.3) and a standard deviation of .
The new delta is the same formula as the old delta, but using the new expiry and underlying price.
The hedging P&L calculates the amount of money you made or lost from yesterday's trade.
The formulas for the remaining rows are exactly the same, including the last row. This is an additional benefit of never using information from the future. If we had associated the hedging P&L with the date of entry into the trade, we would have had to be careful to be sure that the last row was blank, otherwise we would accidentally calculate the profit assuming we liquidated our delta hedge tomorrow at a blank price, or zero.
You might wonder why we don't need to keep track of all of our stock trades. After all, if we sold 200 shares on day one, and then our option delta turned out to be 250 on day two, we only need to sell an additional 50 shares, and so it seems we need to compute the P&L from each of our trades individually.
“I can't be expected to keep track of all my wheelings and dealings!”
Homer Simpson
Here's the assumption hidden in our formula: it is true in that example that you only need to sell an additional 50 shares, but, equivalently, you can imagine that you bought back all 200 shares that you sold the day before, and then sold again 250 shares. This way, you can calculate the hedging P&L based only on your net stock position each day, and not have to keep track of each individual trade.
You would, however, have to keep track of each individual trade once you take transactions costs into account, because you would not want to pay commissions to both buy and sell 200 shares with yourself for no economic benefit.
Okay, so now that this is done, we can test Black-Scholes. Remember that according to Black-Scholes, the total profit from hedging should exactly offset the initial cost of the option. In our example, a five-day option on a 20-vol stock should cost $1, a number we can compute either from the Black-Scholes formula or from the approximation in Section 5.2.1:
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Blogging & Blogs | eBay |
E-Commerce | Hacking |
Online Searching | Podcasts & Webcasts |
Search Engine Optimization | Social Media |
Social Media for Business | Web Browsers |
Web Marketing |
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7778)
Grails in Action by Glen Smith Peter Ledbrook(7696)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6413)
Kotlin in Action by Dmitry Jemerov(5062)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3792)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3330)
Learning React: Functional Web Development with React and Redux by Banks Alex & Porcello Eve(3087)
Mastering Bitcoin: Programming the Open Blockchain by Andreas M. Antonopoulos(2868)
The Art Of Deception by Kevin Mitnick(2606)
Drugs Unlimited by Mike Power(2467)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2312)
The Innovators: How a Group of Hackers, Geniuses, and Geeks Created the Digital Revolution by Walter Isaacson(2301)
Writing for the Web: Creating Compelling Web Content Using Words, Pictures and Sound (Eva Spring's Library) by Lynda Felder(2261)
SEO 2018: Learn search engine optimization with smart internet marketing strategies by Adam Clarke(2192)
A Blueprint for Production-Ready Web Applications: Leverage industry best practices to create complete web apps with Python, TypeScript, and AWS by Dr. Philip Jones(2160)
JavaScript by Example by S Dani Akash(2138)
DarkMarket by Misha Glenny(2083)
Wireless Hacking 101 by Karina Astudillo(2077)
Full-Stack React Projects by Shama Hoque(1990)
