I want to calculate the var of a portfolio at the end of a multi year year period with a 95% confidence. Given R (discreet 1 year rate), Sd, T (T is greater than 1)
I can do =(R*T)-(1.65*SQRT(T)*(Sd))
However this is not capturing the impact of compounding with R compounding on itself, it is producing consistent with returns being additive (i compared to my monte carlo simulation sode). What am I doing incorrectly?