QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | List of all members
BDTCurrency Class Reference

Bangladesh taka. More...

#include <ql/currencies/asia.hpp>

+ Inheritance diagram for BDTCurrency:
+ Collaboration diagram for BDTCurrency:

Public Member Functions

 BDTCurrency ()
 
- Public Member Functions inherited from Currency
 Currency ()=default
 default constructor More...
 
 Currency (const std::string &name, const std::string &code, Integer numericCode, const std::string &symbol, const std::string &fractionSymbol, Integer fractionsPerUnit, const Rounding &rounding, const std::string &formatString, const Currency &triangulationCurrency=Currency(), const std::set< std::string > &minorUnitCodes={})
 
const std::string & name () const
 currency name, e.g, "U.S. Dollar" More...
 
const std::string & code () const
 ISO 4217 three-letter code, e.g, "USD". More...
 
Integer numericCode () const
 ISO 4217 numeric code, e.g, "840". More...
 
const std::string & symbol () const
 symbol, e.g, "$" More...
 
const std::string & fractionSymbol () const
 fraction symbol, e.g, "ยข" More...
 
Integer fractionsPerUnit () const
 number of fractionary parts in a unit, e.g, 100 More...
 
const Roundingrounding () const
 rounding convention More...
 
std::string format () const
 output format More...
 
bool empty () const
 is this a usable instance? More...
 
const CurrencytriangulationCurrency () const
 currency used for triangulated exchange when required More...
 
const std::set< std::string > & minorUnitCodes () const
 minor unit codes, e.g. GBp, GBX for GBP More...
 

Additional Inherited Members

- Protected Attributes inherited from Currency
ext::shared_ptr< Datadata_
 

Detailed Description

Bangladesh taka.

The ISO three-letter code is BDT; the numeric code is 50. It is divided in 100 paisa.

Definition at line 46 of file asia.hpp.

Constructor & Destructor Documentation

◆ BDTCurrency()

Definition at line 34 of file asia.cpp.