Class NonRecurringFeePayment

java.lang.Object
Direct Known Subclasses:
AmendmentFeePayment, BreakageFeePayment, FacilityExtensionFeePayment, FundingFeePayment, MiscFeePayment, UpfrontFeePayment, WaiverFeePayment

public abstract class NonRecurringFeePayment extends FacilityContractEvent
An event describing a non-recurring fee being paid at either the loan contract or facility level.

Java class for NonRecurringFeePayment complex type.

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

 <complexType name="NonRecurringFeePayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityContractEvent">
       <sequence>
         <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>