Skip to content

Commit 8363bcf

Browse files
author
Sjogren
committed
Docs: Added CallableBond as underlying to TRS
1 parent b9dd8c9 commit 8363bcf

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Docs/UserGuide/tradedata/totalReturnSwap.tex

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ \subsubsection{Generic Total Return Swap / Contract for Difference (CFD)}
5959
no need to distinguish between a TRS on a Bond and a TRS on a convertible Bond in this case, the pricer will figure
6060
out which underlying to set up based on the type of reference data that is set up for the ISIN referenced in the
6161
security id field.
62+
\item CallableBond: See \ref{ss:callable_bond}, the trade data is given in a CallableBond sub node.
6263
\item EquityPosition: See \ref{ss:equity_position}, the trade data is given in a EquityPositionData sub
6364
node. Notice that the equities given in the basket must be available as quoted market data. To represent a TRS on an Equity Futures position, one or multiple EquityPosition underlyings are used, where the equity positions cover the underlying equity of the futures position.
6465

@@ -324,6 +325,32 @@ \subsubsection{Generic Total Return Swap / Contract for Difference (CFD)}
324325
\label{lst:trsdata}
325326
\end{listing}
326327

328+
329+
\begin{listing}[H]
330+
%\hrule\medskip
331+
\begin{minted}[fontsize=\footnotesize]{xml}
332+
<TotalReturnSwapData>
333+
<UnderlyingData>
334+
<Trade>
335+
<TradeType>CallableBond</TradeType>
336+
<CallableBondData>
337+
<BondData>
338+
<SecurityId>ISIN:XS0123456789</SecurityId>
339+
<BondNotional>100000000</BondNotional>
340+
</BondData>
341+
</CallableBondData>
342+
</Trade>
343+
</UnderlyingData>
344+
<!-- omitting ReturnData, FundingData, AdditionalCashflowData -->
345+
</TotalReturnSwapData>
346+
</Trade>
347+
\end{minted}
348+
\caption{Generic Total Return Swap with Callable Bond underlying}
349+
\label{lst:trsdata15}
350+
\end{listing}
351+
352+
353+
327354
\begin{listing}[H]
328355
%\hrule\medskip
329356
\begin{minted}[fontsize=\footnotesize]{xml}

0 commit comments

Comments
 (0)