Getting Started: Defines terms that are important to know for building a yield curve.

Size: px
Start display at page:

Download "Getting Started: Defines terms that are important to know for building a yield curve."

Transcription

1 Word Capital Open Source Asset Management 408 West 14 th Street, 2F New York, NY US Yield Curve Tutorial Jake Roth Caroline Davidson Tools Needed 1 Microsoft Excel 2 Access to a Bloomberg Terminal Contents 1 Getting Started: Defines terms that are important to know for building a yield curve. 2 Components and Formulas: Explains several concepts used for relating components of the yield curve. 3 Step-by-Step Guide: Gives instructions for extracting and using data to create a curve.

2 Getting Started The yield refers to the return on an investment. A yield curve plots the interest rates for investments that mature at different points in time. It shows what rate should be used for lending at various maturities. We will use deposit rates, Eurodollars, and swap rates to build our US yield curve. The US Dollar yield curve is the most relevant application to all global markets participants. Vivamus porta est sed est. Deposit rates are the interest rates that banks charge for lending and pay for borrowing at different maturities. Eurodollar futures contracts are deposits of US dollars in foreign banks that have a 3-month maturity with contracts starting every month. The price of the futures contracts is related to the interest rate offered. We will use contracts starting in March, June, September, and December. The deposits are made outside of the United States, so they are not subject to Federal Reserve regulation. The swap rate is the rate at which the fixed-rate payment in an interest rate swap is traded. An interest rate swap is the exchange of a fixed-rate payment for a floating-rate payment on a standardized notional. The yield to maturity refers to the rate of return on a bond at the end of its maturity. It is essentially an average of the yields for the different time periods on payments throughout its maturity. We take the yield to maturity into account when using swap rates to compute the yield for the 2-year to 30- year portion of the curve. Simple interest rates are most commonly used when dealing with maturities lasting less than a year. We use simple interest rates when dealing with the deposit rates and Eurodollars. Compounding interest rates are rates where interest is added to the notional so that, from that moment on, the interest that has been added also earns interest. We deal with compounding interest rates when we start using swap rates to determine points on the yield curve. The swap rates we deal with are compounded annually. Day-count conventions are used to calculate the interest rates between two dates. In building a yield curve, we often need to compute the interest rate for periods between payments or another period, which requires using a reference period for which we already know the rate. We use the equation:

3 Components and Formulas Today 3 months Deposit rates Deposit rates are short term, so we use them to determine the portion of the curve from the current date to the start of the first available Eurodollar contract. We use the spot-next deposit rate (which we will refer to as the 1-day rate), 1-week, 2-week, 3-week, 1-month, 2-month, and 3- month rates. In order to get the rates for days in between these tenors, we use linear interpolation and the theory of similar triangles. Here, we know i upper, i lower, upper, and lower: Using the endpoints of the triangle, we can create a new, smaller triangle within the larger one. We know that the ratios between these right triangles are equivalent, so we can solve for ix using the equation below and plugging in the information we know. This formula can be expressed in a way to solve for any interest rate between two known data points:

4 3 months 2 years Eurodollars Eurodollar contracts last for 90 days (3 months), and we use the contracts that start in March, June, September, and December (or in market terminology: EDH, EDM, EDU, EDZ). They extend to 10 years; however, we use them only to calculate the 3-month to 2-year portion of the yield curve. Because the rates represent only a 90 day time period that starts and ends at different points in time, it is important to account for the interest rate relative to the portion of time before that rate is put into effect. Using the rate for the previous term (i 1) and the rate for the 3-month contract (i 2), we can solve for itotal using the equation: To solve for the interest rate for the total period of time, we manipulate the equation: To calculate the interest rate for the next Eurodollar contract, i 1 becomes the previous i total. This equation always breaks the total time period into two segments: the time period that we have already dealt with and the newest piece of time that we are adding on. Bloomberg gives data in percent form, but the equation requires that the interest rates be in decimal form. Yet we want to use interest rates in percentage form for the yield curve, so it is important to make the conversions when necessary, i.e. multiplying or dividing by 100 when appropriate.

5 2 years 30 years Swap rates We use swap rates to determine the 2-year to 30-year portion of the yield curve. However, the data for swap rates gives the yield to maturity, and we must calculate the yield for the final portion of the time to maturity while incorporating interest rates for the previous periods of time. Now we know i 1 and i total, and we are solving for i 2. We use the equation: To calculate the yield, solve for in in the equation above and manipulate it to become: Again, coupons (C) are given in percent form, so the appropriate conversion to decimal form is required. When calculating rates, we assume the bonds are priced at par. A bond priced at par means that its future cash flows, when brought to present day terms, are equal to the given price.

