UML diagram

I have this original UML diagram:

I’d like to add a Transaction class to the above banking example. This class keeps track of the date, time, amount, and type of transaction (checking and savings).

I added this class in this diagram here:

Does it look right to you?

Thanks a ton for the help.