A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Interpolating Yield Curve



 
 
Thread Tools Display Modes
  #1  
Old January 4th, 2008, 10:15 AM posted to microsoft.public.excel.worksheet.functions
[email protected]
external usenet poster
 
Posts: 2
Default Interpolating Yield Curve

Hi, I would like to ask you whether you know an excel addin for
interpolation a missing maturity in the yields? For example I have the
5 and 7 years and would like to interpolate the 6th year. Many Thanks
  #2  
Old January 5th, 2008, 01:27 AM posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_]
external usenet poster
 
Posts: 2,386
Default Interpolating Yield Curve

If A1 has 5-year rate, and A2 has 7-year rate, then the arithmetic
interpolation is:

=a1+(a2-a1)/2

If you want to do some other interpolation, then post back. Simply request
help on interpolating data. Also, be sure to mention how many data points
you have. You can't do much with two data points, but if you had more that
would help.

Regards,
Fred

wrote in message
...
Hi, I would like to ask you whether you know an excel addin for
interpolation a missing maturity in the yields? For example I have the
5 and 7 years and would like to interpolate the 6th year. Many Thanks


  #3  
Old January 5th, 2008, 09:28 AM posted to microsoft.public.excel.worksheet.functions
David Biddulph
external usenet poster
 
Posts: 8,714
Default Interpolating Yield Curve

For an arithmetic mean you could also use =AVERAGE(A1:A2) or =(A1+A2)/2

If you are looking at a yield percentage, you may want something like
=GEOMEAN(1+A1,1+A2)-1
--
David Biddulph

"Fred Smith" wrote in message
...
If A1 has 5-year rate, and A2 has 7-year rate, then the arithmetic
interpolation is:

=a1+(a2-a1)/2

If you want to do some other interpolation, then post back. Simply request
help on interpolating data. Also, be sure to mention how many data points
you have. You can't do much with two data points, but if you had more that
would help.

Regards,
Fred

wrote in message
...
Hi, I would like to ask you whether you know an excel addin for
interpolation a missing maturity in the yields? For example I have the
5 and 7 years and would like to interpolate the 6th year. Many Thanks




  #4  
Old January 11th, 2008, 11:52 AM posted to microsoft.public.excel.worksheet.functions
[email protected]
external usenet poster
 
Posts: 2
Default Interpolating Yield Curve

thanks a lot for your help. I have all the term structure from 1year
to 10year but missing the 6 year and in total there are 400
observations per maturity.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:05 PM.


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