Class ClearingStatusItem

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

public class ClearingStatusItem extends Object
A component of a clearing status report. This provides the clearing status for a single trade.

Java class for ClearingStatusItem complex type.

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

 <complexType name="ClearingStatusItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" maxOccurs="unbounded"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeReferenceInformation.model"/>
           <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
           <element name="tradePackage" type="{http://www.fpml.org/FpML-5/confirmation}TradePackage"/>
         </choice>
         <element name="clearingStatusValue" type="{http://www.fpml.org/FpML-5/confirmation}ClearingStatusValue"/>
         <element name="updatedDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="reason" type="{http://www.fpml.org/FpML-5/confirmation}Reason" maxOccurs="unbounded" minOccurs="0"/>
         <element name="statusAppliesTo" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="2" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>