Class AccruingPikPayment

java.lang.Object

public class AccruingPikPayment extends FacilityEvent
An event representing a payment to facilitate capitalization of interest on all outstanding contracts against a particular facility.

Java class for AccruingPikPayment complex type.

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

 <complexType name="AccruingPikPayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityEvent">
       <sequence>
         <sequence>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/>
           <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
           <element name="accrualSchedule" type="{http://www.fpml.org/FpML-5/confirmation}AccrualPeriod" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>