Class FacilityOutstandingsPosition

java.lang.Object
net.finmath.smartcontract.product.xml.FacilityPosition
net.finmath.smartcontract.product.xml.FacilityOutstandingsPosition

public class FacilityOutstandingsPosition extends FacilityPosition
Represents current/prior facility commitment and outstanding amounts on both the global and lender position levels.

Java class for FacilityOutstandingsPosition complex type.

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

 <complexType name="FacilityOutstandingsPosition">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityPosition">
       <sequence>
         <element name="outstandingsPosition" type="{http://www.fpml.org/FpML-5/confirmation}OutstandingsPosition" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>