Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
index.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/*! \mainpage Introduction
21
22 The Open Source Risk Project aims at establishing a framework for transparent pricing
23 and risk analysis that can be adapted for production purposes in financial
24 institutions and used as a benchmarking and validation tool to test in-house
25 and vendor solutions applied in the industry.
26
27 %OpenSourceRiskEngine aka %ORE (http://opensourcerisk.org) is the software project
28 implementing this framework. ORE comprises three libraries written in C++. It
29 is based on QuantLib (http://quantlib.org), the free/open source library for quantitative finance.
30
31 %ORE is released under the modified BSD License. It is free software and you
32 are allowed to use, copy, modify, merge, publish, distribute, and/or sell
33 copies of it under the conditions stated in the \ref license.
34
35 %ORE and its documentation are distributed in the hope that they
36 will be useful, but WITHOUT ANY WARRANTY; without even the implied
37 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38 \ref license for more details.
39
40*/
41