Class AbstractFacilityNotification

java.lang.Object
Direct Known Subclasses:
AccruingFeeChangeNotification, AccruingFeePaymentNotification, AccruingPikPaymentNotification, FacilityNotification, FacilityRateChangeNotification

public abstract class AbstractFacilityNotification extends AbstractServicingNotification
An extension of the AbstractServicingNotification which includes a reference to the facility to which embedded loan events apply. This abtract type should be used to 'wrap' facility-level business events.

Java class for AbstractFacilityNotification complex type.

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

 <complexType name="AbstractFacilityNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractServicingNotification">
       <sequence>
         <element name="facilityPosition" type="{http://www.fpml.org/FpML-5/confirmation}FacilityPosition" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>