Class FacilityCommitment

java.lang.Object
net.finmath.smartcontract.product.xml.FacilityCommitment

public class FacilityCommitment extends Object
Represents the commitment amount against a facility or facility portion. Also shows the utilization levels against the total commitment amount (in facility currency).

Java class for FacilityCommitment complex type.

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

 <complexType name="FacilityCommitment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="totalCommitmentAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
         <sequence minOccurs="0">
           <group ref="{http://www.fpml.org/FpML-5/confirmation}Utilization.model"/>
           <element name="unavailableToUtilizeAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>