search for: discount_factors

Displaying 1 result from an estimated 1 matches for "discount_factors".

2009 Apr 09
0
Invoking bond_prices function of termstrc package
...("beta0","beta1","beta2","tau1") germaturities<-create_maturities_matrix(eurobonds$GERMANY) bp<-bond_prices(method = "Nelson/Siegel",b,germaturities,eurobonds$GERMANY$CASHFLOWS$CF) bp Running this, I get the following warning message: In cf * discount_factors : longer object length is not a multiple of shorter object length Also the values I get (bp) seems not correct (way too high). I'm not sure if I need to change b. I'm on Windows XP and using R-2.7.2 + *termstrc* 1.1. Any help will be appreciated. Regards, _____________________________...