Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | List of all members
XPDCurrency Class Reference

Troy ounce of Palladium. More...

#include <qle/currencies/metals.hpp>

+ Inheritance diagram for XPDCurrency:
+ Collaboration diagram for XPDCurrency:

Public Member Functions

 XPDCurrency ()
 

Detailed Description

Troy ounce of Palladium.

The ISO three-letter code is XPD; the numeric code is 964.

Definition at line 66 of file metals.hpp.

Constructor & Destructor Documentation

◆ XPDCurrency()

Definition at line 49 of file metals.cpp.

49 {
50 static QuantLib::ext::shared_ptr<Data> xpdData(
51 new Data("Troy Ounce of Palladium", "XPD", 964, "XPD", "", 1, Rounding(), "1$.2f %3%"));
52 data_ = xpdData;
53}