Hi All,
I'm trying to figure out if calculating an effective interest rate dynamically using daily resetting index is possible using Alteryx.
My goal is to recognize that if index is "A" in input 1 then reference only A Index's data from input 2, if "B" reference B's data and so on.
Additionally, in order to calculate the effective rate, I need to compound the daily rate of Index A for x days (x days can be calculated from input 1).
I've attached sample inputs 1&2 to give an idea of my problem. Of course, in reality both inputs have a far greater amount of data.
Sheet 3 in the attached provides an example as to how the effective rate is calculated if needed.
I've accomplished this in VBA, however, I'm unable to find a proper solution within Alteryx.