jakub-mrow / AMS-backend

0 stars 0 forks source link

Add dividend transaction to stocks #67

Closed dawids21 closed 11 months ago

dawids21 commented 12 months ago

Add a new type of transaction: DIVIDEND.

Fill in the transaction fields:

When adding the transaction we should add the corresponding transition in account with correlation_id that will increase the amount of money. Fields:

Remember to check if stock or account needs rebuilding.

Waiting for: