Class FacilityStatement

java.lang.Object

public class FacilityStatement extends SyndicatedLoanStatement
A single facility definition stated as of a certain date.

Java class for FacilityStatement complex type.

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

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