Skip to content

Commit eec46db

Browse files
committed
Merge branch 'feature/martin_docs1' into 'master'
added settlementdata to legdatanotionalsplus, added description of ExtendedFxForwardSwap and split listing See merge request qs/oreplus!3059
2 parents dd9ee39 + a09b598 commit eec46db

2 files changed

Lines changed: 27 additions & 18 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.

Docs/UserGuide/tradedata/var_and_vol_derivatives.tex

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\subsubsection{Exotic Variance and Volatility Derivatives}
1+
\subsubsection*{Exotic Variance and Volatility Derivatives}
22
\label{SubSectionExoticVarianceSwap}
33

44
These are vanilla variance/volatility swaps and options on an underlying with some additional payoff features,
@@ -54,7 +54,7 @@ \subsubsection{Exotic Variance and Volatility Derivatives}
5454

5555
Trade input and the associated payoff script are described in the following for 12 supported variations.
5656

57-
\subsubsection*{Variance Option}
57+
\subsubsection{Variance Option}
5858

5959
The traditional trade representation is as follows, using an EQ underlying in this example:
6060

@@ -191,7 +191,7 @@ \subsubsection*{Variance Option}
191191
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
192192
\end{itemize}
193193

194-
\subsubsection*{Variance Swap with KI/KO Barrier}
194+
\subsubsection{Variance Swap with KI/KO Barrier}
195195

196196
The traditional trade representation is as follows, using an FX underlying in this example:
197197

@@ -360,7 +360,7 @@ \subsubsection*{Variance Swap with KI/KO Barrier}
360360
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
361361
\end{itemize}
362362

363-
\subsubsection*{Dual European Binary Option with Volatility and Spot KO Barrier}
363+
\subsubsection{Dual European Binary Option with Volatility and Spot KO Barrier}
364364

365365
The traditional trade representation is as follows, using an EQ underlying in this example:
366366

@@ -474,7 +474,7 @@ \subsubsection*{Dual European Binary Option with Volatility and Spot KO Barrier}
474474
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
475475
\end{itemize}
476476

477-
\subsubsection*{Corridor Variance Swap}
477+
\subsubsection{Corridor Variance Swap}
478478

479479
The traditional trade representation is as follows, using an FX underlying in this example:
480480

@@ -649,7 +649,7 @@ \subsubsection*{Corridor Variance Swap}
649649
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
650650
\end{itemize}
651651

652-
\subsubsection*{Indexed Corridor Variance Swap}
652+
\subsubsection{Indexed Corridor Variance Swap}
653653

654654
The traditional trade representation is as follows, using EQ underlyings in this example:
655655

@@ -820,7 +820,7 @@ \subsubsection*{Indexed Corridor Variance Swap}
820820
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
821821
\end{itemize}
822822

823-
\subsubsection*{Corridor Variance Swap with KI/KO Barrier}
823+
\subsubsection{Corridor Variance Swap with KI/KO Barrier}
824824

825825
The traditional trade representation is as follows, using an EQ underlying in this example:
826826

@@ -1008,7 +1008,7 @@ \subsubsection*{Corridor Variance Swap with KI/KO Barrier}
10081008
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
10091009
\end{itemize}
10101010

1011-
\subsubsection*{Conditional Variance Swap 01}
1011+
\subsubsection{Conditional Variance Swap 01}
10121012

10131013
The traditional trade representation is as follows, using an FX underlying in this example:
10141014

@@ -1187,7 +1187,7 @@ \subsubsection*{Conditional Variance Swap 01}
11871187
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
11881188
\end{itemize}
11891189

1190-
\subsubsection*{Conditional Variance Swap 02}
1190+
\subsubsection{Conditional Variance Swap 02}
11911191

11921192
The traditional trade representation is as follows, using an FX underlying in this example:
11931193

@@ -1372,7 +1372,7 @@ \subsubsection*{Conditional Variance Swap 02}
13721372
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
13731373
\end{itemize}
13741374

1375-
\subsubsection*{Pairwise Variance Swap}
1375+
\subsubsection{Pairwise Variance Swap}
13761376

13771377
The \lstinline!FxPairwiseVarianceSwap! and \lstinline!EquityPairwiseVarianceSwap! trade types
13781378
have trade data containers (respectively):
@@ -1664,7 +1664,7 @@ \subsubsection*{Pairwise Variance Swap}
16641664
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
16651665
\end{itemize}
16661666

1667-
\subsubsection*{Variance Dispersion Swap}
1667+
\subsubsection{Variance Dispersion Swap}
16681668

16691669
The traditional trade representation is as follows, using EQ underlyings in this example:
16701670

@@ -1875,7 +1875,7 @@ \subsubsection*{Variance Dispersion Swap}
18751875
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
18761876
\end{itemize}
18771877

1878-
\subsubsection*{Corridor Variance Dispersion Swap}
1878+
\subsubsection{Corridor Variance Dispersion Swap}
18791879

18801880
This instrument is a variance dispersion swap with a corridor feature, where variance is accrued only when the
18811881
the price of the first underlying of each pair of underlyings (between the first and second basket) falls within
@@ -2106,7 +2106,7 @@ \subsubsection*{Corridor Variance Dispersion Swap}
21062106
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
21072107
\end{itemize}
21082108

2109-
\subsubsection*{KO Corridor Variance Dispersion Swap}
2109+
\subsubsection{KO Corridor Variance Dispersion Swap}
21102110

21112111
This instrument is a variance dispersion swap with a double-barrier knock-out and a corridor feature.
21122112

@@ -2387,7 +2387,7 @@ \subsubsection*{KO Corridor Variance Dispersion Swap}
23872387
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
23882388
\end{itemize}
23892389

2390-
\subsubsection*{Pairwise Geometric Variance Dispersion Swap}
2390+
\subsubsection{Pairwise Geometric Variance Dispersion Swap}
23912391

23922392
The traditional trade representation is as follows, using EQ underlyings in this example:
23932393

@@ -2569,7 +2569,7 @@ \subsubsection*{Pairwise Geometric Variance Dispersion Swap}
25692569
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
25702570
\end{itemize}
25712571

2572-
\subsubsection*{Gamma Swap}
2572+
\subsubsection{Gamma Swap}
25732573

25742574
The traditional trade representation is as follows, using EQ underlyings in this example:
25752575

@@ -2668,7 +2668,7 @@ \subsubsection*{Gamma Swap}
26682668
Allowable values: See Table \ref{tab:currency} for allowable currency codes.
26692669
\end{itemize}
26702670

2671-
\subsubsection*{Basket Variance Swap}
2671+
\subsubsection{Basket Variance Swap}
26722672

26732673
The \lstinline!FxBasketVarianceSwap! and \lstinline!EquityBasketVarianceSwap! \lstinline!CommodityBasketVarianceSwap! trade types
26742674
have trade data containers (respectively):

0 commit comments

Comments
 (0)