Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
namespaces.docs
Go to the documentation of this file.
1
2/*
3 Copyright (C) 2016 Quaternion Risk Management Ltd
4 All rights reserved.
5
6 This file is part of ORE, a free-software/open-source library
7 for transparent pricing and risk analysis - http://opensourcerisk.org
8
9 ORE is free software: you can redistribute it and/or modify it
10 under the terms of the Modified BSD License. You should have received a
11 copy of the license along with this program.
12 The license is also available online at <http://opensourcerisk.org>
13
14 This program is distributed on the basis that it will form a useful
15 contribution to risk analytics and model standardisation, but WITHOUT
16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.
18*/
19
20/*!
21 Base namespace for Open Risk Engine Data
22*/
23namespace ore{
24
25/*!
26 Data Checks namespace
27*/
28namespace data{
29
30/*!
31 Various OS specific utilities
32*/
33namespace os{}
34
35}
36
37/*!
38 Forward declarations and typedefs so we don't need to include rapidxml everywhere
39
40*/
41namespace rapidxml{}
42
43}
@ data
Definition: log.hpp:77
Serializable Credit Default Swap.
Definition: namespaces.docs:23