I am fairly certain what I want to do here isn't meant to be done in the front end like this, but I figured I'd ask here and see if I'm missing something.
This is in the Insurance domain, working with what are called Loss Triangles.
Loss Incurred Triangle:
Loss Development Triangle:
Currently, these point at two seperate sources of data. One thing I'd like to be able to do, is take the first triangle, and calculate the second triangle from it directly on the dashboard. However, that isn't the purpose of this post. What I really want to do from this point, is produce another table as follows:
Take the LAST value of each Policy Year and Multiply it by the Average value for each Loss Development factor down to the development period (in the denominator) of that last value.
More explicitly in this particular case:
2013: Last Value 1,113,870 ; Multiplied by: Nothing (there are no value with 4 or higher in the denominator)
2014: Last Value 1,261,805 ; Multiplied by: 0.9999
2015: Last Value 2,067,102 ; Multiplied by: 0.9999 * 1.0202
2016: Last Value 7,294,836 ; Multiplied by: 0.9999 * 1.0202 * 1.0191
2017: Last Value 1,675,766 ; Muliplied by: 0.9999 * 1.0202 * 1.0191 * 4.3856
Is a calculated visualization like this even possible?