Skip to content

Commit 0ef2954

Browse files
author
sebastien.bouvard
committed
QPR-13478 Add notional to script
1 parent 4753dc4 commit 0ef2954

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Docs/UserGuide/tradedata/extendedaccumulator.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ \subsubsection{Extended Accumulator}
146146
PayOff Formula \ref{pricing:extended_accumulator}:
147147
148148
$$
149-
\NPV= \sum LongShort \cdot N \cdot (K - X_A(T))
149+
PayOff = \sum LongShort \cdot N \cdot (K - X_A(T))
150150
$$
151151
152152
\begin{listing}[H]
@@ -167,6 +167,7 @@ \subsubsection{Extended Accumulator}
167167
Value = Value + PAY(LongShort * FixingAmount * (Strike-Fixing), ConditionalObservationDates[d], ConditionalSettlementDates[d], PayCurrency);
168168
END;
169169
END;
170+
currentNotional = FixingAmount * Strike;
170171
\end{minted}
171172
\caption{ExtendedAccumulator Script}
172173
\label{lst:extendedaccumulator_script}

0 commit comments

Comments
 (0)