Skip to content

Commit 258d835

Browse files
rolandlichtersjenkins
authored andcommitted
QPR-12121 move docs
1 parent 1700242 commit 258d835

8 files changed

Lines changed: 765 additions & 3 deletions

File tree

Docs/AMC/amc.tex

Lines changed: 739 additions & 0 deletions
Large diffs are not rendered by default.

Docs/AMC/epe_ccyswap.pdf

10.7 KB
Binary file not shown.

Docs/AMC/epe_fxoption.pdf

9.87 KB
Binary file not shown.

Docs/AMC/epe_swap.pdf

11.6 KB
Binary file not shown.

Docs/AMC/epe_swaption.pdf

8.52 KB
Binary file not shown.
File renamed without changes.

Docs/UserGuide/tradecomponents/barrierdata.tex

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ \subsubsection{Barrier Data}
1414
FxTouchOptionData & \emph{American} \\
1515
FxDoubleTouchOptionData & \emph{American} \\
1616
FxDoubleBarrierOptionData & \emph{American} \\
17-
FxKIKOBarrierOptionData & \emph{American}
17+
FxKIKOBarrierOptionData & \emph{American} \\
18+
FxTaRFData & \emph{European} \\
19+
FxAccumulatorData & \emph{European, American} \\
20+
EquityTaRFData & \emph{European} \\
21+
EquityAccumulatorData & \emph{European, American} \\
22+
CommodityAccumulatorData & \emph{European, American} \\
23+
FxGenericBarrierOption & \emph{American} \\
24+
EquityGenericBarrierOption & \emph{American} \\
25+
CommodityGenericBarrierOption & \emph{American}
1826
\end{tabular}
1927
\caption{Supported barrier styles per trade data container}
2028
\label{tab:barrierstyles}
@@ -92,6 +100,9 @@ \subsubsection{Barrier Data}
92100
\item FxDigitalBarrierOptionData
93101
\item FxDoubleBarrierOptionData
94102
\item FxEuropeanBarrierOptionData
103+
\item FxGenericBarrierOptionData
104+
\item EquityGenericBarrierOptionData
105+
\item CommodityGenericBarrierOptionData
95106
\end{itemize}
96107

97108
only. If defined for several ``in'' barriers, the amounts must be identical across all barrier definitions (because the
@@ -101,12 +112,24 @@ \subsubsection{Barrier Data}
101112
Allowable values: Any positive real number. Defaults to zero if omitted. Cannot be left blank.
102113

103114
\item RebateCurrency [Optional]: The currency in which the rebate amount is paid. Defaults to the natural pay currency
104-
of the trade.
115+
of the trade. Deviating currencies are supported by the following trade types only:
116+
117+
\begin{itemize}
118+
\item FxGenericBarrierOptionData
119+
\item EquityGenericBarrierOptionData
120+
\item CommodityGenericBarrierOptionData
121+
\end{itemize}
105122

106123
Allowable Values: See Table \ref{tab:currency} \lstinline!Currency!.
107124

108125
\item RebatePayTime [Optional]: For ``in'' barriers only atExpiry is allowed. For ``out'' barriers, both atExpiry and
109-
atHit is possible. If not given, defaults to ``atExpiry''.
126+
atHit is possible. If not given, defaults to ``atExpiry''. This field is only supported by the following trade types:
127+
128+
\begin{itemize}
129+
\item FxGenericBarrierOptionData
130+
\item EquityGenericBarrierOptionData
131+
\item CommodityGenericBarrierOptionData
132+
\end{itemize}
110133

111134
Allowable Values: \emph{atExpiry}, \emph{atHit}
112135

0 commit comments

Comments
 (0)