Class FacilityContractEvent

java.lang.Object
Direct Known Subclasses:
DefaultRateExpiry, FacilityRateChangeEvent, MandatoryCostRateExpiry, NonRecurringFeePayment, PenaltyRateExpiry

public abstract class FacilityContractEvent extends LoanEvent
An abstract base type for all facility and/or contract-level business events.

Java class for FacilityContractEvent complex type.

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

 <complexType name="FacilityContractEvent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LoanEvent">
       <sequence>
         <element name="facilityReference" type="{http://www.fpml.org/FpML-5/confirmation}FacilityReference"/>
         <element name="loanContractReference" type="{http://www.fpml.org/FpML-5/confirmation}LoanContractReference" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>