Class OutstandingContractsStatement

java.lang.Object

public class OutstandingContractsStatement extends SyndicatedLoanStatement
A collection of outstanding loan contract and/or letter of credit structures belonging to a single facility.

Java class for OutstandingContractsStatement complex type.

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

 <complexType name="OutstandingContractsStatement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}SyndicatedLoanStatement">
       <sequence>
         <element name="facilityIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}FacilityIdentifier"/>
         <choice maxOccurs="unbounded">
           <element name="loanContract" type="{http://www.fpml.org/FpML-5/confirmation}LoanContract"/>
           <element name="letterOfCredit" type="{http://www.fpml.org/FpML-5/confirmation}LetterOfCredit"/>
         </choice>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>