Skip to content

Commit 0c1f68c

Browse files
Martin Sjogrenjenkins
authored andcommitted
extended description of Convertible Bond including ConversionPrice
1 parent 850a2aa commit 0c1f68c

1 file changed

Lines changed: 31 additions & 3 deletions

File tree

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)