Class FacilityPosition

java.lang.Object
net.finmath.smartcontract.product.xml.FacilityPosition
Direct Known Subclasses:
FacilityOutstandingsPosition

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

Java class for FacilityPosition complex type.

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

 <complexType name="FacilityPosition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="facilityReference" type="{http://www.fpml.org/FpML-5/confirmation}FacilityReference"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CurrentPriorCommitment.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>