Class AccruingPikPaymentNotification

java.lang.Object

public class AccruingPikPaymentNotification extends AbstractFacilityNotification
A loan servicing notification used to communicate an accruing PIK rate being capitalized by the borrower.

Java class for AccruingPikPaymentNotification complex type.

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

 <complexType name="AccruingPikPaymentNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractFacilityNotification">
       <sequence>
         <element name="accruingPikPayment" type="{http://www.fpml.org/FpML-5/confirmation}AccruingPikPayment"/>
         <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>