Class AbstractContractNotification

java.lang.Object
Direct Known Subclasses:
AccrualOptionChangeNotification, LcNotification, LoanContractNotification, NonRecurringFeePaymentNotification, PrepaymentNotification, RolloverNotification

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

Java class for AbstractContractNotification complex type.

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

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