Class BreakageFeePayment

java.lang.Object

public class BreakageFeePayment extends NonRecurringFeePayment
A fee calculated as the cost of breaking financing against a loan contract which is repaid early.

Java class for BreakageFeePayment complex type.

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

 <complexType name="BreakageFeePayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonRecurringFeePayment">
       <sequence>
         <element name="breakageFeeClaimDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="breakageFeeCalculatedBy" type="{http://www.fpml.org/FpML-5/confirmation}BreakageCalculatedByEnum" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>