Search found 2 matches
- Thu Aug 30, 2018 12:33 am
- Forum: Programming
- Topic: Backtesting Value at Risk
- Replies: 2
- Views: 4261
Re: Backtesting Value at Risk
Hi Gareth, Thanks for the reply. I have my VaR estimates, following from that I have used this program as the simplest version of a conditional coverage test a = @recode(nvars_iseqr>iseqr, 1, na) and sum the 1's under this code s=@sum(nvars_iseqr>iseqr,"7/12/1999 8/22/2018") Do you think t...
- Tue Aug 28, 2018 5:34 am
- Forum: Programming
- Topic: Backtesting Value at Risk
- Replies: 2
- Views: 4261
Backtesting Value at Risk
Hi, I am masters in finance student and currently working on my dissertation. I am estimating and backtesting different Value at Risk Models on the ISEQ index. I have conducted the estimation using historical simulation and volatility weighted historical simulation. In order to complete the analysis...
