Skip to content

Commit a75506c

Browse files
author
Sjogren
committed
added settlementdata to legdatanotionalsplus, added description of ExtendedFxForwardSwap and split listing
1 parent 6693e74 commit a75506c

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

Docs/UserGuide/tradedata/extendedfxforwardswap.tex

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ \subsubsection{Extended Fx Forward Swap}
22

33
Extended Fx Forward Swap are represented as scripted trades, refer to appendix A for an introduction. Listing \ref{lst:extendedfxforwardswap} shows the structure of an example.
44

5+
An Extended Fx Forward Swap is like an FxAccumulator with regular and conditional observation and settlement dates. After the regular observation dates a European barrier is applied on the Extension Decision Date. If the barrier is hit the trade terminates, otherwise the trade continues with cashflows generated on the conditional observation dates.
6+
57
\begin{listing}[H]
68
\begin{minted}[fontsize=\footnotesize]{xml}
79
<Trade id="ExtendedForward">
@@ -63,6 +65,13 @@ \subsubsection{Extended Fx Forward Swap}
6365
<Date>2020-03-31</Date>
6466
<Date>2020-04-30</Date>
6567
<Date>2020-05-29</Date>
68+
\end{minted}
69+
\caption{Extended Fx Forward Swap Representation}
70+
\label{lst:extendedfxforwardswap}
71+
\end{listing}
72+
73+
\begin{listing}[H]
74+
\begin{minted}[fontsize=\footnotesize]{xml}
6675
<Date>2020-06-30</Date>
6776
<Date>2020-07-31</Date>
6877
<Date>2020-08-31</Date>
@@ -115,8 +124,8 @@ \subsubsection{Extended Fx Forward Swap}
115124
</ScriptedTradeData>
116125
</Trade>
117126
\end{minted}
118-
\caption{Extended Fx Forward Swap Representation}
119-
\label{lst:extendedfxforwardswap}
127+
\caption{Extended Fx Forward Swap Representation, continued}
128+
\label{lst:extendedfxforwardswap2}
120129
\end{listing}
121130
122131
The meanings and allowable values of the elements in the \verb+Extended Fx Forward Swap+ representation follow below.

0 commit comments

Comments
 (0)