Skip to content

Commit e2e21ee

Browse files
author
jenkins
committed
git subrepo pull (merge) ore
subrepo: subdir: "ore" merged: "1bc0ef8e26" upstream: origin: "git@gitlab.acadiasoft.net:qs/ore.git" branch: "master" commit: "0538ceff12" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
2 parents ed73cd9 + 0538cef commit e2e21ee

161 files changed

Lines changed: 14687 additions & 1988 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DEBIAN_TAG=11.7
33
# it's recommended to include CMAKE_BUILD_TYPE and BOOST_VARIANT in QL_TAG, ORE_TAG, BOOST_TAG
44
# to distinguish a release build from a debug build
55

6-
QL_TAG=1.31.1_55f433ce8
6+
QL_TAG=1.31.1_d2327d5a7135
77
ORE_TAG=latest
88
BOOST_TAG=1.78.0
99
BOOST_DIR=1_78_0

Docs/AMC/amc.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ \subsection{Pricing Engine Configuration}\label{sec:pricing_engine_config}
256256
257257
\begin{enumerate}
258258
\item \verb+Training.Sequence+: The sequence type for the traning phase, can be \verb+MersenneTwister+,
259-
\verb+MersenneTwisterAntithetc+, \verb+Sobol+ or \verb+SobolBrownianBridge+
259+
\verb+MersenneTwisterAntithetc+, \verb+Sobol+, \verb+Burley2020Sobol+, \verb+SobolBrownianBridge+,
260+
\verb+Burley2020SobolBrownianBridge+
260261
\item \verb+Training.Seed+: The seed for the random number generation in the training phase
261262
\item \verb+Training.Samples+: The number of samples to be used for the training phase
262263
\item \verb+Pricing.Sequence+: The sequence type for the pricing phase, same values allowed as for training

Docs/ScriptedTrade/docs/models.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ \subsection{Pricing Engine Configuration}\label{pricingengine_config}
111111
\item RegressionOrder: The order of the polynomial basis to compute conditional expectations via regression
112112
analysis. Applies to MC only.
113113
\item SequenceType: The sequence type used for pricing. Defaults to SobolBrownianBridge. Possible values
114-
SobolBrownianBridge, MersenneTwister, MersenneTwisterAnithetic, Sobol. Applies to MC only.
114+
SobolBrownianBridge, Burley2020SobolBrownianBridge, MersenneTwister, MersenneTwisterAnithetic, Sobol,
115+
Burley2020Sobol. Applies to MC only.
115116
\item PolynomType: The polynom type used for regression analysis. Defaults to Monomial. Possible values Monomial,
116117
Laguerre, Hermite, Hyperbolic, Legendre, Chebyshev, Chebychev2nd. Applies to MC only.
117118
\item TrainingSamples: If given, pricing and training are separate phases and traning phase is using this number of

Docs/UserGuide/parameterisation/simulation.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@
5656
%\item {\tt Scenario: } Choose between {\em Simple } and {\em Complex } implementations, the latter optimized for
5757
% more efficient memory usage. \todo[inline]{Remove Scenario choice}
5858
\item {\tt DayCounter:} Day count convention used to translate dates to times. Optional, defaults to ActualActual ISDA.
59-
\item {\tt Sequence:} Choose random sequence generator ({\em MersenneTwister, MersenneTwisterAntithetic, Sobol,
60-
SobolBrownianBridge}).
59+
\item {\tt Sequence:} Choose random sequence generator ({\em MersenneTwister, MersenneTwisterAntithetic,
60+
Sobol,Burley2020Sobol, SobolBrownianBridge, Burley2020SobolBrownianBridge}).
6161
\item {\tt Seed:} Random number generator seed
6262
\item {\tt Samples:} Number of Monte Carlo paths to be produced
6363
%\item {\tt Fixings: } Choose whether fixings should be simulated or not, and if so which fixing simulation method to
6464
use ({\em Backward, Forward, BestOfForwardBackward, InterpolatedForwardBackward}), which number of forward horizon days
6565
to use if one of the {\em Forward } related methods is chosen.
66-
\item {\tt Ordering:} If the sequence type {\em SobolBrownianBridge} is used, ordering of variates ({\em Factors, Steps,
67-
Diagonal})
68-
\item {\tt DirectionIntegers:} If the sequence type {\em SobolBrownianBridge} or {\em Sobol} is used, type of direction
69-
integers in Sobol generator ({\em Unit, Jaeckel, SobolLevitan, SobolLevitanLemieux, JoeKuoD5, JoeKuoD6, JoeKuoD7, Kuo,
70-
Kuo2, Kuo3})
66+
\item {\tt Ordering:} If the sequence type {\em SobolBrownianBridge} or {\em Burley2020SobolBrownianBridge} is used,
67+
ordering of variates ({\em Factors, Steps, Diagonal})
68+
\item {\tt DirectionIntegers:} If the sequence type {\em SobolBrownianBridge}, {\em Burley2020SobolBrownianBridge}, {\em
69+
Sobol} or {\em Burley2020Sobol} is used, type of direction integers in Sobol generator ({\em Unit, Jaeckel,
70+
SobolLevitan, SobolLevitanLemieux, JoeKuoD5, JoeKuoD6, JoeKuoD7, Kuo, Kuo2, Kuo3})
7171
\item {\tt CloseOutLag}: If this tag is present, this specifies the close-out period length (e.g. 2W) used; otherwise no close-out grid is built. The close-out grid is an auxiliary time grid that is offset from the main default date grid by the close-out period, typically set to the applicable margin period of risk. If present, it is used to evolve the portfolio value and determine close-out values associated with the preceding default date valuation.
7272
\item {\tt MporMode}: This tag is expected if the previous one is present, permissible values are then {\tt StickyDate} and {\tt ActualDate}. {\tt StickyDate} means that only market data is evolved from the default date to close-out date for close-out date valuation, the valuation as of date remains unchanged and trades do not ``age'' over the period. As a consequence, exposure evolutions will not show spikes caused by cash flows within the close-out period. {\tt ActualDate} means that trades will also age over the close-out period so that one can experience exposure evolution spikes due to cash flows.
7373
\end{itemize}
@@ -797,4 +797,4 @@
797797
\label{lst:simulation_market_configuration}
798798
\end{longlisting}
799799
800-
\todo[inline]{Comment on cap/floor surface structure and reaction to time decay}
800+
\todo[inline]{Comment on cap/floor surface structure and reaction to time decay}

0 commit comments

Comments
 (0)