|
From: R M <rm...@gm...> - 2021-05-17 10:32:50
|
Dear Zenea Bathla, I am new to QuantLib too, but this does not look like an error to me. You have successfully constructed a FixedRateCoupon object. I suspect you are hoping to see the output from the amount member function. I.e., run coupon.amount() in the next jupyter notebook cell. If this is not what you are hoping to see, then you may consult https://www.quantlib.org/reference/class_quant_lib_1_1_fixed_rate_coupon.html Regards, *---* *From:* Zenea Bathla <bat...@gm...> *Sent:* 13 May 2021 12:30 *To:* qua...@li... *Subject:* [Quantlib-users] Help on one error Hello, I'm new to learning Python and QuantLib. While executing one code, I'm getting an error. Can you please guide: [image: image.png] |