Re: Error in compiling of QuantLib examples
Posted by
ziegele on
Jan 25, 2017; 1:33pm
URL: http://quantlib.414.s1.nabble.com/Error-in-compiling-of-QuantLib-examples-tp17991p17994.html
Thanks Yannis! It indeed fixes this error.
However, if I try to assign different types of inputs into the cashFlows vector:

I got SimpleCashFlow and Redemption calculated correctly, but AmortizingPayment didn't calculate:

Do you know why? Complete source code is also attached.
main.cppThanks.