@@ -50,6 +50,7 @@ \subsection{Pricing Engine Configuration}\label{pricingengine_config}
5050 <Parameter name="Interactive"> false</Parameter>
5151 <Parameter name="BootstrapTolerance"> 0.1</Parameter>
5252 <Parameter name="IncludePastCashflows"> true</Parameter>
53+ <Parameter name="RegressionVarianceCutoff"> 1E-5</Parameter>
5354 <!-- product specific parameters -->
5455 <Parameter name="RegressionOrder_SingleAssetOption(EQ)"> 6</Parameter>
5556 <Parameter name="RegressionOrder_SingleAssetOption(FX)"> 6</Parameter>
@@ -139,6 +140,10 @@ \subsection{Pricing Engine Configuration}\label{pricingengine_config}
139140\item BootstrapTolerance: tolerance for calibration bootstrap, only applies to model = GaussianCam
140141\item IncludePastCashflows: if true, LOGPAY() will generate cashflow information for pay dates on or before the
141142 reference date. Optional, defaults to false.
143+ \item RegressionVarianceCutoff: Optional. Only relevant for MC models. If given, a coordinate transform and (possibly) a
144+ factor reduction is applied to the regressors used for conditional expectation calculation, such that $ 1 -\epsilon $ of
145+ the total variance of regressors is kept, where $ \epsilon $ the given parameter. This helps dealing with collinearity
146+ and also reducing the dimnensionality of the regression model.
142147\item Interactive: If true an interactive session is started on script execution for debugging purposes; should be false
143148 except for debugging purposes
144149\item UseAD: If true and RunType in the global pricing engine parameters is SensitivityDelta, a first order pnl
0 commit comments