Main Content

VaR Backtest

Create a VaR (value-at-risk) backtest model and run suite of VaR backtests

VaR (value-at-risk) is an estimate of how much value a portfolio can lose in a given time period with a given confidence level. VaR backtesting tools assess the accuracy of VaR models. For more information on VaR backtesting tools, see Overview of VaR Backtesting.

Objects

varbacktestCreate varbacktest object to run suite of value-at-risk (VaR) backtests

Functions

summaryReport on varbacktest data
runtestsRun all tests in varbacktest
tlTraffic light test for value-at-risk (VaR) backtesting
binBinomial test for value-at-risk (VaR) backtesting
pofProportion of failures test for value-at-risk (VaR) backtesting
tuffTime until first failure test for value-at-risk (VaR) backtesting
ccConditional coverage mixed test for value-at-risk (VaR) backtesting
cciConditional coverage independence test for value-at-risk (VaR) backtesting
tbfTime between failures mixed test for value-at-risk (VaR) backtesting
tbfiTime between failures independence test for value-at-risk (VaR) backtesting
appendAdd portfolio and value-at-risk (VaR) data to varbacktest object (Since R2023b)
exceptionsFormat exceptions in value-at-risk (VaR) backtest object (Since R2023b)
selectSelect value-at-risk (VaR) data from varbacktest object (Since R2023b)
plotVisualize value-at-risk (VaR), portfolio data, and highlight exceptions (Since R2023b)

Topics