Skip to content

Commit 866065f

Browse files
committed
QPR-13507 update pricing engine doc
1 parent 2eb99ef commit 866065f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Docs/UserGuide/pricing/pricingengines.tex

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,10 @@ \subsection{Product Type: IndexCreditDefaultSwap}
18231823
\item Curve: Index, Underlying
18241824
\item SensitivityDecomposition: Underlying, NotionalWeighted, LossWeighted, DeltaWeighted
18251825
\item SensitivityTemplate [optional]: the sensitivity template to use
1826+
\item CalibrateUnderlyingCurves [optional]: Only applies when Curve or FepCurve is set to Underlying.
1827+
If true, it apply a spread to the the individual constituent curves to match the index CDS spread.
1828+
This ensures that pricing the index CDS using underlying curves produces the same NPV as pricing with the index curve directly. Defaults to false.
1829+
(See Calibration of default curves for index tranches for details.)
18261830
\end{itemize}
18271831

18281832
\begin{longlisting}
@@ -1835,6 +1839,7 @@ \subsection{Product Type: IndexCreditDefaultSwap}
18351839
<Parameter name="Curve">Index</Parameter>
18361840
<Parameter name="SensitivityDecomposition">DeltaWeighted</Parameter>
18371841
<Parameter name="SensitivityTemplate">IR_Analytical</Parameter>
1842+
<Parameter name="CalibrateUnderlyingCurves">false</Parameter>
18381843
</EngineParameters>
18391844
</Product>
18401845
\end{minted}
@@ -1867,6 +1872,10 @@ \subsection{Product Type: IndexCreditDefaultSwapOption}
18671872
\item FepCurve: Index, Underlying
18681873
\item SensitivityDecomposition: Underlying, NotionalWeighted, LossWeighted, DeltaWeighted
18691874
\item SensitivityTemplate [optional]: the sensitivity template to use
1875+
\item CalibrateUnderlyingCurves [optional]: Only applies when Curve or FepCurve is set to Underlying.
1876+
If true, it apply a spread to the the individual constituent curves to match the index CDS spread.
1877+
This ensures that pricing the index CDS using underlying curves produces the same NPV as pricing with the index curve directly. Defaults to false.
1878+
(See Calibration of default curves for index tranches for details.)
18701879
\end{itemize}
18711880

18721881
\begin{longlisting}
@@ -1898,6 +1907,10 @@ \subsection{Product Type: IndexCreditDefaultSwapOption}
18981907
\item FepCurve: Index, Underlying
18991908
\item SensitivityDecomposition: Underlying, NotionalWeighted, LossWeighted, DeltaWeighted
19001909
\item SensitivityTemplate [optional]: the sensitivity template to use
1910+
\item CalibrateUnderlyingCurves [optional]: Only applies when Curve or FepCurve is set to Underlying.
1911+
If true, it apply a spread to the the individual constituent curves to match the index CDS spread.
1912+
This ensures that pricing the index CDS using underlying curves produces the same NPV as pricing with the index curve directly. Defaults to false.
1913+
(See Calibration of default curves for index tranches for details.)
19011914
\end{itemize}
19021915

19031916
\begin{longlisting}

0 commit comments

Comments
 (0)