File tree Expand file tree Collapse file tree
Docs/UserGuide/parameterisation Expand file tree Collapse file tree Original file line number Diff line number Diff 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%--------------------------------------------------------
You can’t perform that action at this time.
0 commit comments