domokane / FinancePy

A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives.
GNU General Public License v3.0
2.15k stars 321 forks source link

'bond.print_payments' error #205

Closed JasonG78 closed 11 months ago

JasonG78 commented 11 months ago

When running the FINBOND_ExampleAppleCorp notebook, I receive the following error:


AttributeError Traceback (most recent call last) Cell In[33], line 1 ----> 1 bond.print_payments(settle_dt)

AttributeError: 'Bond' object has no attribute 'print_payments'

domokane commented 11 months ago

Thanks. I will fix this asap.

domokane commented 11 months ago

I have released a new version 0.34. It should work.