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
A CPI swap can be set up as a swap with trade type \emph{Swap}, with one leg of type {\tt CPI}. Listing \ref{lst:cpiswap}
4
-
shows an example. The CPI leg contains an additional {\tt CPILegData} block. See \ref{ss:cpilegdata} for details on the
5
-
CPI leg specification.
3
+
A CPI inflation swap can be set up using the \emph{InflationSwap} trade type, with one leg of type {\tt CPI}. and the other leg(s) can be of any leg type. Listing \ref{lst:cpiinflationswap} shows an example. The CPI leg contains an additional {\tt CPILegData} block. See \ref{ss:cpilegdata} for details on the
4
+
CPI leg specification.
5
+
6
+
Note that Cross Currency Inflation Swaps are supported, as the currencies on the legs of an \emph{InflationSwap} do not need to be the same.
7
+
6
8
7
9
\begin{listing}[H]
8
10
%\hrule\medskip
9
11
\begin{minted}[fontsize=\footnotesize]{xml}
10
-
<SwapData>
12
+
<InflationSwapData>
11
13
<LegData>
12
14
<LegType>Floating</LegType>
13
15
<Payer>true</Payer>
@@ -21,18 +23,19 @@ \subsubsection{CPI Swap}
21
23
...
22
24
</CPILegData>
23
25
</LegData>
24
-
</SwapData>
26
+
</InflationSwapData>
25
27
\end{minted}
26
-
\caption{CPI Swap Data (using \emph{Swap} trade type)}
27
-
\label{lst:cpiswap}
28
+
\caption{CPI Swap Data (using \emph{InflationSwap} trade type)}
29
+
\label{lst:cpiinflationswap}
28
30
\end{listing}
29
31
30
-
Alternatively, a CPI swap can be set up using the \emph{InflationSwap} trade type, see Listing \ref{lst:cpiinflationswap}. The structure of the {\tt InflationSwapData} container is the same as for {\tt SwapData} above.
32
+
33
+
Alternatively, a CPI swap can be set up as a swap with trade type \emph{Swap}, with one leg of type {\tt CPI}, see listing \ref{lst:cpiswap}.
31
34
32
35
\begin{listing}[H]
33
36
%\hrule\medskip
34
37
\begin{minted}[fontsize=\footnotesize]{xml}
35
-
<InflationSwapData>
38
+
<SwapData>
36
39
<LegData>
37
40
<LegType>Floating</LegType>
38
41
<Payer>true</Payer>
@@ -46,8 +49,9 @@ \subsubsection{CPI Swap}
46
49
...
47
50
</CPILegData>
48
51
</LegData>
49
-
</InflationSwapData>
52
+
</SwapData>
50
53
\end{minted}
51
-
\caption{CPI Swap Data (using \emph{InflationSwap} trade type)}
52
-
\label{lst:cpiinflationswap}
53
-
\end{listing}
54
+
\caption{CPI Swap Data (using \emph{Swap} trade type)}
0 commit comments