You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/UserGuide/pricing/extendedaccumulator.tex
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
\subsubsection{Extended Accumulator}
2
-
\label{pricing:extended_accumulator}
2
+
\label{pricing:extendedaccumulator}
3
3
4
4
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.
5
5
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.
\item$\omega\in\{-1,1\}$ is $1$ for a long and $-1$ for a short position
11
12
\item$FixingAmount$: the fixing amount in currency/unit of A
12
13
\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).
13
14
\item$X_A(T)$: the fixing value of the asset A at each observation date T
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.
4
4
5
5
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
6
6
the Extension Decision Date. If the barrier is hit the trade terminates, otherwise the trade continues with cashflows generated on the conditional observation dates.
The meanings and allowable values of the elements in the \verb+Extended Accumulator+ representation follow below.
126
85
127
86
\begin{itemize}
128
87
\item LongShort: Defines whether the trade is long or short, i.e long means one buys the underlying asset and short sells the underlying asset at each observation date. \\
129
-
Allowable values: \emph{Long, Short}
88
+
Allowable values: \emph{Long, Short}
130
89
\item 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).
131
90
\item Underlying: Underlying index. For Fx: Value is a string of the form FX-SOURCE-CCY1-CCY2 where CCY1 is the foreign currency, CCY2 is the domestic currency, and SOURCE is the fixing source.\\
132
91
Allowable values: See Section \ref{data_index} for allowable values.
\item$\omega\in\{-1,1\}$ is $1$ for a long and $-1$ for a short position
114
+
\item$FixingAmount$: the fixing amount in currency/unit of A
115
+
\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).
116
+
\item$X_A(T)$: the fixing value of the asset A at each observation date T
0 commit comments