Closed JasonG78 closed 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'
Thanks. I will fix this asap.
I have released a new version 0.34. It should work.
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'