Class ClearingEligibility

java.lang.Object

public class ClearingEligibility extends ResponseMessage

Java class for ClearingEligibility complex type.

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

 <complexType name="ClearingEligibility">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ResponseMessage">
       <sequence>
         <choice minOccurs="0">
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradingEvents.model"/>
           <element name="deClear" type="{http://www.fpml.org/FpML-5/confirmation}DeClear"/>
           <element name="partyTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier"/>
         </choice>
         <element name="eligibleForClearing" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="clearingRequirements" type="{http://www.fpml.org/FpML-5/confirmation}ClearingRequirements" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>