Class Cash

java.lang.Object
net.finmath.smartcontract.product.xml.Asset
net.finmath.smartcontract.product.xml.Cash

public class Cash extends Asset

Java class for Cash complex type.

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

 <complexType name="Cash">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Asset">
       <sequence>
         <element name="instrumentId" type="{http://www.fpml.org/FpML-5/confirmation}InstrumentId" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>