Skip to content

Commit cd27cd1

Browse files
author
sebastien.bouvard
committed
Add variable definition + omega
1 parent 2acd733 commit cd27cd1

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

Docs/UserGuide/pricing/extendedaccumulator.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ \subsubsection{Extended Accumulator}
44
An ExtendedAccumulator requires the party that is long to periodically buy an underlying asset A (FX, Equity, or Commodity) at a pre-determined strike price K.
55
A feature of the ExtendedAccumulator is knock-out, i.e. the contract terminates early if a Barrier observed on a single date (the Extension Decision Date) is hit.
66
$$
7-
PayOff= \sum LongShort \cdot FixingAmount \cdot (K - X_A(T))
7+
PayOff= \sum \omega \cdot FixingAmount \cdot (K - X_A(T))
88
$$
99
Where:
1010
\begin{itemize}
11+
\item $\omega \in \{-1,1\}$ is $1$ for a long and $-1$ for a short position
1112
\item $FixingAmount$: the fixing amount in currency/unit of A
1213
\item $K$: the strike. For Fx, the Fx strike rate is defined as amount in domestic currency (CCY2) for one unit of foreign currency (CCY1). For Equity and Commodity: The strike value for one unit/share/contract of the underlying equity or commodity, expressed in the domestic currency (CCY2).
1314
\item $X_A(T)$: the fixing value of the asset A at each observation date T

Docs/UserGuide/tradedata/extendedaccumulator.tex

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,17 @@ \subsubsection{Extended Accumulator}
146146
PayOff Formula:
147147
148148
$$
149-
PayOff = \sum LongShort \cdot N \cdot (K - X_A(T))
149+
PayOff = \sum \omega \cdot N \cdot (K - X_A(T))
150150
$$
151151
152+
Where:
153+
\begin{itemize}
154+
\item $\omega \in \{-1,1\}$ is $1$ for a long and $-1$ for a short position
155+
\item $FixingAmount$: the fixing amount in currency/unit of A
156+
\item $K$: the strike. For Fx, the Fx strike rate is defined as amount in domestic currency (CCY2) for one unit of foreign currency (CCY1). For Equity and Commodity: The strike value for one unit/share/contract of the underlying equity or commodity, expressed in the domestic currency (CCY2).
157+
\item $X_A(T)$: the fixing value of the asset A at each observation date T
158+
\end{itemize}
159+
152160
\begin{listing}[hbt]
153161
\begin{minted}[fontsize=\scriptsize]{Basic}
154162

0 commit comments

Comments
 (0)