Class AbstractServicingNotification

java.lang.Object
Direct Known Subclasses:
AbstractContractNotification, AbstractFacilityNotification

public abstract class AbstractServicingNotification extends CorrectableRequestMessage
An abstract base type for all syndicated loan servicing notifications; the wrapper for loan events which occur through the life-cycle of a deal.

Java class for AbstractServicingNotification complex type.

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

 <complexType name="AbstractServicingNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <element name="noticeDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="isGlobalOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="paymentDetails" type="{http://www.fpml.org/FpML-5/confirmation}Payment" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>