Class CommitmentAdjustment

java.lang.Object

public class CommitmentAdjustment extends FacilityEvent
An event defining a future change in facility commitment.

Java class for CommitmentAdjustment complex type.

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

 <complexType name="CommitmentAdjustment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityEvent">
       <sequence>
         <sequence>
           <element name="refusalAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="scheduled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="pik" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         </sequence>
         <sequence>
           <element name="facilityCommitment" type="{http://www.fpml.org/FpML-5/confirmation}FacilityCommitment"/>
           <element name="adjustment" type="{http://www.fpml.org/FpML-5/confirmation}Adjustment"/>
         </sequence>
         <element name="commitmentSchedule" type="{http://www.fpml.org/FpML-5/confirmation}CommitmentSchedule" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>