Class Smartderivativecontract.Settlement.Marketdata.Marketdataitems.Item

java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Settlement.Marketdata.Marketdataitems.Item
Enclosing class:
Smartderivativecontract.Settlement.Marketdata.Marketdataitems

public static class Smartderivativecontract.Settlement.Marketdata.Marketdataitems.Item extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="symbol" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="curve" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="tenor" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>