Class SyndicatedLoanStatement

java.lang.Object
Direct Known Subclasses:
DealStatement, FacilityOutstandingsPositionStatement, FacilityPositionStatement, FacilityStatement, OutstandingContractsStatement

public abstract class SyndicatedLoanStatement extends CorrectableRequestMessage
An abstract base type for all syndicated loan statement notifications; the wrapper for deal/facility/contract definitions and facility/contract positions at a particular point in time (snapshot).

Java class for SyndicatedLoanStatement complex type.

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

 <complexType name="SyndicatedLoanStatement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <element name="statementDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>