6 Step-by-Step Guide Data 1. Use the Bloomberg Terminal to extract data for deposit rates up to 3 months using the BLP() function. You can find data on the deposit rates by typing BBC 33, <GO>. 2. Extract data for Eurodollars up to 2 years. Use the formula 100- BLP() to determine the rate. Also, extract data for the expiration date of each contract by using the BLP() function with LAST_TRADEABLE_DT as the second input. Data on Eurodollar rates can be found by typing EDSF, <GO>. 3. Extract data for swap rates up to 30 years. Use the BLP() formula to retrieve rate data. Swap rates can be found by typing IRSB 42, <GO>. Insert rows between 10, 15, 20, 25, and 30 years to account for all years in between. Dates and Day Counts 1. Create a column for the date that starts with the current date using Excel s TODAY() function. The column should continue to increment to the next day until 30 years from now. 2. Create a column next to it for the day count. It should start at 0 and increment up 1 for each subsequent day. 3. For both columns, each cell should add 1 to the value in the cell before it. Fill this in for the first three increments, then select the second and third cells and drag down for all days. V-Lookup Table 1. Create a V-Lookup table of 4 columns. This table will be used to get the upper and lower bounds needed for linear interpolation. The first two columns are maturity lengths and the corresponding rate. The next two columns should be identical to the first two, but shifted up one row. (See V- Lookup Table Excel Example) 2. To begin with, only fill this table with deposit rates (1-90 day rates). Rates on longer maturities will be calculated and added to the table later. For example, the overnight information on the left side should be in line with the 1- week information on the right side. Linear Interpolation 1. Use the VLOOKUP() function to get the upper and lower bounds for any given day and create a table using the Date and Day Count columns. (See Linear Interpolation Excel Example). 2. Set your VLOOKUP() formula so that the final input is TRUE, which tells the function to find the first closest match. It will always find a hit on the lower bound of a number. 3. Use the VLOOKUP() with the first input being the specific day. Get the rates of the lower and upper bounds in columns 2 and 4. Use this same logic to obtain the upper and lower bound day values. 4. Use linear interpolation in the yield column. Deposit Rates 1. Use the information in the v- lookup table and linear interpolation to solve for the interest rate at each day. 2. Drag the formula and appropriate information all the way through the table for each day. The first column is the lower bound day, and the following columns are the lower bound day s rate, the upper bound day, the upper bound day s rate, and then the formula calculating ix in the final column. After the deposit rate is calculated the other yield rates will be added to this table as well. 3. Be sure to lock the V-Lookup table in place before dragging down. Otherwise, the VLOOKUP() will search through a table filled with incorrect information. Eurodollars 1. When the first Eurodollar contract goes into effect, the formula must be changed: 2. Use the rate for the previous time period (i1) and the rate for the next 3-month Eurodollar contract (i2) to solve for itotal in the equation above. Both pieces of information must be used to compute the rate for the total period of time each time a new Eurodollar futures contract comes into effect. 3. Plug this data into the V-Lookup table. Using the same logic from the deposit rates, get the lower and upper bounds and use linear interpolation to calculate the rates for the days in between. Swap Rates 1. Use the equation below and input appropriate data to calculate interest rates for 3 years to 30 years. 2. This formula may become overwhelming with the denominator growing to 31 terms, so implement a table to simplify the formula.

