Class AccruingFeePayment

java.lang.Object

public class AccruingFeePayment extends FacilityEvent
An event describing an accruing fee payment made at the facility level.

Java class for AccruingFeePayment complex type.

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

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