http://quantlib.414.s1.nabble.com/Excel-addin-qlFixedRateBondHelper-issue-tp16613.html
Hi all,
I was using Excel addin calling function qlFixedRateBondHelper with following parameters:
=qlFixedRateBondHelper("helper",100,1,100,N9,3.53,"A/365","Modified Following",,,"China","0D","China","Modified Following",FALSE)
qlFixedRateBondHelper(
string ObjectId // "helper"
string Price // 100
long SettlementDays // 1
double FaceAmount // 100
string ScheduleID // "3M#0001"
vector<double> Coupons // 3.53
string DayCounter // "A/365"
string PaymentBDC // "Modified Following"
double Redemption
long IssueDate
string PaymentCalendar // "China"
string ExCouponPeriod // "0D"
string ExCouponCalendar // "China"
string ExCouponBDC // "Modified Following"
bool ExCouponEndOfMonth // FALSE
bool UseCleanPrice
bool Permanent
any Trigger
bool Overwrite)
calling ohRangeRetrieveError shows following error
qlFixedRateBondHelper - Error: attempt to retrieve non-existent property:'CleanPrice'
Any ideas what went wrong?