Class FacilityEvent

java.lang.Object
Direct Known Subclasses:
AccruingFeeChange, AccruingFeeExpiry, AccruingFeePayment, AccruingPikOptionChange, AccruingPikPayment, CommitmentAdjustment, FacilityTermination, FixedRateOptionChange, FloatingRateOptionChange, LcOptionChange

public abstract class FacilityEvent extends LoanEvent
An abstract base type for all facility-level business events.

Java class for FacilityEvent complex type.

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

 <complexType name="FacilityEvent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LoanEvent">
       <sequence>
         <element name="facilityReference" type="{http://www.fpml.org/FpML-5/confirmation}FacilityReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>