Skip to content

Commit 6b0a55d

Browse files
author
jenkins
committed
git subrepo pull (merge) ore
subrepo: subdir: "ore" merged: "d43823dab7" upstream: origin: "git@gitlab.acadiasoft.net:qs/ore.git" branch: "master" commit: "d85fcb2e78" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "73a0129"
2 parents dca3499 + d85fcb2 commit 6b0a55d

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

Docs/UserGuide/tradecomponents/optiondata.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ \subsubsection{Option Data}
111111
112112
Allowable values: \emph{European} or \emph{American} or \emph{Bermudan}.
113113
114-
Note that trade types IR Swaption and CallableSwap can have style
115-
\emph{European} or \emph{Bermudan}, but not \emph{American}.
114+
Note that trade types IR Swaption and CallableSwap can have all three styles:
115+
\emph{European}, \emph{Bermudan}, or \emph{American}.
116116
117117
FX, Equity and Commodity vanilla options can have styles \emph{European}
118118
or \emph{American}, but not \emph{Bermudan}.

Docs/UserGuide/tradedata/swaption.tex

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ \subsubsection{Swaption}
142142
\item \lstinline!ExerciseFeeSettlementConvention![Optional]: The roll convention used to compute the exercise fee settlement date from
143143
the exercise date. Defaults to \emph{Unadjusted} if not given. Allowable values: See Table \ref{tab:convention} Roll Convention.
144144

145-
\item An \lstinline!ExerciseDates! node where for \emph{European} style swaptions exactly one \lstinline!ExerciseDate! date element must be given, and for \emph{American} style swaptions exactly two \lstinline!ExerciseDate! date element must be given, defining the start and the end of the American exercise period. \emph{Bermudan} style swaptions can have \lstinline!ExerciseDate! elements given directly (at least two \lstinline!ExerciseDate! elements must be given), or Rules or Dates based exercise dates. See Listings \ref{lst:bermudan_swaption_exercisedates}, \ref{lst:bermudan_swaption_rules} and \ref{lst:bermudan_swaption_dates}.
145+
\item An \lstinline!ExerciseDates! node where for \emph{European} style swaptions exactly one \lstinline!ExerciseDate! date element must be given, and for \emph{American} style swaptions exactly two \lstinline!ExerciseDate! date element must be given, defining the start and the end of the American exercise period. \emph{Bermudan} style swaptions can have \lstinline!ExerciseDate! elements given directly (at least two \lstinline!ExerciseDate! elements must be given). See Listing \ref{lst:bermudan_swaption_exercisedates}
146+
147+
\item \emph{Bermudan} style swaptions can also have Rules or Dates based exercise dates using an \lstinline!ExerciseSchedule! node instead of \lstinline!ExerciseDates!. See Listings \ref{lst:bermudan_swaption_rules} and \ref{lst:bermudan_swaption_dates}.
146148

147149

148150
\begin{listing}[H]
@@ -172,15 +174,15 @@ \subsubsection{Swaption}
172174
<LongShort>Long</LongShort>
173175
<Style>Bermudan</Style>
174176
<Settlement>Physical</Settlement>
175-
<ExerciseDates>
177+
<ExerciseSchedule>
176178
<Rules>
177179
<StartDate>2027-03-02</StartDate>
178180
<EndDate>2029-03-02</EndDate>
179181
<Tenor>1Y</Tenor>
180182
<Calendar>US</Calendar>
181183
<Convention>MF</Convention>
182-
<Rules>
183-
</ExerciseDates>
184+
</Rules>
185+
</ExerciseSchedule>
184186
...
185187
</OptionData>
186188
...
@@ -196,17 +198,17 @@ \subsubsection{Swaption}
196198
<LongShort>Long</LongShort>
197199
<Style>Bermudan</Style>
198200
<Settlement>Physical</Settlement>
199-
<ExerciseDates>
201+
<ExerciseSchedule>
200202
<Dates>
201203
<Calendar>NullCalendar</Calendar>
202204
<Convention>Unadjusted</Convention>
203205
<Dates>
204206
<Date>2027-03-02</Date>
205207
<Date>2028-03-02</Date>
206208
<Date>2029-03-02</Date>
207-
<Dates>
208-
<Dates>
209-
</ExerciseDates>
209+
</Dates>
210+
</Dates>
211+
</ExerciseSchedule>
210212
...
211213
</OptionData>
212214
...

0 commit comments

Comments
 (0)