Skip to content

Commit 7d14e37

Browse files
gbfredrikpericulus
andcommitted
Fix YieldCurveDayCounter field in example
Co-Authored-By: periculus <10645337+periculus@users.noreply.github.com>
1 parent 29035c8 commit 7d14e37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Docs/UserGuide/curve_configurations/yieldcurves.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ \subsubsection{Yield Curves}
1313
<Segments> </Segments>
1414
<InterpolationVariable> </InterpolationVariable>
1515
<InterpolationMethod> </InterpolationMethod>
16-
<ZeroDayCounter> </ZeroDayCounter>
16+
<YieldCurveDayCounter> </YieldCurveDayCounter>
1717
<Tolerance> </Tolerance>
1818
<Extrapolation> </Extrapolation>
1919
<BootstrapConfig>
@@ -40,7 +40,7 @@ \subsubsection{Yield Curves}
4040
\emph{Discount}.
4141
\item InterpolationMethod [Optional]: The interpolation method to use. The allowable values are given in Table
4242
\ref{tab:allow_interp_methods}. If the element is omitted or left blank, then it defaults to \emph{LogLinear}.
43-
\item ZeroDayCounter [Optional]: The day count basis used internally by the yield curve to calculate the time between
43+
\item YieldCurveDayCounter [Optional]: The day count basis used internally by the yield curve to calculate the time between
4444
dates. In particular, if the curve is queried for a zero rate without specifying the day count basis, the zero rate that
4545
is returned has this basis. If the element is omitted or left blank, then it defaults to \emph{A365}.
4646

0 commit comments

Comments
 (0)