Skip to content

Commit 1615164

Browse files
author
sebastien.bouvard
committed
Couple fixes
1 parent 927ef11 commit 1615164

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Docs/UserGuide/tradedata/extendedaccumulator.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\subsubsection{Extended Accumulator}
22

3-
Extended Accumulator are represented as scripted trades, refer to appendix A for an introduction. Listing \ref{lst:extendedaccumulator} shows the structure of an example.
3+
Extended Accumulator are represented as scripted trades, refer to appendix A for an introduction. Below shows the structure of an example.
44

55
An Extended Accumulator is like an Accumulator with regular and conditional observation and settlement dates. After the regular observation dates a European barrier is applied on
66
the Extension Decision Date. If the barrier is hit the trade terminates, otherwise the trade continues with cashflows generated on the conditional observation dates.
@@ -118,7 +118,6 @@ \subsubsection{Extended Accumulator}
118118
119119
\begin{listing}[hbt]
120120
\begin{minted}[fontsize=\scriptsize]{Basic}
121-
122121
REQUIRE {FixingAmount >= 0} AND {Strike >= 0};
123122
REQUIRE {SIZE(ConditionalObservationDates) == SIZE(ConditionalSettlementDates)};
124123
NUMBER d, Fixing;

0 commit comments

Comments
 (0)