Class CreditDerivativesNotices

java.lang.Object
net.finmath.smartcontract.product.xml.CreditDerivativesNotices

public class CreditDerivativesNotices extends Object

Java class for CreditDerivativesNotices complex type.

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

 <complexType name="CreditDerivativesNotices">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="creditEvent" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="publiclyAvailableInformation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="physicalSettlement" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>