Class Smartderivativecontract.Parties.Party.PenaltyFee

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

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