Hello!
I have a list of customers with loan amounts and 2 dates -- a deposit and withdrawal date. For each one, I'm trying to calculate the total amount of interest for their loan amount between those 2 dates. What I'm finding difficult is that, the interest rate varies every day (LIBOR rate) so I think I need to calculate the interest for each day per customer and sum it up. I'm wondering if there's a good way to do this? I attached a workflow with sample input data.
Thank you!