Class Smartderivativecontract.Parties.Party

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

public static class Smartderivativecontract.Parties.Party 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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="marginAccount">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="penaltyFee">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>