You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1073,6 +1075,48 @@ \subsubsection{Value at Risk}
1073
1075
1074
1076
See the example in section \ref{example:marketrisk_parametricvar} for a demonstration.
1075
1077
1078
+
\subsubsection{Correlation}
1079
+
1080
+
The {\tt Correlation} analytic provide computation of the correlation matrix based on the generated historical scenarios. Listing \ref{lst:ore_corr} shows a configuration example.
\item {\tt correlation\_method}: Regular expression used to filter the portfolio for which VaR is computed; if the filter is not provided, then the full portfolio is processed
1107
+
\item {\tt marketConfigFile}: Configuration file defining the simulation market under which sensitivities are computed,
1108
+
see \ref{sec:simulation}. Only a subset of the specification is needed (the one given under {\tt Market}, see
1109
+
\ref{sec:sim_market} for a detailed description).
1110
+
\item {\tt historicalScenarioFile}: csv file containing the market scenarios for each date in the observation periods defined below; the granularity of the scenarios (e.g. discount and index curves, number of yield curve tenors) needs to match the simulation market definition above; each yield curve tenor scenario is represented as a discount factor.
1111
+
\item {\tt sensitivityConfigFile}: Sensitivity parameterisation for the sensitivity analysis on asofDate.
1112
+
\item {\tt historicalPeriod}: comma-separated date list, an even number of ordered dates is required (d1, d2, d3, d4, ...), where each pair (d1-d2, d3-d4, ...) defines the start and end of historical observation periods used.
1113
+
\item {\tt mporDays}: Alternatively, the second date can be specified in terms of calendar days from asofDate.
1114
+
\item {\tt mporCalendar}: Calendar for computing the mporDate from asofDate and mporDays.
1115
+
\item {\tt outputFile}: Output file name
1116
+
\end{itemize}
1117
+
1118
+
See the example in section \ref{example:marketrisk_correlation} for a demonstration.
0 commit comments