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 CloseOutLag}: If this tag is present, this specifies the close-out period length (e.g. 2W) used; otherwise no close-out grid is built. The close-out grid is an auxiliary time grid that is offset from the main default date grid by the close-out period, typically set to the applicable margin period of risk. If present, it is used to evolve the portfolio value and determine close-out values associated with the preceding default date valuation.
72
72
\item {\tt MporMode}: This tag is expected if the previous one is present, permissible values are then {\tt StickyDate} and {\tt ActualDate}. {\tt StickyDate} means that only market data is evolved from the default date to close-out date for close-out date valuation, the valuation as of date remains unchanged and trades do not ``age'' over the period. As a consequence, exposure evolutions will not show spikes caused by cash flows within the close-out period. {\tt ActualDate} means that trades will also age over the close-out period so that one can experience exposure evolution spikes due to cash flows.
73
73
\end{itemize}
@@ -797,4 +797,4 @@
797
797
\label{lst:simulation_market_configuration}
798
798
\end{longlisting}
799
799
800
-
\todo[inline]{Comment on cap/floor surface structure and reaction to time decay}
800
+
\todo[inline]{Comment on cap/floor surface structure and reaction to time decay}
Copy file name to clipboardExpand all lines: Docs/UserGuide/tradecomponents/legdatanotionals.tex
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ \subsubsection{Leg Data and Notionals}
210
210
outlined in section \ref{ss:cashflowlegdata}.
211
211
\item CMSLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{CMS} (Constant Maturity Swap). It is
212
212
outlined in section \ref{ss:cmslegdata}.
213
-
%\item CMBLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{CMB} (Constant Maturity Bond). It is
213
+
%\item CMBLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{CMB} (Constant Maturity Bond). It is
214
214
% outlined in section \ref{ss:cmblegdata}.
215
215
\item DigitalCMSLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{DigitalCMS}. It is
216
216
outlined in section \ref{ss:digitalcmslegdata}.
@@ -228,8 +228,10 @@ \subsubsection{Leg Data and Notionals}
228
228
outlined in section \ref{ss:yylegdata}.
229
229
\item ZeroCouponFixedLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{ZeroCouponFixed}. It is
230
230
outlined in section \ref{ss:zerolegdata}.
231
-
% \item CommodityFloatingLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{CommodityFloating} It is
232
-
%outlined in section \ref{ss:commodity_floating_leg_data}.
233
-
%\item CommodityFixedLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{CommodityFixed} It is outlined in section \ref{ss:commodity_fixed_leg_data}.
234
-
%\item EquityMarginLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{EquityMargin} It is outlined in section \ref{ss:equity_margin_leg_data}.
231
+
% \item FormulaBasedLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{FormulaBased}. It is
232
+
% outlined in section \ref{ss:formulalegdata}.
233
+
% \item CommodityFloatingLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{CommodityFloating} It is
234
+
% outlined in section \ref{ss:commodity_floating_leg_data}.
235
+
% \item CommodityFixedLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{CommodityFixed} It is outlined in section \ref{ss:commodity_fixed_leg_data}.
236
+
% \item EquityMarginLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{EquityMargin} It is outlined in section \ref{ss:equity_margin_leg_data}.
Where the Conversion Ratio is specified in the underlying bond reference data.
13
+
14
+
The shares are usually from the bond issuer, but it is also possible that the shares arefrom a different issuer (exchangeables). In addition, the share currency can be differentfrom the bond currency in both cases (cross-currency convertibles).
15
+
16
+
17
+
The bond might be callable by the issuer (typically in American style) and / or puttableby the investor (typically in Bermudan style). The issuer calls can be “hard calls”,which are call rights in the traditional sense, as opposed to “soft calls” which can onlythe exercised if the equity price observed on the exercise date is above a prespecifiedthreshold given by TriggerRatios. If a soft call is exercised, the investor has the right to convert the bond intoshares instead of accepting the payment from the issuer call (“forced conversion”).
18
+
19
+
20
+
The meanings and allowable
21
+
values of the elements in the {\tt ConvertibleBondData} block are as follows:
7
22
8
23
\begin{itemize}
9
24
\item SecurityId: The underlying security identifier\\
\item Moneyness: Adjustment of option return. The moneyness M each forward starting option is being struck at.\\
85
85
Allowable values: Any real number. Expressed in decimal form where 1.0 is at-the-money, 1.1 is 110\% of the at-the-money strike, 0.9 is 90\% of the at-the-money strike, etc.
86
86
\item LocalCap[Optional]: The local cap, $cap_{l}$, in each of the option return. \\
87
-
Allowable values: Any real number. If left blank or omitted, no local cap is applied.
87
+
Allowable values: Any real number. If omitted, no local cap is applied. Can't be left blank.
88
88
\item LocalFloor[Optional]: The local floor, $floor_{l}$, in each of the option return. \\
89
-
Allowable values: Any real number. If left blank or omitted, no local floor is applied.
89
+
Allowable values: Any real number. If omitted, no local floor is applied. Can't be left blank.
90
90
\item GlobalCap[Optional]: The global cap, $cap_{g}$, for the option return. \\
91
-
Allowable values: Any real number. If left blank or omitted, no global cap is applied.
91
+
Allowable values: Any real number. If omitted, no global cap is applied. Can't be left blank.
92
92
\item GlobalFloor[Optional]: The global floor,$floor_{g}$, for the option return. \\
93
-
Allowable values: Any real number. If left blank or omitted, no global floor is applied.
93
+
Allowable values: Any real number. If omitted, no global floor is applied. Can't be left blank.
94
94
\item ScheduleData: A schedule of dates that define the valuation dates of the consecutive forward starting options forming the Equity Cliquet Option. The first date in the schedule is the start date of the first consecutive option, the second date in the schedule is the end/valuation date of the first consecutive option, and also the start date of the second consecutive option, etc. The last date is the final valuation date, with payoff of the whole Cliquet option at this date plus \lstinline!SettlementDays!. \\
95
95
Allowable values: A node on the same form as \lstinline!ScheduleData!, (see \ref{ss:schedule_data}).
96
96
\item SettlementDays[Optional]: Number of days from the last valuation date to the payoff being paid or received. The payoff date is determined with regards to calendar and
\item {\tt CloseOutLag}: If this tag is present, this specifies the close-out period length (e.g. 2W) used; otherwise no close-out grid is built. The close-out grid is an auxiliary time grid that is offset from the main default date grid by the close-out period, typically set to the applicable margin period of risk. If present, it is used to evolve the portfolio value and determine close-out values associated with the preceding default date valuation.
5146
5147
\item {\tt MporMode}: This tag is expected if the previous one is present, permissible values are then {\tt StickyDate} and {\tt ActualDate}. {\tt StickyDate} means that only market data is evolved from the default date to close-out date for close-out date valuation, the valuation as of date remains unchanged and trades do not ``age'' over the period. As a consequence, exposure evolutions will not show spikes caused by cash flows within the close-out period. {\tt ActualDate} means that trades will also age over the close-out period so that one can experience exposure evolution spikes due to cash flows.
0 commit comments