Skip to content

Commit df9d768

Browse files
committed
Merge branch 'master' into master-mirror
2 parents b52f062 + a27fe81 commit df9d768

620 files changed

Lines changed: 19812 additions & 31266 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.

.github/workflows/build_macosx86.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Install Swig
2525
run: |
2626
brew install swig
27+
swig -version
2728
- name: Build ORE CMake
2829
run: |
2930
mkdir build

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
ignore = dirty
66
[submodule "ORE-SWIG/QuantLib-SWIG"]
77
path = ORE-SWIG/QuantLib-SWIG
8-
url = https://github.com/OpenSourceRisk/QuantLib-SWIG
8+
url = https://github.com/OpenSourceRisk/QuantLib-SWIG

App/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ get_library_name("OREData" ORED_LIB_NAME)
88
get_library_name("QuantExt" QLE_LIB_NAME)
99
set_ql_library_name()
1010

11-
find_package (Boost REQUIRED COMPONENTS regex date_time serialization filesystem timer OPTIONAL_COMPONENTS chrono)
11+
find_package (Boost REQUIRED COMPONENTS date_time serialization filesystem timer OPTIONAL_COMPONENTS chrono)
1212

1313
include_directories(${Boost_INCLUDE_DIRS})
1414
include_directories(${QUANTLIB_SOURCE_DIR})

App/ore.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
#include <ql/auto_link.hpp>
4141
#include <qle/auto_link.hpp>
4242
// Find the name of the correct boost library with which to link.
43-
#define BOOST_LIB_NAME boost_regex
44-
#include <boost/config/auto_link.hpp>
4543
#define BOOST_LIB_NAME boost_serialization
4644
#include <boost/config/auto_link.hpp>
4745
#define BOOST_LIB_NAME boost_date_time

Docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DEBIAN_TAG=11.7
22

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
5-
QL_TAG=1.38_81c5850b6
5+
QL_TAG=1.38_b612453bd
66
ORE_TAG=latest
77

88
# debug or release

Docs/AMC/amc.tex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
\title{ORE+ AMC Module 1.8.4.0}
9999
\author{Quaternion Risk Management}
100-
\date{25 February 2019}
100+
\date{24 June 2024}
101101
\maketitle
102102

103103
\newpage
@@ -351,9 +351,6 @@ \subsection{Pricing Engine Configuration}\label{sec:pricing_engine_config}
351351
\item \verb+CMS+
352352
\end{enumerate}
353353
354-
Finally note that European swaptions should be represented as Bermudan swaptions (simply be changing the exercise type)
355-
in order to be processible by the AMC engine.
356-
357354
%==========================================
358355
\section{Examples}
359356
%==========================================

Docs/BondPricingConfig/bondpricingconfig.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
\title{Bond Pricing Configuration in ORE}
9999
\author{Acadia - An LSEG Business}
100-
\date{21 August 2024}
100+
\date{24 June 2025}
101101
\maketitle
102102

103103
\newpage

Docs/CodingStandards/ore_coding_standards.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ \section*{git usage - pull requests}
187187
\item if there are no conflicts, click on "merge request"
188188
\item if there are conflicts, send it back to the developer
189189
\item Once the request has been merged, the temporary branch should be deleted. This is not strictly necessary but means origin is kept cleaner and avoids conflicts.\\
190-
\texttt{\% git push --delete origin bob\_widget}
190+
\texttt{\% git push -{}-delete origin bob\_widget}
191191
\end{enumerate}
192192

193193
\break

Docs/ComputeEnvironment/computeenvironment.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
\title{ORE Compute Framework Interface}
7777
\author{Acadia}
78-
\date{22 July 2024}
78+
\date{24 June 2025}
7979
\maketitle
8080

8181
\newpage

Docs/CreditModel/creditmodel.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
\title{ORE Credit Migration Model}
7777
\author{Acadia Inc.}
78-
\date{4 May 2023}
78+
\date{24 June 2025}
7979
\maketitle
8080

8181
\newpage

0 commit comments

Comments
 (0)