Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default Interpolation of LIBOR rate

Hi guys,

I want to learn how to do interpolation calculationg using Excel.

Interpolation start date is 3/16/06
Interpolation end date is 6/15/06

2M Libor rate at 05/16/06 is 4.82625
3M Libor rate at 06/16/06 is 4.91688

I need to find out LIBOR rate at 6/15/06
(The rate that I received from the counterparty is 4.91396)

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Interpolation of LIBOR rate

General process: Determine the number of periods (days). In this case it's 31.
Determine total change between start rate and end rate (.09063).
Determine average change per period: .09063/31
that gives you an average change per period of .002924
You want the rate at the 30th day beyond the early date, so
..002924 * 30 = .087706 change in those 30 days
add that back to the original base value: 4.82625+.087706 = 4.913956

Now, in Excel:
Cell Value/Formula
A1 5/16/06
A2 6/16/06
A3 6/15/06
A2 4.82625
B2 4.91688
in any other cell
=(((B2-A2)/(B1-A1))*(C1-A1))+A2
gives you the answer.


"Lawrence" wrote:

Hi guys,

I want to learn how to do interpolation calculationg using Excel.

Interpolation start date is 3/16/06
Interpolation end date is 6/15/06

2M Libor rate at 05/16/06 is 4.82625
3M Libor rate at 06/16/06 is 4.91688

I need to find out LIBOR rate at 6/15/06
(The rate that I received from the counterparty is 4.91396)

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maximum value for interpolation ile Charts and Charting in Excel 4 March 1st 06 12:45 AM
Automating Linear Interpolation smurray444 Excel Discussion (Misc queries) 0 January 24th 06 04:25 PM
IS THERE AN INTERPOLATION FUNCTION IN EXCEL 2003 Cooper Excel Worksheet Functions 2 December 23rd 05 04:51 AM
interpolation in a particular interval (HELP) uriel78 Excel Discussion (Misc queries) 1 February 19th 05 05:16 PM
help with interpolation and limit of interpolation uriel78 Excel Discussion (Misc queries) 0 February 17th 05 04:27 PM


All times are GMT +1. The time now is 02:48 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"