Skip to content

Commit 163ee6c

Browse files
pcaspersjenkins
authored andcommitted
QPR-12337 wip
1 parent 58139f6 commit 163ee6c

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Docs/UserGuide/parameterisation/pricingengines.tex

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,40 @@ \subsubsection{Product Type: CapFloor}
770770
\label{lst:peconfig_lst:peconfig_CapFloor_IborCapModel_IborCapEngine}
771771
\end{longlisting}
772772

773+
%--------------------------------------------------------
774+
\subsubsection{Product Type: CapFlooredIborLeg}
775+
%--------------------------------------------------------
776+
777+
Used by trade type: any trade with a cap / floored ibor / rfr term rate leg
778+
779+
Available Model/Engine pairs: BlackOrBachelier/BlackIborCouponPricer
780+
781+
Engine description:
782+
783+
BlackOrBachelier/BlackIborCouponPricer builds a BlackIborCouponPricer. A sample configuration is
784+
shown in listing \ref{lst:peconfig_CapFlooredIborLeg_BlackOrBachelier_BlackIborCouponPricer}.
785+
786+
The parameters have the following meaning:
787+
788+
\begin{itemize}
789+
\item SensitivityTemplate [optional]: the sensitivity template to use
790+
\end{itemize}
791+
792+
\begin{longlisting}
793+
\begin{minted}[fontsize=\footnotesize]{xml}
794+
<Product type="CapFlooredIborCouponLeg">
795+
<Model>BlackOrBachelier</Model>
796+
<ModelParameters/>
797+
<Engine>BlackIborCouponPricer</Engine>
798+
<EngineParameters>
799+
<Parameter name="SensitivityTemplate">IR_Analytical</Parameter>
800+
</EngineParameters>
801+
</Product>
802+
\end{minted}
803+
\caption{Configuration for Product CapFlooredIborLeg, Model BlackOrBachelier, Engine BlackIborCouponPricer}
804+
\label{lst:peconfig_CapFlooredIborLeg_BlackOrBachelier_BlackIborCouponPricer}
805+
\end{longlisting}
806+
773807
%--------------------------------------------------------
774808
\subsubsection{Product Type: CapFlooredOvernightIndexedCouponLeg}
775809
%--------------------------------------------------------

0 commit comments

Comments
 (0)