Skip to content

Commit 4046c58

Browse files
pcaspersjenkins
authored andcommitted
Docs: Extended description of Convertible Bond including ConversionPrice
1 parent 5dde001 commit 4046c58

2 files changed

Lines changed: 38 additions & 8 deletions

File tree

Docs/UserGuide/tradecomponents/legdatanotionals.tex

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ \subsubsection{Leg Data and Notionals}
210210
outlined in section \ref{ss:cashflowlegdata}.
211211
\item CMSLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{CMS} (Constant Maturity Swap). It is
212212
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
214214
% outlined in section \ref{ss:cmblegdata}.
215215
\item DigitalCMSLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{DigitalCMS}. It is
216216
outlined in section \ref{ss:digitalcmslegdata}.
@@ -228,8 +228,10 @@ \subsubsection{Leg Data and Notionals}
228228
outlined in section \ref{ss:yylegdata}.
229229
\item ZeroCouponFixedLegData: This trade component sub-node is required if \lstinline!LegType! is set to \emph{ZeroCouponFixed}. It is
230230
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}.
235237
\end{itemize}

Docs/UserGuide/tradedata/convertiblebond.tex

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,23 @@ \subsubsection{Convertible Bond}
22
\label{ss:convertible_bond}
33

44
A convertible bond is set up using a {\tt ConvertibleBondData} block as shown in listing
5-
\ref{lst:convertiblebonddata1}. The bond details are read from reference data in this case. The meanings and allowable
6-
values of the elements in the block are as follows:
5+
\ref{lst:convertiblebonddata1}. The bond details are read from reference data in this case.
6+
7+
A convertible bond is a bond, that can be converted into a prespecified number of shares, given by:
8+
$$
9+
NumberOfShares = \frac{BondNotional}{ConversionRatio}
10+
$$
11+
12+
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:
722

823
\begin{itemize}
924
\item SecurityId: The underlying security identifier\\
@@ -124,8 +139,21 @@ \subsubsection{Convertible Bond}
124139
Allowable values: true, false
125140
126141
\item TriggerRatios: A list of trigger ratios $T$ for soft calls. A soft call can be executed only if the equity price
127-
on the exercise date is above the conversion price times the trigger ratio, i.e. $S_t > C^P_tT$. Only applicable to
142+
on the exercise date is above the Conversion Price (defined below) times the trigger ratio, i.e. $S_t > C^P_tT$. Only applicable to
128143
Calls, not to Puts. Required for soft calls, can be omitted otherwise.\\
144+
145+
$$
146+
Conversion Price, C^P_t = \frac{1}{ConversionRatio}
147+
$$
148+
149+
For cross-currency trades the conversion price is usually quoted in equity ccy, i.e.
150+
151+
$$
152+
Conversion Price, C^P_t = \frac{1}{ConversionRatio \cdot X_t}
153+
$$
154+
155+
where $X_t$ converts one equity ccy unit to bond ccy
156+
129157
Allowable values: Any positive real number.
130158
131159
\item NofMTriggers: A list of n-of-m trigger specifications for calls, i.e. the soft-call trigger defined by

0 commit comments

Comments
 (0)