August 28th, 2010, 7:31 am
i have spot rates derived from the nelson and siegel approach:s = b0 + b1*(1 - exp(-t))./(t) + b2*((1 - exp(-t)) ./(t) - exp(-t)) ;for simplicity assume the bond is maturing after 0.8 yearsThe question is if I want to price the semi annual coupon bond with these spot rates. what would the price be? I computed the spot rates s1 and s2 by plugging b0,b1,b2 of nelson and siegel and 0.3 and 0.8 for time respectively.the price of the bond is c*d1 +(c+100)*d2 where c is the coupon payment (i.e coupon rate/2) and d1 and d2 are the discount rates of periods 0.3 and 0.8 respectivelythe question is :to compute d1 and d2 should I use the formula:d1 = exp( -(s1).*0.3 )and d2=exp( -(s2).*0.8 )?is that correct?