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
\item {\tt ShiftType:} Both absolute or relative shifts can be used to compute a sensitivity, specified by the key words
6001
6001
{\tt Absolute} resp. {\tt Relative}.
6002
6002
\item {\tt ShiftSize:} The size of the shift to apply.
6003
+
\item {\tt ShiftScheme:} The finite difference scheme to use ({\tt Forward}, {\tt Backward}, {\tt Central}), if not given, this parameter defaults to {\tt Forward}
6003
6004
\item {\tt ShiftTenors:} For curves, the tenor buckets to apply shifts to, given as a comma separated list of periods.
6004
6005
\item {\tt ShiftExpiries:} For volatility surfaces, the option expiry buckets to apply shifts to, given as a comma
\item {\tt CurveType:} In the context of Yield Curves used to identify an equity ``risk free'' rate forecasting curve; set to {\tt EquityForecast} in this case
6013
6014
\end{itemize}
6014
6015
6016
+
The ShiftType, ShiftSize, ShiftScheme nodes take an optional attribute key that allows to configure different values for
6017
+
different sensitivity templates. The sensitivity templates are defined in the pricing engine configuration. This is best
6018
+
explained by an example: In Example 15 the product type BermudanSwaption has a sensitivity template {\tt IR_FD}
6019
+
attached, see \ref{lst:sensi_template}. This can be used to specify different shifts for trades that were built against
6020
+
this engine configuration, see \ref{lst:sensi_config_template}: For Bermudan swaptions a larger shift size of 10bp and a
6021
+
central difference scheme is used to compute discount curve sensitivities in EUR. Since no separate shift type is
6022
+
specified, the default shift type {\tt Absolute} is used. Note regarding the reports:
6023
+
6024
+
\begin{itemize}
6025
+
\item the sensi scenario report contains scenario NPVs related to the possibly product specific configured shift sizes
6026
+
\item the sensi report contains renormalized sensitivities, i.e. sensitivities are always expressed w.r.t. the default shift sizes
6027
+
\item the sensi config report only contains the default configuration
0 commit comments