Class Smartderivativecontract.Underlyings

java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Underlyings
Enclosing class:
Smartderivativecontract

public static class Smartderivativecontract.Underlyings 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="underlying">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://www.fpml.org/FpML-5/confirmation}dataDocument"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>