Class FacilityOutstandingsPositionStatement

java.lang.Object

public class FacilityOutstandingsPositionStatement extends SyndicatedLoanStatement
Position details (including outstandings) for a single facility. Positions can be stated at the global and (optionally) at the lender-specific level.

Java class for FacilityOutstandingsPositionStatement complex type.

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

 <complexType name="FacilityOutstandingsPositionStatement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}SyndicatedLoanStatement">
       <sequence>
         <element name="facilityOutstandingsPosition" type="{http://www.fpml.org/FpML-5/confirmation}FacilityOutstandingsPosition"/>
         <element name="positionPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <sequence>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityDetails.model"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}LoanContractDetails.model" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>