Currency


These currencies are used mainly with the Exchange Rate Manager.
For each currency C there are functions

string C:name() returns the currency name

string C:code() returns the ISO 4217 currency code

int C:numericCode() returns the ISO 4217 numeric code

int C:fractionsPerUnit() returns the fractions per unit

string C:symbol() returns the currency symbol

string C:fractionSymbol() returns the currency fraction symbol

string C:format() returns the output format


Currencies available are:

ql.ARSCurrency

ql.ATSCurrency

ql.AUDCurrency

ql.BDTCurrency

ql.BEFCurrency

ql.BGLCurrency

ql.BRLCurrency

ql.BYRCurrency

ql.CADCurrency

ql.CHFCurrency

ql.CLPCurrency

ql.CNYCurrency

ql.COPCurrency

ql.CYPCurrency

ql.CZKCurrency

ql.DEMCurrency

ql.DKKCurrency

ql.EEKCurrency

ql.ESPCurrency

ql.EURCurrency

ql.FIMCurrency

ql.FRFCurrency

ql.GPBCurrency

ql.GRDCurrency

ql.HKDCurrency

ql.HUFCurrency

ql.IEPCurrency

ql.ILSCurrency

ql.INRCurrency

ql.IQDCurrency

ql.IRRCurrency

ql.ISKCurrency

ql.ITLCurrency

ql.JPYCurrency

ql.KRWCurrency

ql.KWDCurrency

ql.LTLCurrency

ql.LUFCurrency

ql.LVLCurrency

ql.MTLCurrency

ql.MXNCurrency

ql.NLGCurrency

ql.NOKCurrency

ql.NPRCurrency

ql.NZDCurrency

ql.PEHCurrency

ql.PEICurrency

ql.PENCurrency

ql.PKRCurrency

ql.PLNCurrency

ql.PTECurrency

ql.ROLCurrency

ql.RONCurrency

ql.SARCurrency

ql.SEKCurrency

ql.SGDCurrency

ql.SITCurrency

ql.SKKCurrency

ql.THBCurrency

ql.TRLCurrency

ql.TRYCurrency

ql.TTDCurrency

ql.TWDCurrency

ql.USDCurrency

ql.VEBCurrency

ql.ZARCurrency



Creates a QuantLib object


Index