Re: qlIborLeg in QuantLibXL returns all forward floating coupons zero!
Posted by chrarv on Oct 17, 2016; 1:35pm
URL: http://quantlib.414.s1.nabble.com/qlIborLeg-in-QuantLibXL-returns-all-forward-floating-coupons-zero-tp17732p17807.html
Hello Luigi,
Thanks for your advise and Help much appreciated!
Indeed it works and there is no BUG!!! The solution was apparent silly me!
passing by is there a method for extracting all the flows instead of using the loop
for i, cf in enumerate(swap_Amort.leg(0)):
print("%2d %-18s %10.2f"%(i+1, cf.date(), cf.amount()))
like
LegFlowAnalysis(float_leg,today)
Best
Christos