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>
 
  • Field Details

  • Constructor Details

    • FacilityOutstandingsPosition

      public FacilityOutstandingsPosition()
  • Method Details

    • getOutstandingsPosition

      public List<OutstandingsPosition> getOutstandingsPosition()
      Gets the value of the outstandingsPosition property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the outstandingsPosition property.

      For example, to add a new item, do as follows:

          getOutstandingsPosition().add(newItem);
       

      Objects of the following type(s) are allowed in the list OutstandingsPosition