7 3. Factor out the coupon value from the discount factor terms in the denominator. Now the formula will look this: ` Linear Interpolation Excel Example 4. The discount factors for each year will be consistent over time (values in each rows are the same). Calculate them all at once, and then create a table with columns that grow by one term each year. This will result in a table similar to the Discount Factors Table Excel Example. 5. Now condense the formula by using the SUM() function to add all the discount factors in the appropriate year. Then, distribute the coupon value to return to the original equation. 6. After solving for the interest rates, plug the values into the V- Lookup table. 7. Using linear interpolation, calculate the rates for the days in between. Discount Factors Table Excel Example Graph 1. Select the Date and Yield columns of the data. 2. Insert a Line Graph. 3. Title and label axes appropriately. V-Lookup Table Excel Example

8 Disclaimers Word Capital LLC is a registered Commodity Trading Advisor with the NFA ID# Word Capital LLC acts as the trading advisor for Word Capital Roots Fund, LP as well as for any separately managed accounts. Word Capital Roots GP LLC is registered as a Commodity Pool Operator with the NFA ID# Word Capital Roots GP LLC is the general partner and Pool Operator to the Commodity Pool Word Capital Roots Fund, LP. Word Capital Roots GP LLC will be soliciting investments on behalf of the Pool. Word Capital LLC will be soliciting investments for the Pool as well as for individually managed accounts. This document is intended for discussion purposes only and does not create any legally binding obligations on the part of Word Capital LLC, Word Capital Roots GP LLC and/or its affiliates. Without limitation, this website does not constitute an offer, an invitation to offer, or a recommendation to enter into any transaction and Word Capital LLC is not acting as your financial adviser or in any other fiduciary capacity. When making an investment decision, you should rely solely on the prospectus relating to the transaction and not the summary contained herein. Past performance is not a guarantee of future results. The examples set forth throughout this document are not intended to be, and should not be construed as, indicative of returns to be expected from any particular investment or from the Fund s investment activities as a whole.

Computing interest and composition of functions:

Computing interest and composition of functions: Computing interest and composition of functions: In this week, we are creating a simple and compound interest calculator in EXCEL. These two calculators will be used to solve interest questions in week

More information

Building a Zero Coupon Yield Curve

Building a Zero Coupon Yield Curve Building a Zero Coupon Yield Curve Clive Bastow, CFA, CAIA ABSTRACT Create and use a zero- coupon yield curve from quoted LIBOR, Eurodollar Futures, PAR Swap and OIS rates. www.elpitcafinancial.com Risk-

More information

Lecture 9. Basics on Swaps

Lecture 9. Basics on Swaps Lecture 9 Basics on Swaps Agenda: 1. Introduction to Swaps ~ Definition: ~ Basic functions ~ Comparative advantage: 2. Swap quotes and LIBOR zero rate ~ Interest rate swap is combination of two bonds:

More information

Frequency Distributions

Frequency Distributions Frequency Distributions January 8, 2018 Contents Frequency histograms Relative Frequency Histograms Cumulative Frequency Graph Frequency Histograms in R Using the Cumulative Frequency Graph to Estimate

More information

Swaps. Bjørn Eraker. January 16, Wisconsin School of Business

Swaps. Bjørn Eraker. January 16, Wisconsin School of Business Wisconsin School of Business January 16, 2015 Interest Rate An interest rate swap is an agreement between two parties to exchange fixed for floating rate interest rate payments. The floating rate leg is

More information

Contents. 1. Introduction Workbook Access Copyright and Disclaimer Password Access and Worksheet Protection...

Contents. 1. Introduction Workbook Access Copyright and Disclaimer Password Access and Worksheet Protection... Contents 1. Introduction... 3 2. Workbook Access... 3 3. Copyright and Disclaimer... 3 4. Password Access and Worksheet Protection... 4 5. Macros... 4 6. Colour Coding... 4 7. Recalculation... 4 8. Explanation

More information

Swaps 7.1 MECHANICS OF INTEREST RATE SWAPS LIBOR

Swaps 7.1 MECHANICS OF INTEREST RATE SWAPS LIBOR 7C H A P T E R Swaps The first swap contracts were negotiated in the early 1980s. Since then the market has seen phenomenal growth. Swaps now occupy a position of central importance in derivatives markets.

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

MLC at Boise State Polynomials Activity 2 Week #3

MLC at Boise State Polynomials Activity 2 Week #3 Polynomials Activity 2 Week #3 This activity will discuss rate of change from a graphical prespective. We will be building a t-chart from a function first by hand and then by using Excel. Getting Started

More information

January 29. Annuities

January 29. Annuities January 29 Annuities An annuity is a repeating payment, typically of a fixed amount, over a period of time. An annuity is like a loan in reverse; rather than paying a loan company, a bank or investment

More information

January Ira G. Kawaller President, Kawaller & Co., LLC

January Ira G. Kawaller President, Kawaller & Co., LLC Interest Rate Swap Valuation Since the Financial Crisis: Theory and Practice January 2017 Ira G. Kawaller President, Kawaller & Co., LLC Email: kawaller@kawaller.com Donald J. Smith Associate Professor

More information

You should already have a worksheet with the Basic Plus Plan details in it as well as another plan you have chosen from ehealthinsurance.com.

You should already have a worksheet with the Basic Plus Plan details in it as well as another plan you have chosen from ehealthinsurance.com. In earlier technology assignments, you identified several details of a health plan and created a table of total cost. In this technology assignment, you ll create a worksheet which calculates the total

More information

Jacob: What data do we use? Do we compile paid loss triangles for a line of business?

Jacob: What data do we use? Do we compile paid loss triangles for a line of business? PROJECT TEMPLATES FOR REGRESSION ANALYSIS APPLIED TO LOSS RESERVING BACKGROUND ON PAID LOSS TRIANGLES (The attached PDF file has better formatting.) {The paid loss triangle helps you! distinguish between

More information

Computing compound interest and composition of functions

Computing compound interest and composition of functions Computing compound interest and composition of functions In today s topic we will look at using EXCEL to compute compound interest. The method we will use will also allow us to discuss composition of functions.

More information

Fundamentals of Futures and Options Markets John C. Hull Eighth Edition

Fundamentals of Futures and Options Markets John C. Hull Eighth Edition Fundamentals of Futures and Options Markets John C. Hull Eighth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on

More information

Finance 100 Problem Set 6 Futures (Alternative Solutions)

Finance 100 Problem Set 6 Futures (Alternative Solutions) Finance 100 Problem Set 6 Futures (Alternative Solutions) Note: Where appropriate, the final answer for each problem is given in bold italics for those not interested in the discussion of the solution.

More information

Mathematics of Financial Derivatives

Mathematics of Financial Derivatives Mathematics of Financial Derivatives Lecture 9 Solesne Bourguin bourguin@math.bu.edu Boston University Department of Mathematics and Statistics Table of contents 1. Zero-coupon rates and bond pricing 2.

More information

Mathematics of Financial Derivatives. Zero-coupon rates and bond pricing. Lecture 9. Zero-coupons. Notes. Notes

Mathematics of Financial Derivatives. Zero-coupon rates and bond pricing. Lecture 9. Zero-coupons. Notes. Notes Mathematics of Financial Derivatives Lecture 9 Solesne Bourguin bourguin@math.bu.edu Boston University Department of Mathematics and Statistics Zero-coupon rates and bond pricing Zero-coupons Definition:

More information

FIXED INCOME I EXERCISES

FIXED INCOME I EXERCISES FIXED INCOME I EXERCISES This version: 25.09.2011 Interplay between macro and financial variables 1. Read the paper: The Bond Yield Conundrum from a Macro-Finance Perspective, Glenn D. Rudebusch, Eric

More information

Technology Assignment Calculate the Total Annual Cost

Technology Assignment Calculate the Total Annual Cost In an earlier technology assignment, you identified several details of two different health plans. In this technology assignment, you ll create a worksheet which calculates the total annual cost of medical

More information

Spreadsheet Directions

Spreadsheet Directions The Best Summer Job Offer Ever! Spreadsheet Directions Before beginning, answer questions 1 through 4. Now let s see if you made a wise choice of payment plan. Complete all the steps outlined below in

More information

Excel Tutorial 9: Working with Financial Tools and Functions TRUE/FALSE 1. The fv argument is required in the PMT function.

Excel Tutorial 9: Working with Financial Tools and Functions TRUE/FALSE 1. The fv argument is required in the PMT function. Excel Tutorial 9: Working with Financial Tools and Functions TRUE/FALSE 1. The fv argument is required in the PMT function. ANS: F PTS: 1 REF: EX 493 2. Cash flow has nothing to do with who owns the money.

More information

NOTICE TO MEMBERS RE: SR-NFX

NOTICE TO MEMBERS RE: SR-NFX NOTICE TO MEMBERS TO: FROM: NFX Members and Member Organizations NASDAQ OMX Futures Exchange DATE: August 10, 2010 RE: SR-NFX-2010-08 ----------------------------------------------------------------------------------------------------------

More information

Pricing and Valuation of Forward Commitments

Pricing and Valuation of Forward Commitments Pricing and Valuation of Forward Commitments Professor s Comment: This reading has only four learning outcome statements, but don t be fooled into thinking it is something you can skip. I think you must

More information

Term Structure of Interest Rates. For 9.220, Term 1, 2002/03 02_Lecture7.ppt

Term Structure of Interest Rates. For 9.220, Term 1, 2002/03 02_Lecture7.ppt Term Structure of Interest Rates For 9.220, Term 1, 2002/03 02_Lecture7.ppt Outline 1. Introduction 2. Term Structure Definitions 3. Pure Expectations Theory 4. Liquidity Premium Theory 5. Interpreting

More information

7-3 Exponential Review I can apply exponential properties and use them I can model real-world situations using exponential functions Warm-Up 1. Find the next three terms in the sequence 2, 6, 18, 54,,,

More information

Working with FX Contracts In This Chapter

Working with FX Contracts In This Chapter Working with FX Contracts In This Chapter FX Contracts At a Glance....................................................... 112 Understanding FX Contracts....................................................

More information

Introduction to Eris Exchange Interest Rate Swap Futures

Introduction to Eris Exchange Interest Rate Swap Futures Introduction to Eris Exchange Interest Rate Swap Futures Overview Eris Exchange interest rate swap futures ( Eris contracts ) have been designed to replicate the net cash flows associated with plain-vanilla,

More information

Compound Rate for SARON. March 2019

Compound Rate for SARON. March 2019 Compound Rate for SARON March 2019 SIX operates the fully automated trading platform for the secured money market (short-term credit funding) in Switzerland (SIX Repo). The SARON reference rate reflects

More information

Name Date

Name Date NEW DORP HIGH SCHOOL Deirdre A. DeAngelis, Principal MATHEMATICS DEPARTMENT Li Pan, Assistant Principal Name Date Summer Math Assignment for a Student whose Official Class starts with 7, 8, and 9 Directions:

More information

AG LENDING IN A CHANGING MARKET: RISING INTEREST RATES, SHIFTING POLICY, AND STRATEGIES TO COMPETE

AG LENDING IN A CHANGING MARKET: RISING INTEREST RATES, SHIFTING POLICY, AND STRATEGIES TO COMPETE AG LENDING IN A CHANGING MARKET: RISING INTEREST RATES, SHIFTING POLICY, AND STRATEGIES TO COMPETE ERIC DONOVAN MANAGING DIRECTOR, INTL FCSTONE MARKETS, LLC Disclaimer The trading of derivatives such as

More information

An application program that can quickly handle calculations. A spreadsheet uses numbers like a word processor uses words.

An application program that can quickly handle calculations. A spreadsheet uses numbers like a word processor uses words. An application program that can quickly handle calculations A spreadsheet uses numbers like a word processor uses words. WHAT IF? Columns run vertically & are identified by letters A, B, etc. Rows run

More information

Fair Forward Price Interest Rate Parity Interest Rate Derivatives Interest Rate Swap Cross-Currency IRS. Net Present Value.

Fair Forward Price Interest Rate Parity Interest Rate Derivatives Interest Rate Swap Cross-Currency IRS. Net Present Value. Net Present Value Christopher Ting Christopher Ting http://www.mysmu.edu/faculty/christophert/ : christopherting@smu.edu.sg : 688 0364 : LKCSB 5036 September 16, 016 Christopher Ting QF 101 Week 5 September

More information

Chapter 3 - Spreadsheet Exercises 3-1: CHAPTER 3 - MEASURING PORTFOLIO RISK 67

Chapter 3 - Spreadsheet Exercises 3-1: CHAPTER 3 - MEASURING PORTFOLIO RISK 67 CHAPTER 3 - MEASURING PORTFOLIO RISK 67 Chapter 3 - Spreadsheet Exercises 3-1: Using the data in Table 3-2 above, graph the expected distribution of monthly stock returns on each of Proctor & Gamble (PG),

More information

In Chapter 2, a notional amortization schedule was created that provided a basis

In Chapter 2, a notional amortization schedule was created that provided a basis CHAPTER 3 Prepayments In Chapter 2, a notional amortization schedule was created that provided a basis for cash flowing into a transaction. This cash flow assumes that every loan in the pool will make

More information

MFE8812 Bond Portfolio Management

MFE8812 Bond Portfolio Management MFE8812 Bond Portfolio Management William C. H. Leon Nanyang Business School January 16, 2018 1 / 63 William C. H. Leon MFE8812 Bond Portfolio Management 1 Overview Value of Cash Flows Value of a Bond

More information

Chapter 6 Analyzing Accumulated Change: Integrals in Action

Chapter 6 Analyzing Accumulated Change: Integrals in Action Chapter 6 Analyzing Accumulated Change: Integrals in Action 6. Streams in Business and Biology You will find Excel very helpful when dealing with streams that are accumulated over finite intervals. Finding

More information

Introduction to Bonds. Part One describes fixed-income market analysis and the basic. techniques and assumptions are required.

Introduction to Bonds. Part One describes fixed-income market analysis and the basic. techniques and assumptions are required. PART ONE Introduction to Bonds Part One describes fixed-income market analysis and the basic concepts relating to bond instruments. The analytic building blocks are generic and thus applicable to any market.

More information

Manual for SOA Exam FM/CAS Exam 2.

Manual for SOA Exam FM/CAS Exam 2. Manual for SOA Exam FM/CAS Exam 2. Chapter 6. Variable interest rates and portfolio insurance. c 2009. Miguel A. Arcones. All rights reserved. Extract from: Arcones Manual for the SOA Exam FM/CAS Exam

More information

Chapter 8. Swaps. Copyright 2009 Pearson Prentice Hall. All rights reserved.

Chapter 8. Swaps. Copyright 2009 Pearson Prentice Hall. All rights reserved. Chapter 8 Swaps Introduction to Swaps A swap is a contract calling for an exchange of payments, on one or more dates, determined by the difference in two prices A swap provides a means to hedge a stream

More information

Mathematics Success Grade 8

Mathematics Success Grade 8 Mathematics Success Grade 8 T379 [OBJECTIVE] The student will derive the equation of a line and use this form to identify the slope and y-intercept of an equation. [PREREQUISITE SKILLS] Slope [MATERIALS]

More information

* The Unlimited Plan costs $100 per month for as many minutes as you care to use.

* The Unlimited Plan costs $100 per month for as many minutes as you care to use. Problem: You walk into the new Herizon Wireless store, which just opened in the mall. They offer two different plans for voice (the data and text plans are separate): * The Unlimited Plan costs $100 per

More information

MLC at Boise State Polynomials Activity 3 Week #5

MLC at Boise State Polynomials Activity 3 Week #5 Polynomials Activity 3 Week #5 This activity will be discuss maximums, minimums and zeros of a quadratic function and its application to business, specifically maximizing profit, minimizing cost and break-even

More information

Crashing the Schedule An Algorithmic Approach with Caveats and Comments

Crashing the Schedule An Algorithmic Approach with Caveats and Comments ing the Schedule An Algorithmic Approach with Caveats and Comments Gilbert C. Brunnhoeffer, III PhD, P.E. and B. Gokhan Celik PhD LEED AP Roger Williams University Bristol, Rhode Island and Providence

More information

Tutorial 3: Working with Formulas and Functions

Tutorial 3: Working with Formulas and Functions Tutorial 3: Working with Formulas and Functions Microsoft Excel 2010 Objectives Copy formulas Build formulas containing relative, absolute, and mixed references Review function syntax Insert a function

More information

Handout 3 More on the National Debt

Handout 3 More on the National Debt Handout 3 More on the National Debt In this handout, we are going to continue learning about the national debt and you ll learn how to use Excel to perform simple summaries of the information. One of my

More information

EUROPEAN GOVERNMENT BOND FUTURES ROLLING STRATEGY INDEX METHODOLOGY JULY 25, 2014

EUROPEAN GOVERNMENT BOND FUTURES ROLLING STRATEGY INDEX METHODOLOGY JULY 25, 2014 EUROPEAN GOVERNMENT BOND FUTURES ROLLING STRATEGY INDEX METHODOLOGY JULY 25, 2014 EUROPEAN GOVERNMENT BOND FUTURES ROLLING STRATEGY INDEX Overview The following overview of the European Government Bond

More information

CONTENTS Put-call parity Dividends and carrying costs Problems

CONTENTS Put-call parity Dividends and carrying costs Problems Contents 1 Interest Rates 5 1.1 Rate of return........................... 5 1.2 Interest rates........................... 6 1.3 Interest rate conventions..................... 7 1.4 Continuous compounding.....................

More information

Guide Of Excel 2007 Vlookup Formula Not Result

Guide Of Excel 2007 Vlookup Formula Not Result Guide Of Excel 2007 Vlookup Formula Not Result Excel VLOOKUP function pulls data from table in Excel. so if the product code is not found, the result will be #N/A. (Note: Excel is rather In Excel 2007,

More information

BOND/FUTURE SPREAD & BUTTERFLY MONITOR BLOOMBERG APPLICATION USER MANUAL

BOND/FUTURE SPREAD & BUTTERFLY MONITOR BLOOMBERG APPLICATION USER MANUAL BOND/FUTURE SPREAD & BUTTERFLY MONITOR BLOOMBERG APPLICATION USER MANUAL RiskVal Financial Solutions, LLC 120 West 31st Street, 6th floor New York, NY 10001 apps@riskval.com Table of Contents Spread &

More information

Introduction to Basic Excel Functions and Formulae Note: Basic Functions Note: Function Key(s)/Input Description 1. Sum 2. Product

Introduction to Basic Excel Functions and Formulae Note: Basic Functions Note: Function Key(s)/Input Description 1. Sum 2. Product Introduction to Basic Excel Functions and Formulae Excel has some very useful functions that you can use when working with formulae. This worksheet has been designed using Excel 2010 however the basic

More information

FINCAD XL and Analytics v10.1 Release Notes

FINCAD XL and Analytics v10.1 Release Notes FINCAD XL and Analytics v10.1 Release Notes FINCAD XL and Analytics v10.1 Release Notes Software Version: FINCAD XL 10.1 Release Date: May 15, 2007 Document Revision Number: 1.0 Disclaimer FinancialCAD

More information

Finance 402: Problem Set 7 Solutions

Finance 402: Problem Set 7 Solutions Finance 402: Problem Set 7 Solutions Note: Where appropriate, the final answer for each problem is given in bold italics for those not interested in the discussion of the solution. 1. Consider the forward

More information

I Bonds versus TIPS: should individual investors prefer one to the other?

I Bonds versus TIPS: should individual investors prefer one to the other? Financial Services Review 15 (2006) 265 280 I Bonds versus TIPS: should individual investors prefer one to the other? Marcelle Arak a, Stuart Rosenstein b, * a Department of Finance, University of Colorado

More information

Computing and Data Analysis with Excel

Computing and Data Analysis with Excel Main Examination period 2018 MTH4114 Computing and Data Analysis with Excel Duration: 2 hours Apart from this page, you are not permitted to read the contents of this question paper until instructed to

More information

FEEDBACK TUTORIAL LETTER ASSIGNMENT 2 INTERMEDIATE MACRO ECONOMICS IMA612S

FEEDBACK TUTORIAL LETTER ASSIGNMENT 2 INTERMEDIATE MACRO ECONOMICS IMA612S FEEDBACK TUTORIAL LETTER 2 nd SEMESTER 2017 ASSIGNMENT 2 INTERMEDIATE MACRO ECONOMICS 1 ASSIGNMENT 2 SECTION A [20 marks] QUESTION 1 [20 marks, 2 marks each] For each of the following questions, select

More information

CAD 15 million Callable Zero Coupon Notes due 17 May 2041 Final Terms & Conditions

CAD 15 million Callable Zero Coupon Notes due 17 May 2041 Final Terms & Conditions CAD 15 million Callable Zero Coupon Notes due 17 May 2041 Final Terms & Conditions This term sheet is provided for discussion and/or information purposes only and it does not constitute either an offer

More information

Before How can lines on a graph show the effect of interest rates on savings accounts?

Before How can lines on a graph show the effect of interest rates on savings accounts? Compound Interest LAUNCH (7 MIN) Before How can lines on a graph show the effect of interest rates on savings accounts? During How can you tell what the graph of simple interest looks like? After What

More information

Chapter 2 Rocket Launch: AREA BETWEEN CURVES

Chapter 2 Rocket Launch: AREA BETWEEN CURVES ANSWERS Mathematics (Mathematical Analysis) page 1 Chapter Rocket Launch: AREA BETWEEN CURVES RL-. a) 1,.,.; $8, $1, $18, $0, $, $6, $ b) x; 6(x ) + 0 RL-. a), 16, 9,, 1, 0; 1,,, 7, 9, 11 c) D = (-, );

More information

Math of Finance Exponential & Power Functions

Math of Finance Exponential & Power Functions The Right Stuff: Appropriate Mathematics for All Students Promoting the use of materials that engage students in meaningful activities that promote the effective use of technology to support mathematics,

More information

Exponential Modeling. Growth and Decay

Exponential Modeling. Growth and Decay Exponential Modeling Growth and Decay Identify each as growth or Decay What you should Know y Exponential functions 0

More information

Interest Rate Forwards and Swaps

Interest Rate Forwards and Swaps Interest Rate Forwards and Swaps 1 Outline PART ONE Chapter 1: interest rate forward contracts and their pricing and mechanics 2 Outline PART TWO Chapter 2: basic and customized swaps and their pricing

More information

Exponential Growth and Decay

Exponential Growth and Decay Exponential Growth and Decay Identifying Exponential Growth vs Decay A. Exponential Equation: f(x) = Ca x 1. C: COEFFICIENT 2. a: BASE 3. X: EXPONENT B. Exponential Growth 1. When the base is greater than

More information

The Normal Probability Distribution

The Normal Probability Distribution 1 The Normal Probability Distribution Key Definitions Probability Density Function: An equation used to compute probabilities for continuous random variables where the output value is greater than zero

More information

1. Parallel and nonparallel shifts in the yield curve. 2. Factors that drive U.S. Treasury security returns.

1. Parallel and nonparallel shifts in the yield curve. 2. Factors that drive U.S. Treasury security returns. LEARNING OUTCOMES 1. Parallel and nonparallel shifts in the yield curve. 2. Factors that drive U.S. Treasury security returns. 3. Construct the theoretical spot rate curve. 4. The swap rate curve (LIBOR

More information

Lesson Exponential Models & Logarithms

Lesson Exponential Models & Logarithms SACWAY STUDENT HANDOUT SACWAY BRAINSTORMING ALGEBRA & STATISTICS STUDENT NAME DATE INTRODUCTION Compound Interest When you invest money in a fixed- rate interest earning account, you receive interest at

More information

Interest Rate Markets

Interest Rate Markets Interest Rate Markets 5. Chapter 5 5. Types of Rates Treasury rates LIBOR rates Repo rates 5.3 Zero Rates A zero rate (or spot rate) for maturity T is the rate of interest earned on an investment with

More information

E-Portfolio Signature Assignment Salt Lake Community College Macroeconomics - Econ 2020 Professor: Heather A Schumacker

E-Portfolio Signature Assignment Salt Lake Community College Macroeconomics - Econ 2020 Professor: Heather A Schumacker Name: Whitney Smith (80 points total) E-Portfolio Signature Assignment Salt Lake Community College Macroeconomics - Econ 2020 Professor: Heather A Schumacker Section: ECON-2020-045 Please type your answers

More information

ISDA Glossary of Selected Provisions from the 2006 ISDA Definitions ~ Vietnamese Translation

ISDA Glossary of Selected Provisions from the 2006 ISDA Definitions ~ Vietnamese Translation ISDA Glossary of Selected Provisions from the 2006 ISDA Definitions ~ Vietnamese Translation [Apr 25, 2011] 1 OBJECTIVES of the ISDA Glossary of Selected Provisions from the 2006 ISDA Definitions ~ Vietnamese

More information

AVERAGE, IF, COUNT, SUMIFS, COUNTIFS, MAXIFS, MINIFS, AVERAGEIFS, ROWS, LOGICAL EXPRESSIONS

AVERAGE, IF, COUNT, SUMIFS, COUNTIFS, MAXIFS, MINIFS, AVERAGEIFS, ROWS, LOGICAL EXPRESSIONS CS1100: Assignment 3 Summarizing and Filtering Data To complete this assignment you must submit an electronic copy to BlackBoard by the due date. Download the starter file and save the file under the name

More information

Fixed-Income Analysis. Assignment 5

Fixed-Income Analysis. Assignment 5 FIN 684 Professor Robert B.H. Hauswald Fixed-Income Analysis Kogod School of Business, AU Assignment 5 Please be reminded that you are expected to use contemporary computer software to solve the following

More information

Chapter 15: Dynamic Programming

Chapter 15: Dynamic Programming Chapter 15: Dynamic Programming Dynamic programming is a general approach to making a sequence of interrelated decisions in an optimum way. While we can describe the general characteristics, the details

More information

Eurocurrency Contracts. Eurocurrency Futures

Eurocurrency Contracts. Eurocurrency Futures Eurocurrency Contracts Futures Contracts, FRAs, & Options Eurocurrency Futures Eurocurrency time deposit Euro-zzz: The currency of denomination of the zzz instrument is not the official currency of the

More information

Creating a Rolling Income Statement

Creating a Rolling Income Statement Creating a Rolling Income Statement This is a demonstration on how to create an Income Statement that will always return the current month s data as well as the prior 12 months data. The report will be

More information

FEEDBACK TUTORIAL LETTER

FEEDBACK TUTORIAL LETTER FEEDBACK TUTORIAL LETTER 2 nd SEMESTER 2017 ASSIGNMENT 1 INTERMEDIATE MACRO ECONOMICS IMA612S 1 FEEDBACK TUTORIAL LETTER ASSIGNMENT 1 SECTION A [20 marks] QUESTION 1 [20 marks, 2 marks each] Correct answer

More information

MLC at Boise State Lines and Rates Activity 1 Week #2

MLC at Boise State Lines and Rates Activity 1 Week #2 Lines and Rates Activity 1 Week #2 This activity will use slopes to calculate marginal profit, revenue and cost of functions. What is Marginal? Marginal cost is the cost added by producing one additional

More information

Chapter 5 Financial Forwards and Futures

Chapter 5 Financial Forwards and Futures Chapter 5 Financial Forwards and Futures Question 5.1. Four different ways to sell a share of stock that has a price S(0) at time 0. Question 5.2. Description Get Paid at Lose Ownership of Receive Payment

More information

Intermediate Macroeconomics-ECO 3203

Intermediate Macroeconomics-ECO 3203 Intermediate Macroeconomics-ECO 3203 Homework 2 Solution Sample, Summer 2018 Instructor, Yun Wang Instructions: The full points of this homework exercise is 100. Show all your works (necessary steps to

More information

Cash-Maximiser (SGD) Notes issued by Macquarie Bank Limited

Cash-Maximiser (SGD) Notes issued by Macquarie Bank Limited Enhanced Notes Cash-Maximiser (SGD) Notes issued by Macquarie Bank Limited Denominated in SGD, 100% principal protected at maturity HSBC's authorised sales staff must go through this document with you

More information

NOTES ON CALCULUS AND UTILITY FUNCTIONS

NOTES ON CALCULUS AND UTILITY FUNCTIONS DUSP 11.203 Frank Levy Microeconomics Tutorial 1 NOTES ON CALCULUS AND UTILITY FUNCTIONS These notes have three purposes: 1) To explain why some simple calculus formulae are useful in understanding utility

More information

Claims Reserve Calculator. User Guide

Claims Reserve Calculator. User Guide Claims Reserve Calculator User Guide CONTENT 1 Introduction... 3 2 Demo version and activation... 6 3 Using the application... 8 3.1 Claims data specification... 8 3.1.1. Data table... 9 3.1.2. Triangle...

More information

ISDA. International Swaps and Derivatives Association, Inc. Disclosure Annex for Interest Rate Transactions

ISDA. International Swaps and Derivatives Association, Inc. Disclosure Annex for Interest Rate Transactions Copyright 2012 by International Swaps and Derivatives Association, Inc. This document has been prepared by Mayer Brown LLP for discussion purposes only. It should not be construed as legal advice. Transmission

More information

Prepared by Pamela Peterson Drake, James Madison University

Prepared by Pamela Peterson Drake, James Madison University Prepared by Pamela Peterson Drake, James Madison University Contents Step 1: Calculate the spot rates corresponding to the yields 2 Step 2: Calculate the one-year forward rates for each relevant year ahead

More information

Final Project. College Algebra. Upon successful completion of this course, the student will be able to:

Final Project. College Algebra. Upon successful completion of this course, the student will be able to: COURSE OBJECTIVES Upon successful completion of this course, the student will be able to: 1. Perform operations on algebraic expressions 2. Perform operations on functions expressed in standard function

More information

Excellence with Excel for Stock Plan Professionals

Excellence with Excel for Stock Plan Professionals Excellence with Excel for Stock Plan Professionals Elizabeth Dodge, CEP, Stock & Option Solutions, Inc. Julie Kenia, CEP, Stock & Option Solutions, Inc. Stock & Option Solutions (SOS) is the leading stock

More information

Lecture 7 Foundations of Finance

Lecture 7 Foundations of Finance Lecture 7: Fixed Income Markets. I. Reading. II. Money Market. III. Long Term Credit Markets. IV. Repurchase Agreements (Repos). 0 Lecture 7: Fixed Income Markets. I. Reading. A. BKM, Chapter 2, Sections

More information

FINANCIAL MODELING IN EXCEL

FINANCIAL MODELING IN EXCEL Title Heading Here FINANCIAL MODELING IN EXCEL Become productive and creative in Microsoft Excel 1 Contents Excel Essentials 2 Advanced Excel 3 Data Analysis and Dashboard Reporting 4 Advanced Data Analysis

More information

Debt. Last modified KW

Debt. Last modified KW Debt The debt markets are far more complicated and filled with jargon than the equity markets. Fixed coupon bonds, loans and bills will be our focus in this course. It's important to be aware of all of

More information

MATH 111 Worksheet 21 Replacement Partial Compounding Periods

MATH 111 Worksheet 21 Replacement Partial Compounding Periods MATH 111 Worksheet 1 Replacement Partial Compounding Periods Key Questions: I. XYZ Corporation issues promissory notes in $1,000 denominations under the following terms. You give them $1,000 now, and eight

More information

Pricing Supplement dated 15 April 2016 DBS GROUP HOLDINGS LTD. Issue of HK$1,500,000, per cent. Subordinated Notes due 2026

Pricing Supplement dated 15 April 2016 DBS GROUP HOLDINGS LTD. Issue of HK$1,500,000, per cent. Subordinated Notes due 2026 Pricing Supplement dated 15 April 2016 DBS GROUP HOLDINGS LTD Issue of HK$1,500,000,000 3.24 per cent. Subordinated Notes due 2026 under the U.S.$30,000,000,000 Global Medium Term Note Programme This document

More information

Economics 3422 Sample Midterm examination. Part A: Multiple-choice questions. Choose the best alternative. The total for Part A is 25 points.

Economics 3422 Sample Midterm examination. Part A: Multiple-choice questions. Choose the best alternative. The total for Part A is 25 points. Economics 3422 Sample Midterm examination Instruction: Put your name and PeopleSoft ID on the question sheets and the blue book. Put your answers in the blue book only. Turn in both at the end of the examination.

More information

Section 7C Finding the Equation of a Line

Section 7C Finding the Equation of a Line Section 7C Finding the Equation of a Line When we discover a linear relationship between two variables, we often try to discover a formula that relates the two variables and allows us to use one variable

More information

Practice set #3: FRAs, IRFs and Swaps.

Practice set #3: FRAs, IRFs and Swaps. International Financial Managment Professor Michel Robe What to do with this practice set? Practice set #3: FRAs, IRFs and Swaps. To help students with the material, seven practice sets with solutions

More information

[D7] PROBABILITY DISTRIBUTION OF OUTSTANDING LIABILITY FROM INDIVIDUAL PAYMENTS DATA Contributed by T S Wright

[D7] PROBABILITY DISTRIBUTION OF OUTSTANDING LIABILITY FROM INDIVIDUAL PAYMENTS DATA Contributed by T S Wright Faculty and Institute of Actuaries Claims Reserving Manual v.2 (09/1997) Section D7 [D7] PROBABILITY DISTRIBUTION OF OUTSTANDING LIABILITY FROM INDIVIDUAL PAYMENTS DATA Contributed by T S Wright 1. Introduction

More information

Writing Exponential Equations Day 2

Writing Exponential Equations Day 2 Writing Exponential Equations Day 2 MGSE9 12.A.CED.1 Create equations and inequalities in one variable and use them to solve problems. Include equations arising from linear, quadratic, simple rational,

More information

CONTRACT RULES: ICE FUTURES EUROPE ERIS GBP LIBOR INTEREST RATE FUTURES CONTRACTS

CONTRACT RULES: ICE FUTURES EUROPE ERIS GBP LIBOR INTEREST RATE FUTURES CONTRACTS SECTION - INTEREST RATE FUTURES CONTRACTS.1 Definitions 1.2 Contract Specification.3 Price 2.4 Last Trading Day and Maturity Date 3.5 Daily Settlement Price and Exchange Delivery Settlement Price ("EDSP")

More information

Problems and Solutions

Problems and Solutions 1 CHAPTER 1 Problems 1.1 Problems on Bonds Exercise 1.1 On 12/04/01, consider a fixed-coupon bond whose features are the following: face value: $1,000 coupon rate: 8% coupon frequency: semiannual maturity:

More information

Unit 3: Writing Equations Chapter Review

Unit 3: Writing Equations Chapter Review Unit 3: Writing Equations Chapter Review Part 1: Writing Equations in Slope Intercept Form. (Lesson 1) 1. Write an equation that represents the line on the graph. 2. Write an equation that has a slope

More information

Section 9.1 Solving Linear Inequalities

Section 9.1 Solving Linear Inequalities Section 9.1 Solving Linear Inequalities We know that a linear equation in x can be expressed as ax + b = 0. A linear inequality in x can be written in one of the following forms: ax + b < 0, ax + b 0,

More information

Examiner s report F9 Financial Management March 2016

Examiner s report F9 Financial Management March 2016 Examiner s report F9 Financial Management March 2016 Introduction The overall performance at the March 2016 diet could have been better, although there were some excellent individual performances. General

More information