Class MultiCurrency

java.lang.Object
net.finmath.smartcontract.product.xml.MultiCurrency

public class MultiCurrency extends Object
Defines all the currencies in which funds can be drawn against a facility.

Java class for MultiCurrency complex type.

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

 <complexType name="MultiCurrency">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="drawCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>