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/tradedata/bondoption_refdata.tex
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ \subsubsection{Bond Option (using bond reference data)}
14
14
node, see below for details
15
15
\end{itemize}
16
16
17
+
Note that only par redemption vanilla bonds are supported.
18
+
17
19
\begin{listing}[H]
18
20
%\hrule\medskip
19
21
\begin{minted}[fontsize=\footnotesize]{xml}
@@ -37,7 +39,6 @@ \subsubsection{Bond Option (using bond reference data)}
37
39
<Value>1.23</Value>
38
40
</StrikePrice>
39
41
</StrikeData>
40
-
<Redemption>100.00</Redemption>
41
42
<PriceType>Dirty</PriceType>
42
43
<KnocksOut>false</KnocksOut>
43
44
<BondData>
@@ -80,9 +81,9 @@ \subsubsection{Bond Option (using bond reference data)}
80
81
81
82
\item\lstinline!StrikeData!: A \lstinline!StrikeData! node is used as described in Section \ref{ss:strikedata} to represent the Bond Option strike price or strike yield. If StrikePrice is used, the strike price (\lstinline!Value! field) is expressed per unit notional. If StrikeYield is used, the \lstinline!Yield! is quoted in decimal form, e.g. 5\% should be entered as 0.05.
82
83
83
-
\item Redemption [Optional]: Redemption ratio in percent, e.g. \emph{100} means the bond is redeemed at par.
84
+
% \item Redemption [Optional]: Redemption ratio in percent, e.g. \emph{100} means the bond is redeemed at par.
84
85
85
-
Allowable values: Any positive real number. Defaults to \emph{100} if left blank or omitted.
86
+
% Allowable values: Any positive real number. Defaults to \emph{100} if left blank or omitted.
86
87
87
88
\item PriceType [Mandatory for StrikePrice, no impact for StrikeYield]: \\
Copy file name to clipboardExpand all lines: Docs/UserGuide/tradedata/commodityapo.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ \subsubsection{Commodity Average Price Option}
81
81
82
82
\item\lstinline!CommodityPayRelativeTo! [Optional]: This is as described in section \ref{ss:commodity_floating_leg_data}.
83
83
84
-
\item\lstinline!FutureMonthOffset! [Optional]: This is as described in section \ref{ss:commodity_floating_leg_data}.
84
+
\item\lstinline!FutureMonthOffset! [Optional]: This is as described in section \ref{ss:commodity_floating_leg_data}. Note that IsAveraged defaults to \emph{false} as it cannot be used as a tag within the CommodityAveragePriceOptionData node. Thus, if e.g. FutureMonthOffset is set to \emph{2}, the future contract month and year is taken as the second month following the base date’s month and year; and so on for all positive values of FutureMonthOffset.
85
85
86
86
\item\lstinline!DeliveryRollDays! [Optional]: This is as described in section \ref{ss:commodity_floating_leg_data}.
Copy file name to clipboardExpand all lines: Docs/UserGuide/tradedata/commodityswap.tex
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
\subsubsection{Commodity Swap and Basis Swap}
2
2
\label{ss:input_commodityswap}
3
3
4
-
The structure of a \lstinline!CommoditySwap! trade node is shown in listing \ref{lst:commodityswap_data}. This trade node can be used to represent commodity swaps and commodity basis swaps. It consists of the generic \lstinline!Envelope! and the specific \lstinline!SwapData! section. The \lstinline!SwapData! node may contain two or more \lstinline!LegData! nodes. Each \lstinline!LegData! node must have a \lstinline!LegType! of \lstinline!CommodityFixed! or \lstinline!CommodityFloating!. These leg types are described in sections \ref{ss:commodityfixedleg} and \ref{ss:commodityfloatingleg} respectively.
4
+
The structure of a \lstinline!CommoditySwap! trade node is shown in listing \ref{lst:commodityswap_data}. This trade node can be used to represent commodity swaps and commodity basis swaps. It consists of the generic \lstinline!Envelope! and the specific \lstinline!SwapData! section.
5
+
6
+
The \lstinline!SwapData! node may contain two or more \lstinline!LegData! nodes. There must be at least one \lstinline!LegData! node of a commodity \lstinline!LegType!, i.e. \lstinline!CommodityFixed! or \lstinline!CommodityFloating!, but non-commodity leg types are also allowed. The commodity leg types are described in sections \ref{ss:commodityfixedleg} and \ref{ss:commodityfloatingleg} respectively.
0 commit comments