Skip to content

Commit d0e0717

Browse files
committed
QPR-13700 update docs
1 parent e9306ef commit d0e0717

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • Docs/UserGuide/parameterisation

Docs/UserGuide/parameterisation/ore.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ \subsubsection*{Setup}
2727
<Parameter name="fixingDataFile">../../Input/fixings_20160205.txt</Parameter>
2828
<Parameter name="dividendDataFile">../../Input/dividends_20160205.txt</Parameter> <!-- Optional -->
2929
<Parameter name="implyTodaysFixings">Y</Parameter>
30+
<Parameter name="useAtParCouponsCurves">Y</Parameter>
31+
<Parameter name="useAtParCouponsTrades">Y</Parameter>
3032
<Parameter name="curveConfigFile">../../Input/curveconfig.xml</Parameter>
3133
<Parameter name="conventionsFile">../../Input/conventions.xml</Parameter>
3234
<Parameter name="marketConfigFile">../../Input/todaysmarket.xml</Parameter>
@@ -73,6 +75,11 @@ \subsubsection*{Setup}
7375
conventions.xml}, the referenceDataFile {\tt referencedata.xml}, the iborFallbackConfig, the marketDataFile and the
7476
fixingDataFile are explained in the sections below.
7577

78+
\medskip The parameters {\tt useAtParCouponsCurves} and {\tt useAtParCouponsTrades} control whether to use par
79+
approximation or indexed ibor coupons when building curves or building ore trades, respectively. This goes back to the
80+
QuantLib flag \verb+QL_USE_INDEXED_COUPON+ and the associated runtime setting. The default is \verb+true+ for both flags
81+
which is also the default setting when building QuantLib.
82+
7683
\medskip Parameter {\tt calendarAdjustment} includes the {\tt calendarAdjustment.xml} which lists out additional holidays and
7784
business days to be added to specified calendars.
7885

0 commit comments

Comments
 (0)