Class FacilityPositionStatement

java.lang.Object

public class FacilityPositionStatement extends SyndicatedLoanStatement
A statement containing the commitment amounts for a single facility at the global and (optionally) the lender postion levels, on a specific date.

Java class for FacilityPositionStatement complex type.

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

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