QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
asia.hpp
1/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
3/*
4 Copyright (C) 2004, 2005 StatPro Italia srl
5 Copyright (C) 2016 Quaternion Risk Management Ltd
6
7 This file is part of QuantLib, a free-software/open-source library
8 for financial quantitative analysts and developers - http://quantlib.org/
9
10 QuantLib is free software: you can redistribute it and/or modify it
11 under the terms of the QuantLib license. You should have received a
12 copy of the license along with this program; if not, please email
13 <quantlib-dev@lists.sf.net>. The license is also available online at
14 <http://quantlib.org/license.shtml>.
15
16 This program is distributed in the hope that it will be useful, but WITHOUT
17 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
18 FOR A PARTICULAR PURPOSE. See the license for more details.
19*/
20
28#ifndef quantlib_asian_currencies_hpp
29#define quantlib_asian_currencies_hpp
30
31#include <ql/currency.hpp>
32
33#if defined(QL_PATCH_MSVC)
34#pragma warning(push)
35#pragma warning(disable:4819)
36#endif
37
38namespace QuantLib {
39
41
46 class BDTCurrency : public Currency {
47 public:
49 };
50
52
57 class CNYCurrency : public Currency {
58 public:
60 };
61
63
68 class HKDCurrency : public Currency {
69 public:
71 };
72
74
79 class IDRCurrency : public Currency {
80 public:
82 };
83
85
90 class ILSCurrency : public Currency {
91 public:
93 };
94
96
101 class INRCurrency : public Currency {
102 public:
103 INRCurrency();
104 };
105
107
112 class IQDCurrency : public Currency {
113 public:
114 IQDCurrency();
115 };
116
118
123 class IRRCurrency : public Currency {
124 public:
125 IRRCurrency();
126 };
127
129
134 class JPYCurrency : public Currency {
135 public:
136 JPYCurrency();
137 };
138
140
145 class KRWCurrency : public Currency {
146 public:
147 KRWCurrency();
148 };
149
151
156 class KWDCurrency : public Currency {
157 public:
158 KWDCurrency();
159 };
160
161 class KZTCurrency : public Currency {
162 public:
163 KZTCurrency();
164 };
165
167
172 class MYRCurrency : public Currency {
173 public:
174 MYRCurrency();
175 };
176
178
183 class NPRCurrency : public Currency {
184 public:
185 NPRCurrency();
186 };
187
189
194 class PKRCurrency : public Currency {
195 public:
196 PKRCurrency();
197 };
198
200
205 class SARCurrency : public Currency {
206 public:
207 SARCurrency();
208 };
209
211
216 class SGDCurrency : public Currency {
217 public:
218 SGDCurrency();
219 };
220
222
227 class THBCurrency : public Currency {
228 public:
229 THBCurrency();
230 };
231
233
238 class TWDCurrency : public Currency {
239 public:
240 TWDCurrency();
241 };
242
244
249 class VNDCurrency : public Currency {
250 public:
251 VNDCurrency();
252 };
253
255
259 class QARCurrency : public Currency {
260 public:
261 QARCurrency();
262 };
263
265
269 class BHDCurrency : public Currency {
270 public:
271 BHDCurrency();
272 };
273
275
279 class OMRCurrency : public Currency {
280 public:
281 OMRCurrency();
282 };
283
285
289 class JODCurrency : public Currency {
290 public:
291 JODCurrency();
292 };
293
295
299 class AEDCurrency : public Currency {
300 public:
301 AEDCurrency();
302 };
303
305
309 class PHPCurrency : public Currency {
310 public:
311 PHPCurrency();
312 };
313
315
319 class CNHCurrency : public Currency {
320 public:
321 CNHCurrency();
322 };
323
325
329 class LKRCurrency : public Currency {
330 public:
331 LKRCurrency();
332 };
333
334}
335
336#if defined(QL_PATCH_MSVC)
337#pragma warning(pop)
338#endif
339
340#endif
United Arab Emirates dirham.
Definition: asia.hpp:299
Bangladesh taka.
Definition: asia.hpp:46
Bahraini dinar.
Definition: asia.hpp:269
Chinese yuan (Hong Kong)
Definition: asia.hpp:319
Chinese yuan.
Definition: asia.hpp:57
Currency specification
Definition: currency.hpp:36
Hong Kong dollar.
Definition: asia.hpp:68
Indonesian Rupiah.
Definition: asia.hpp:79
Israeli shekel.
Definition: asia.hpp:90
Indian rupee.
Definition: asia.hpp:101
Iraqi dinar.
Definition: asia.hpp:112
Iranian rial.
Definition: asia.hpp:123
Jordanian dinar.
Definition: asia.hpp:289
Japanese yen.
Definition: asia.hpp:134
South-Korean won.
Definition: asia.hpp:145
Kuwaiti dinar.
Definition: asia.hpp:156
Sri Lankan rupee.
Definition: asia.hpp:329
Malaysian Ringgit.
Definition: asia.hpp:172
Nepal rupee.
Definition: asia.hpp:183
Omani rial.
Definition: asia.hpp:279
Philippine peso.
Definition: asia.hpp:309
Pakistani rupee.
Definition: asia.hpp:194
Qatari riyal.
Definition: asia.hpp:259
Saudi riyal.
Definition: asia.hpp:205
Singapore dollar
Definition: asia.hpp:216
Thai baht.
Definition: asia.hpp:227
Taiwan dollar
Definition: asia.hpp:238
Vietnamese Dong.
Definition: asia.hpp:249
Definition: any.hpp:35