Variance Swaps, Gamma Swaps, VIX, and VVIX

Total Page:16

File Type:pdf, Size:1020Kb

Variance Swaps, Gamma Swaps, VIX, and VVIX First Baruch Volatility Workshop Session 5: Variance swaps, gamma swaps, VIX, and VVIX Instructor: Jim Gatheral Outline of Session 5 Spanning generalized European payoffs The log contract Variances swaps and gamma swaps The VIX index VIX futures and options VVIX Joint modeling of SPX and VIX Volatility derivatives In this session, we will investigate the pricing and hedging of claims that have realized volatility or variance (quadratic variation) as underlying. We might expect volatility derivatives be very exotic and therefore hard to price and hedge It turns out that in some respects, they are amongst the safest and easiest. In our survey of volatility derivatives, we will encounter some of the most elegant constructions in financial mathematics. Spanning generalized European payoffs As usual, we assume that European options with all possible strikes and expirations are traded. We will show that any twice-differentiable payoff at time T may be statically hedged using a portfolio of European options expiring at time T . Proof from [Carr and Madan][2] The value of a claim with a generalized payoff g(ST ) at time T is given by ∞ g(ST ) = g(K) δ(ST − K) dK ∫0 F ∞ = g(K) δ(ST − K) dK + g(K) δ(ST − K) dK ∫0 ∫F Integrating by parts gives F ∞ ′ ′ g(ST ) = g(F) − g (K) θ(K − ST ) dK + g (K) θ(ST − K) dK ∫0 ∫F ... and integrating by parts again gives (1) F ∞ ″ + ″ + g(ST ) = g (K) (K − ST ) dK + g (K) (ST − K) dK ∫0 ∫F ′ + + + g(F) − g (F) [(F − ST ) − (ST − F) ] F ∞ ″ + ″ + = g (K) (K − ST ) dK + g (K) (ST − K) dK ∫0 ∫F ′ + g(F) + g (F) (ST − F) Then, with F = �[ST ] , (2) F ∞ ″ ″ � [g(ST )] = g(F) + dK P̃ (K) g (K) + dK C̃ (K) g (K) ∫0 ∫F Equation (1) shows how to build any curve using hockey-stick payoffs (if g(⋅) is twice- differentiable). Remarks on spanning of European-style payoffs From equation (1) we see that any European-style twice-differentiable payoff may be replicated using a portfolio of European options with strikes from 0 to ∞. The weight of each option equal to the second derivative of the payoff at the strike price of the option. This portfolio of European options is a static hedge because the weight of an option with a particular strike depends only on the strike price and the form of the payoff function and not on time or the level of the stock price. Note further that equation (1) is completely model-independent (except that there should be no jumps). Example: European options In fact, using Dirac delta-functions, we can extend the above result to payoffs which are not twice- differentiable. + ″ For example with g(ST ) = (ST − L) , g (K) = δ(K − L) and equation (2) gives: F + + ̃ � [(ST − L) ] = (F − L) + dK P(K) δ(K − L) ∫0 ∞ = + dK C̃ (K) δ(K − L) ∫F (F − L) + P̃ (L) L < F = { C̃ (L) L ≥ F = C̃ (L) with the last step following from put-call parity as before. The replicating portfolio for a European option is just the option itself. The log contract ″ 2 Now consider a contract whose payoff at time T is log(ST /F) . Then g (K) = −1/ST ∣ and it follows ∣ST =K from equation (2) that F ∞ ST dK ̃ dK ̃ � log = − 2 P(K) − 2 C(K) [ ( F )] ∫0 K ∫F K Rewriting this equation in terms of the log-strike variable k := log (K/F), we get the promising-looking expression (3) S 0 ∞ � log T = − dk p(k) − dk c(k) [ ( F )] ∫−∞ ∫0 with C̃ (Fey ) P̃ (Fey ) c(y) := ; p(y) := Fey Fey representing option prices expressed in terms of percentage of the strike price. Variance swaps Assume zero interest rates and dividends. Then F = S0 and applying Itô’s Lemma, path-by-path (4) T T T 2 ST ST dSt σt log = log = d log (St) = − dt ( F ) ( S0 ) ∫0 ∫0 St ∫0 2 The second term on the RHS of equation (4) is immediately recognizable as half the total variance (or quadratic variation) WT := ⟨x⟩T over the interval [0, T]. The first term on the RHS represents the payoff of a hedging strategy which involves maintaining a constant dollar amount in stock (if the stock price increases, sell stock; if the stock price decreases, buy stock so as to maintain a constant dollar value of stock). Since the log payoff on the LHS can be hedged using a portfolio of European options as noted earlier, it follows that the total variance WT may be replicated in a completely model-independent way so long as the stock price process is a diffusion. In particular, volatility may be stochastic or deterministic and equation (4) still applies. The log-strip hedge for a variance swap Now taking the risk-neutral expectation of (4) and comparing with equation (3), we obtain (5) T 0 ∞ 2 ST � σt dt = −2 � log = 2 dk p(k) + dk c(k) [∫0 ] [ ( S0 )] {∫−∞ ∫0 } We see that the fair value of total variance is given by the value of an infinite strip of European options in a completely model-independent way so long as the underlying process is a diffusion. Setup R environment In [1]: %load_ext rpy2.ipython In [2]: %%R download.file(url="http://mfe.baruch.cuny.edu/wp-content/uploads/2015/05/VW5.zip ", destfile="VW5.zip") unzip(zipfile="VW5.zip") library(quantmod) source("BlackScholes.R") source("Heston2.R") source("plotIvols.R") source("svi.R") source("sviVarSwap.R") # Read in SPX and VIX options data from 15-Sep-2011 load("spxVix20110915.rData") load("fitQR110915.rData") trying URL 'http://mfe.baruch.cuny.edu/wp-content/uploads/2015/05/VW5.zip' Content type 'application/zip' length 97054 bytes (94 KB) opened URL ================================================== downloaded 94 KB Loading required package: xts Loading required package: zoo Attaching package: ‘zoo’ The following objects are masked from ‘package:base’: as.Date, as.Date.numeric Loading required package: TTR Version 0.4-0 included new data defaults. See ?getSymbols. R-code to implement the variance swap log-strip In [3]: %%R sviVarSwap <- function(sviMatrix,texp){ nSlices <- length(texp) varRes <- numeric(nSlices) for (slice in 1:nSlices){ t <- texp[slice] volBS <- function(k){sqrt(svi(sviMatrix[slice,],k)/t)} cTilde <- function(y){BSFormula(1, 1/y, t, r=0, volBS(-log(y)))} pTilde <- function(y){BSFormulaPut(1, y, t, r=0, volBS(log(y)))/y^2} callIntegral <- integrate(cTilde,lower=0,upper=1)$value putIntegral <- integrate(pTilde,lower=0,upper=1)$value varRes[slice] <- 2*(callIntegral+putIntegral)/t # Equation (11.4) of TVS } return(varRes) # Returns vector of variance swaps in variance (vol. squared) terms } SPX volatility smiles as of 15-Sep-2011 In [4]: %%R res <- plotIvols(spxOptData,sviMatrix=fitQR ) texp <- res$expiries Figure 1: Implied volatility smiles of SPX options as of 15-Sep-2011. SVI fits are in orange. Variance swap curve (from log-strip) as of 15-Sep-2011 In [5]: %%R sviVarSwap(sviMatrix=fitQR,texp=texp) [1] 0.08712946 0.12799535 0.11242498 0.10350108 0.11393807 0.11066689 [7] 0.11035351 0.11055505 0.11046477 0.11040482 0.11145298 0.11029756 [13] 0.10708404 0.10740658 Comparison of log-strip with market variance swap quotes In [6]: %%R sviVS <- sqrt(sviVarSwap(fitQR,texp=res$expiries)) plot(texp,sviVS,ylab="Variance swap level", xlab="Expiry",type="p",pch=20,cex=2, col="dark green") points(mktVarSwapData$texp,mktVarSwapData$vsBid,col="blue",type="b",lty=2, pch=2 0,cex=1) points(mktVarSwapData$texp,mktVarSwapData$vsAsk,col="red",type="b",lty=2,pch=20, cex=1) Figure 2: Green dots are computed using the log-strip of SPX options. Blue and red points are bid and ask variance swap quotes from a friendly investment bank. Weighted variance swaps Consider the weighted variance swap with payoff T α(St ) vt dt. ∫0 An application of Itô’s Lemma to x y α(z) A(x) = 2 dy 2 dz. ∫1 ∫1 z gives the quasi-static hedge: (6) T T ′ α(St ) vt dt = A(ST ) − A(S0 ) − A (Su ) dSu ∫0 ∫0 The LHS of (6) is the payoff to be hedged. The last term on the RHS of (6) corresponds to rebalancing in the underlying. The first term on the RHS corresponds to a static position in options given by the spanning formula (1). Example: Gamma swaps The payoff of a gamma swap is 1 T St vt dt. S0 ∫0 Thus α(x) = x and 2 x y z 2 A(x) = dy 2 dz = {1 − x + x log x} . S0 ∫1 ∫1 z S0 2 The static options hedge is the spanning strip for ST log ST . S0 Gamma swaps are marketed as “less dangerous” because higher variances are associated with lower stock prices. Variance swaps and gamma swaps as traded assets Denote the time t value of the option strip for a variance swap maturing at T by t(T). That is T ∣ ST ∣ t(T) = −2 � log = � vu du∣ t . [ St ] [∫t ∣ ] Similarly, for a gamma swap T ∣ ST ST Su ∣ t (T) = 2 � log = � vu du∣ t . [ St St ] [∫t St ∣ ] Both t(T) and t (T) are random variables representing the prices of traded assets. Specifically, values of portfolios of options appropriately weighted by strike. t(T) is given by the expectation �t[log ST ] of the log contract. t (T) is given by the expectation �t[ST log ST ] of the entropy contract. R-code to implement the gamma swap log-strip In [7]: %%R sviGammaSwap <- function(sviMatrix,texp){ nSlices <- length(texp) varRes <- numeric(nSlices) for (slice in 1:nSlices){ t <- texp[slice] volBS <- function(k){sqrt(svi(sviMatrix[slice,],k)/t)} cTilde <- function(y){BSFormula(1, 1/y, t, r=0, volBS(-log(y)))/y} pTilde <- function(y){BSFormulaPut(1, y, t, r=0, volBS(log(y)))/y} possibleError <- tryCatch(callIntegral <- integrate(cTilde,lower=0,upper=1)$ value,error=function(e) e) possibleError <- tryCatch(putIntegral <- integrate(pTilde,lower=0,upper=1)$v alue,error=function(e) e) if(!inherits(possibleError,"error")){ varRes[slice] <- 2*(callIntegral+putIntegral)/t } else {varRes[slice] <- NA} } return(varRes) # Returns vector of variance swaps in variance (vol.
Recommended publications
  • Interest Rate Options
    Interest Rate Options Saurav Sen April 2001 Contents 1. Caps and Floors 2 1.1. Defintions . 2 1.2. Plain Vanilla Caps . 2 1.2.1. Caplets . 3 1.2.2. Caps . 4 1.2.3. Bootstrapping the Forward Volatility Curve . 4 1.2.4. Caplet as a Put Option on a Zero-Coupon Bond . 5 1.2.5. Hedging Caps . 6 1.3. Floors . 7 1.3.1. Pricing and Hedging . 7 1.3.2. Put-Call Parity . 7 1.3.3. At-the-money (ATM) Caps and Floors . 7 1.4. Digital Caps . 8 1.4.1. Pricing . 8 1.4.2. Hedging . 8 1.5. Other Exotic Caps and Floors . 9 1.5.1. Knock-In Caps . 9 1.5.2. LIBOR Reset Caps . 9 1.5.3. Auto Caps . 9 1.5.4. Chooser Caps . 9 1.5.5. CMS Caps and Floors . 9 2. Swap Options 10 2.1. Swaps: A Brief Review of Essentials . 10 2.2. Swaptions . 11 2.2.1. Definitions . 11 2.2.2. Payoff Structure . 11 2.2.3. Pricing . 12 2.2.4. Put-Call Parity and Moneyness for Swaptions . 13 2.2.5. Hedging . 13 2.3. Constant Maturity Swaps . 13 2.3.1. Definition . 13 2.3.2. Pricing . 14 1 2.3.3. Approximate CMS Convexity Correction . 14 2.3.4. Pricing (continued) . 15 2.3.5. CMS Summary . 15 2.4. Other Swap Options . 16 2.4.1. LIBOR in Arrears Swaps . 16 2.4.2. Bermudan Swaptions . 16 2.4.3. Hybrid Structures . 17 Appendix: The Black Model 17 A.1.
    [Show full text]
  • The Synthetic Collateralised Debt Obligation: Analysing the Super-Senior Swap Element
    The Synthetic Collateralised Debt Obligation: analysing the Super-Senior Swap element Nicoletta Baldini * July 2003 Basic Facts In a typical cash flow securitization a SPV (Special Purpose Vehicle) transfers interest income and principal repayments from a portfolio of risky assets, the so called asset pool, to a prioritized set of tranches. The level of credit exposure of every single tranche depends upon its level of subordination: so, the junior tranche will be the first to bear the effect of a credit deterioration of the asset pool, and senior tranches the last. The asset pool can be made up by either any type of debt instrument, mainly bonds or bank loans, or Credit Default Swaps (CDS) in which the SPV sells protection1. When the asset pool is made up solely of CDS contracts we talk of ‘synthetic’ Collateralized Debt Obligations (CDOs); in the so called ‘semi-synthetic’ CDOs, instead, the asset pool is made up by both debt instruments and CDS contracts. The tranches backed by the asset pool can be funded or not, depending upon the fact that the final investor purchases a true debt instrument (note) or a mere synthetic credit exposure. Generally, when the asset pool is constituted by debt instruments, the SPV issues notes (usually divided in more tranches) which are sold to the final investor; in synthetic CDOs, instead, tranches are represented by basket CDSs with which the final investor sells protection to the SPV. In any case all the tranches can be interpreted as percentile basket credit derivatives and their degree of subordination determines the percentiles of the asset pool loss distribution concerning them It is not unusual to find both funded and unfunded tranches within the same securitisation: this is the case for synthetic CDOs (but the same could occur with semi-synthetic CDOs) in which notes are issued and the raised cash is invested in risk free bonds that serve as collateral.
    [Show full text]
  • Arithmetic Variance Swaps
    Arithmetic variance swaps Article (Accepted Version) Leontsinis, Stamatis and Alexander, Carol (2017) Arithmetic variance swaps. Quantitative Finance, 17 (4). pp. 551-569. ISSN 1469-7688 This version is available from Sussex Research Online: http://sro.sussex.ac.uk/id/eprint/62303/ This document is made available in accordance with publisher policies and may differ from the published version or from the version of record. If you wish to cite this item you are advised to consult the publisher’s version. Please see the URL above for details on accessing the published version. Copyright and reuse: Sussex Research Online is a digital repository of the research output of the University. Copyright and all moral rights to the version of the paper presented here belong to the individual author(s) and/or other copyright owners. To the extent reasonable and practicable, the material made available in SRO has been checked for eligibility before being made available. Copies of full text items generally can be reproduced, displayed or performed and given to third parties in any format or medium for personal research or study, educational, or not-for-profit purposes without prior permission or charge, provided that the authors, title and full bibliographic details are credited, a hyperlink and/or URL is given for the original metadata page and the content is not changed in any way. http://sro.sussex.ac.uk Arithmetic Variance Swaps Stamatis Leontsinisa and Carol Alexanderb a RwC Asset Management, London b School of Business, Management and Economics, University of Sussex To appear in Quantitative Finance, 2016 (in press) Abstract Biases in standard variance swap rates can induce substantial deviations below market rates.
    [Show full text]
  • Ice Crude Oil
    ICE CRUDE OIL Intercontinental Exchange® (ICE®) became a center for global petroleum risk management and trading with its acquisition of the International Petroleum Exchange® (IPE®) in June 2001, which is today known as ICE Futures Europe®. IPE was established in 1980 in response to the immense volatility that resulted from the oil price shocks of the 1970s. As IPE’s short-term physical markets evolved and the need to hedge emerged, the exchange offered its first contract, Gas Oil futures. In June 1988, the exchange successfully launched the Brent Crude futures contract. Today, ICE’s FSA-regulated energy futures exchange conducts nearly half the world’s trade in crude oil futures. Along with the benchmark Brent crude oil, West Texas Intermediate (WTI) crude oil and gasoil futures contracts, ICE Futures Europe also offers a full range of futures and options contracts on emissions, U.K. natural gas, U.K power and coal. THE BRENT CRUDE MARKET Brent has served as a leading global benchmark for Atlantic Oseberg-Ekofisk family of North Sea crude oils, each of which Basin crude oils in general, and low-sulfur (“sweet”) crude has a separate delivery point. Many of the crude oils traded oils in particular, since the commercialization of the U.K. and as a basis to Brent actually are traded as a basis to Dated Norwegian sectors of the North Sea in the 1970s. These crude Brent, a cargo loading within the next 10-21 days (23 days on oils include most grades produced from Nigeria and Angola, a Friday). In a circular turn, the active cash swap market for as well as U.S.
    [Show full text]
  • Tax Treatment of Derivatives
    United States Viva Hammer* Tax Treatment of Derivatives 1. Introduction instruments, as well as principles of general applicability. Often, the nature of the derivative instrument will dictate The US federal income taxation of derivative instruments whether it is taxed as a capital asset or an ordinary asset is determined under numerous tax rules set forth in the US (see discussion of section 1256 contracts, below). In other tax code, the regulations thereunder (and supplemented instances, the nature of the taxpayer will dictate whether it by various forms of published and unpublished guidance is taxed as a capital asset or an ordinary asset (see discus- from the US tax authorities and by the case law).1 These tax sion of dealers versus traders, below). rules dictate the US federal income taxation of derivative instruments without regard to applicable accounting rules. Generally, the starting point will be to determine whether the instrument is a “capital asset” or an “ordinary asset” The tax rules applicable to derivative instruments have in the hands of the taxpayer. Section 1221 defines “capital developed over time in piecemeal fashion. There are no assets” by exclusion – unless an asset falls within one of general principles governing the taxation of derivatives eight enumerated exceptions, it is viewed as a capital asset. in the United States. Every transaction must be examined Exceptions to capital asset treatment relevant to taxpayers in light of these piecemeal rules. Key considerations for transacting in derivative instruments include the excep- issuers and holders of derivative instruments under US tions for (1) hedging transactions3 and (2) “commodities tax principles will include the character of income, gain, derivative financial instruments” held by a “commodities loss and deduction related to the instrument (ordinary derivatives dealer”.4 vs.
    [Show full text]
  • An Analysis of OTC Interest Rate Derivatives Transactions: Implications for Public Reporting
    Federal Reserve Bank of New York Staff Reports An Analysis of OTC Interest Rate Derivatives Transactions: Implications for Public Reporting Michael Fleming John Jackson Ada Li Asani Sarkar Patricia Zobel Staff Report No. 557 March 2012 Revised October 2012 FRBNY Staff REPORTS This paper presents preliminary fi ndings and is being distributed to economists and other interested readers solely to stimulate discussion and elicit comments. The views expressed in this paper are those of the authors and are not necessarily refl ective of views at the Federal Reserve Bank of New York or the Federal Reserve System. Any errors or omissions are the responsibility of the authors. An Analysis of OTC Interest Rate Derivatives Transactions: Implications for Public Reporting Michael Fleming, John Jackson, Ada Li, Asani Sarkar, and Patricia Zobel Federal Reserve Bank of New York Staff Reports, no. 557 March 2012; revised October 2012 JEL classifi cation: G12, G13, G18 Abstract This paper examines the over-the-counter (OTC) interest rate derivatives (IRD) market in order to inform the design of post-trade price reporting. Our analysis uses a novel transaction-level data set to examine trading activity, the composition of market participants, levels of product standardization, and market-making behavior. We fi nd that trading activity in the IRD market is dispersed across a broad array of product types, currency denominations, and maturities, leading to more than 10,500 observed unique product combinations. While a select group of standard instruments trade with relative frequency and may provide timely and pertinent price information for market partici- pants, many other IRD instruments trade infrequently and with diverse contract terms, limiting the impact on price formation from the reporting of those transactions.
    [Show full text]
  • Further Developments in Volatility Derivatives Modeling
    Introduction Prior work Parameter estimation Model vs market prices Conclusion Further Developments in Volatility Derivatives Modeling Jim Gatheral Global Derivatives Trading & Risk Management, Paris May 21, 2008 Introduction Prior work Parameter estimation Model vs market prices Conclusion Disclaimer The opinions expressed in this presentation are those of the author alone, and do not necessarily reflect the views of of Merrill Lynch, its subsidiaries or affiliates. Introduction Prior work Parameter estimation Model vs market prices Conclusion Motivation and context We would like to have a model that prices consistently 1 options on SPX 2 options on VIX 3 options on realized variance We believe there may be such a model because we can identify relationships between options on SPX, VIX and variance. For example: 1 Puts on SPX and calls on VIX both protect against market dislocations. 2 Bruno Dupire constructs an upper bound on the price of options on variance from the prices of index options. 3 The underlying of VIX options is the square-root of a forward-starting variance swap. The aim is not necessarily to find new relationships; the aim is to devise a tool for efficient determination of relative value. Introduction Prior work Parameter estimation Model vs market prices Conclusion Outline 1 Review of prior work Double Lognormal vs Double Heston 2 Parameter estimation Time series analysis of variance curves Time series analysis of SABR fits to SPX options 3 Model vs market prices Numerical techniques Pricing of options on VIX and SPX Options on realized variance 4 Conclusion Is the model right? Introduction Prior work Parameter estimation Model vs market prices Conclusion Review of prior work We found that double-mean reverting lognormal dynamics for SPX instantaneous variance gave reasonable fits to both SPX and VIX option volatility smiles.
    [Show full text]
  • Credit Derivatives Handbook
    08 February 2007 Fixed Income Research http://www.credit-suisse.com/researchandanalytics Credit Derivatives Handbook Credit Strategy Contributors Ira Jersey +1 212 325 4674 [email protected] Alex Makedon +1 212 538 8340 [email protected] David Lee +1 212 325 6693 [email protected] This is the second edition of our Credit Derivatives Handbook. With the continuous growth of the derivatives market and new participants entering daily, the Handbook has become one of our most requested publications. Our goal is to make this publication as useful and as user friendly as possible, with information to analyze instruments and unique situations arising from market action. Since we first published the Handbook, new innovations have been developed in the credit derivatives market that have gone hand in hand with its exponential growth. New information included in this edition includes CDS Orphaning, Cash Settlement of Single-Name CDS, Variance Swaps, and more. We have broken the information into several convenient sections entitled "Credit Default Swap Products and Evaluation”, “Credit Default Swaptions and Instruments with Optionality”, “Capital Structure Arbitrage”, and “Structure Products: Baskets and Index Tranches.” We hope this publication is useful for those with various levels of experience ranging from novices to long-time practitioners, and we welcome feedback on any topics of interest. FOR IMPORTANT DISCLOSURE INFORMATION relating to analyst certification, the Firm’s rating system, and potential conflicts
    [Show full text]
  • Volatility As Investment - Crash Protection with Calendar Spreads of Variance Swaps
    Journal of Applied Operational Research (2014) 6(4), 243–254 © Tadbir Operational Research Group Ltd. All rights reserved. www.tadbir.ca ISSN 1735-8523 (Print), ISSN 1927-0089 (Online) Volatility as investment - crash protection with calendar spreads of variance swaps Uwe Wystup 1,* and Qixiang Zhou 2 1 MathFinance AG, Frankfurt, Germany 2 Frankfurt School of Finance & Management, Germany Abstract. Nowadays, volatility is not only a risk measure but can be also considered an individual asset class. Variance swaps, one of the main investment vehicles, can obtain pure exposure on realized volatility. In normal market phases, implied volatility is often higher than the realized volatility will turn out to be. We present a volatility investment strategy that can benefit from both negative risk premium and correlation of variance swaps to the underlying stock index. The empirical evidence demonstrates a significant diversification effect during the financial crisis by adding this strategy to an existing portfolio consisting of 70% stocks and 30% bonds. The back-testing analysis includes the last ten years of history of the S&P500 and the EUROSTOXX50. Keywords: volatility; investment strategy; stock index; crash protection; variance swap * Received July 2014. Accepted November 2014 Introduction Volatility is an important variable of the financial market. The accurate measurement of volatility is important not only for investment but also as an integral part of risk management. Generally, there are two methods used to assess volatility: The first one entails the application of time series methods in order to make statistical conclusions based on historical data. Examples of this method are ARCH/GARCH models.
    [Show full text]
  • Form 6781 Contracts and Straddles ▶ Go to for the Latest Information
    Gains and Losses From Section 1256 OMB No. 1545-0644 Form 6781 Contracts and Straddles ▶ Go to www.irs.gov/Form6781 for the latest information. 2020 Department of the Treasury Attachment Internal Revenue Service ▶ Attach to your tax return. Sequence No. 82 Name(s) shown on tax return Identifying number Check all applicable boxes. A Mixed straddle election C Mixed straddle account election See instructions. B Straddle-by-straddle identification election D Net section 1256 contracts loss election Part I Section 1256 Contracts Marked to Market (a) Identification of account (b) (Loss) (c) Gain 1 2 Add the amounts on line 1 in columns (b) and (c) . 2 ( ) 3 Net gain or (loss). Combine line 2, columns (b) and (c) . 3 4 Form 1099-B adjustments. See instructions and attach statement . 4 5 Combine lines 3 and 4 . 5 Note: If line 5 shows a net gain, skip line 6 and enter the gain on line 7. Partnerships and S corporations, see instructions. 6 If you have a net section 1256 contracts loss and checked box D above, enter the amount of loss to be carried back. Enter the loss as a positive number. If you didn’t check box D, enter -0- . 6 7 Combine lines 5 and 6 . 7 8 Short-term capital gain or (loss). Multiply line 7 by 40% (0.40). Enter here and include on line 4 of Schedule D or on Form 8949. See instructions . 8 9 Long-term capital gain or (loss). Multiply line 7 by 60% (0.60). Enter here and include on line 11 of Schedule D or on Form 8949.
    [Show full text]
  • To: Distributors and Holders of Minibonds Minibonds in The
    To: Distributors and holders of Minibonds Minibonds In the following, we provide answers to some questions which apply generally to the Minibonds, but holders should be aware that each series of Minibonds is different and the status of their series may therefore differ in some respects from the general answers given here. The structure of the Minibonds and the rights of holders are explained more fully in the prospectuses for the issues See the section of the issue prospectuses headed “Information about us and how our Notes are secured” for a general description of the collateral and the swap arrangements.. What is the current status of Lehman Brothers Holdings Inc.? On 15 September 2008 Lehman Brothers Holdings Inc. (“LBHI”) filed a petition (the “Petition”) under Chapter 11 of the U.S. Bankruptcy Code with the United States Bankruptcy Court of the Southern District of New York. What is the role of Lehman Brothers Holdings Inc. in the Minibonds? LBHI is the swap guarantor for the Minibonds and is the guarantor of the collateral for some early series of Minibonds. The swap counterparties for the Minibonds are wholly-owned subsidiaries of LBHI. How does this affect the Minibonds? According to ISDA (the International Swaps and Derivatives Association Inc., an industry body), the filing of the Petition constitutes an event of default under swaps such as the swap arrangements which Pacific International Finance Limited, the issuer of the Minibonds, has entered into with Lehman. This means that the Minibonds will, subject to conditions and to a number of other procedures, be subject to early redemption unless the trustee for the Minibonds directs otherwise.
    [Show full text]
  • The Term Structure of Variance Swap Rates and Optimal Variance Swap Investments
    JOURNAL OF FINANCIAL AND QUANTITATIVE ANALYSIS Vol. 45, No. 5, Oct. 2010, pp. 1279–1310 COPYRIGHT 2010, MICHAEL G. FOSTER SCHOOL OF BUSINESS, UNIVERSITY OF WASHINGTON, SEATTLE, WA 98195 doi:10.1017/S0022109010000463 The Term Structure of Variance Swap Rates and Optimal Variance Swap Investments Daniel Egloff, Markus Leippold, and Liuren Wu∗ Abstract This paper performs specification analysis on the term structure of variance swap rates on the S&P 500 index and studies the optimal investment decision on the variance swaps and the stock index. The analysis identifies 2 stochastic variance risk factors, which govern the short and long end of the variance swap term structure variation, respectively. The highly negative estimate for the market price of variance risk makes it optimal for an investor to take short positions in a short-term variance swap contract, long positions in a long-term variance swap contract, and short positions in the stock index. I. Introduction The financial market is becoming increasingly aware of the fact that the re- turn variance on stock indexes is stochastic (Engle (2004)) and the variance risk is heavily priced (Carr and Wu (2009)). Associated with this recognition is the development of a large number of variance-related derivative products. The most actively traded is the variance swap contract. The contract has 0 value at inception. At maturity, the long side of the variance swap contract receives the difference be- tween a standard measure of the realized variance and a fixed rate, called the vari- ance swap rate, determined at the inception of the contract. Traditional derivative contracts such as calls, puts, and straddles also have variance risk exposure, ∗Egloff, [email protected], QuantCatalyst, Hardturmstrasse 101, 8005 Zurich, Switzerland; Leippold, [email protected], University of Zurich, Swiss Banking Institute, Plattenstrasse 14, 8032 Zurich, Switzerland; and Wu, [email protected], Baruch College, Zicklin School of Business, One Bernard Baruch Way, Box B10-225, New York, NY 10010.
    [Show full text]