Class DeClear

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

public class DeClear extends Object
A structure describing a declear event. The deClear event allows a firm to request that a trade be removed from clearing, or a clearing service to request consent for this, or to report that is has been done.

Java class for DeClear complex type.

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

 <complexType name="DeClear">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="reason" type="{http://www.fpml.org/FpML-5/confirmation}DeclearReason" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>