Class AccruingFeePaymentNotification

java.lang.Object

public class AccruingFeePaymentNotification extends AbstractFacilityNotification
A loan servicing notification used to communicate an accruing fee payment made by the borrower.

Java class for AccruingFeePaymentNotification complex type.

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

 <complexType name="AccruingFeePaymentNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractFacilityNotification">
       <sequence>
         <element name="accruingFeePayment" type="{http://www.fpml.org/FpML-5/confirmation}AccruingFeePayment"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityDetails.model"/>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>