Class Currency

java.lang.Object
net.finmath.smartcontract.product.xml.Currency
Direct Known Subclasses:
IdentifiedCurrency

public class Currency extends Object
The code representation of a currency or fund. By default it is a valid currency code as defined by the ISO standard 4217 - Codes for representation of currencies and funds http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html.

Java class for Currency complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Currency">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>Scheme">
       <attribute name="currencyScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" default="http://www.fpml.org/coding-scheme/external/iso4217-2001-08-15" />
     </extension>
   </simpleContent>
 </complexType>