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
Copy file name to clipboardExpand all lines: Docs/UserGuide/userguide.tex
+85-78Lines changed: 85 additions & 78 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@
128
128
%\title{Open Source Risk Engine \\ User Guide }
129
129
\title{ORE User Guide}
130
130
\author{Acadia Inc.}
131
-
\date{27 March 2023}
131
+
\date{3 March 2023}
132
132
\maketitle
133
133
134
134
\newpage
@@ -149,7 +149,7 @@ \section*{Document History}
149
149
30 June 2021 & Acadia & updates for release 6\\
150
150
16 September 2022 & Acadia & updates for release 7\\
151
151
6 December 2022 & Acadia & updates for release 8\\
152
-
27 March 2023 & Acadia & updates for release 9\\
152
+
3 March 2023 & Acadia & updates for release 9\\
153
153
\hline
154
154
\end{supertabular}
155
155
\end{center}
@@ -221,15 +221,25 @@ \subsubsection*{Scope and Roadmap}
221
221
The sensitivity framework yields further {\bf market risk measures} such as ORE's parametric Value at Risk which takes deltas, vegas, gammas and cross gammas into account. This may be used to benchmark initial margin models such ISDA's Standard Initial Margin Model. \\
222
222
223
223
\medskip
224
-
Subsequent ORE releases will also compute {\bf regulatory capital charges} for counterparty credit risk under the new standardised approach (SA-CCR), and the Monte Carlo based market risk measures will be complemented by parametric methods, e.g. for benchmarking various initial margin calculation models applied in cleared and non-cleared derivatives business.
224
+
Subsequent ORE releases will also compute {\bf regulatory capital charges} for counterparty credit risk under the standardised approach (SA-CCR), and the market risk measures will be extended , e.g. for benchmarking various initial margin calculation models applied in cleared and non-cleared derivatives business.
225
+
226
+
\medskip
227
+
In September 2022 Acadia announced to contribute a wide range of financial instruments (currently in its proprietary extension of ORE) in a series of quarterly releases:
228
+
\begin{itemize}
229
+
\item Commodity products (Swaps, Basis Swaps, Av. Price Options, Swaptions), released December 22 with ORE v8
230
+
\item Credit products (Index CDS and Index CDS Options, Credit-Linked Swaps, Synthetic CDOs), released March 23 with ORE v9
231
+
\item Bond products and Hybrids (Bond Options, Bond Repos, Bond TRS, Convertible Bonds, Generic TRS with mixed basket underlyings, CFDs), to be released in June 23
232
+
\item Exotics (Scripted trade framework for modelling highly structured hybrid payoffs such as Accumulators, TARFs, PRDCs, etc.), to be released in September 23
233
+
\end{itemize}
234
+
These contributions were (and will be) accompanied by analytics extensions to enhance ORE usability:
235
+
\begin{itemize}
236
+
\item Credit exposure including Commodity and American Monte Carlo for Exotics, released in December 22 with ORE v8
237
+
\item Market Risk including multi-threaded sensitivities, par sensitivity, delta/gamma VaR, released in March 23 with ORE v9
238
+
\item Portfolio Credit Model, to be released in June 23
239
+
\end{itemize}
225
240
226
241
\medskip
227
-
%The first release of ORE in October 2016 covers the simulation of interest rate and FX risk factors and
228
-
%portfolios of Interest Rate Swaps, Caps/Floors, Swaptions, FX Forwards, Cross Currency Swaps and FX Options. Subsequent
229
-
%releases from Q1 2017 onwards will extend the derivative product and the risk factor range to Inflation, Credit, Equity
230
-
%and Commodity. With the introduction of credit risk factors, the scope will also be extended to cover cash products
231
-
%(loans and bonds) and related portfolio analytics.
232
-
The product coverage of the seventh release of ORE in September 2022 is sketched in Table \ref{tab_coverage}.
242
+
The product coverage of the 9th release of ORE in March 2023 is sketched in Table \ref{tab_coverage}.
233
243
\begin{table}[hbt]
234
244
\scriptsize
235
245
\begin{center}
@@ -281,17 +291,20 @@ \subsubsection*{Scope and Roadmap}
281
291
\hline
282
292
Year-on-Year Inflation Caps/Floors & Y & Y & N & N\\
283
293
\hline
284
-
Credit Default Swaps & Y & Y & N & N \\
294
+
Credit Default Swaps, Options & Y & Y & N & Y \\
295
+
\hline
296
+
Index Credit Default Swaps, Options & Y & Y & N & Y \\
297
+
\hline
298
+
Credit Linked Swaps & Y & Y & N & Y \\
299
+
\hline
300
+
Index Tranches, Synthetic CDOs & Y & Y & N & Y \\
285
301
\hline
286
-
287
302
\end{tabular}
288
303
\caption{ORE product coverage. FX/Equity Exotics include Barrier, Digital, Digital Barrier (FX only), Double Barrier, European Barrier, KIKO Barrier (FX only), Touch and Double Touch Options.}
289
304
\label{tab_coverage}
290
305
\end{center}
291
306
\end{table}
292
307
293
-
Future releases will further extend the product range and analytics coverage indicated in the table above, expand on the market risk analytics, add integrated credit/market risk analytics.
294
-
295
308
\medskip The simulation models applied in ORE's risk factor evolution implement the models discussed in detail in {\em
296
309
Modern Derivatives Pricing and Credit Exposure Analysis} \cite{Lichters}: The IR/FX/INF/EQ risk factor evolution is based on
297
310
a cross currency model consisting of an arbitrage free combination of Linear Gauss Markov models for all interest rates
@@ -320,92 +333,92 @@ \subsubsection*{Organisation of this document}
The example in folder {\tt Examples/Example\_41} uses the multithreaded valuation engine to generate the exposure for a
2552
-
portfolio of 8 copies of the vanilla swap in example 1.
2553
-
2554
-
\subsubsection{Analytic Configuration}
2552
+
\subsubsection*{Analytic Configuration}
2555
2553
2556
2554
To use the AMC engine for an XVA simulation the following needs to be added to the {\tt simulation} analytic in {\tt ore.xml}:
2557
2555
@@ -2894,6 +2892,15 @@ \subsection{Par Sensitivity Analysis}% Example 40
2894
2892
Finally note that par sensitivity analysis requires that the shift tenor grid in the sensitivity data above matches the corresponding grid in the simulation (market) configuration.
0 commit comments