Class DealStatement

java.lang.Object

public class DealStatement extends SyndicatedLoanStatement
A full set of deal and facility definitions valid as of a specific date.

Java class for DealStatement complex type.

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

 <complexType name="DealStatement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}SyndicatedLoanStatement">
       <sequence>
         <element name="deal" type="{http://www.fpml.org/FpML-5/confirmation}Deal"/>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>