Class InterestCapitalization

java.lang.Object

public class InterestCapitalization extends LoanContractEvent
An event representing the lender-specific capitalization of interest amounts for a given accrual period against a single loan contract.

Java class for InterestCapitalization complex type.

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

 <complexType name="InterestCapitalization">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LoanContractEvent">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/>
         <element name="calculationMethod" type="{http://www.fpml.org/FpML-5/confirmation}InterestCalculationMethodEnum"/>
         <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>
     </extension>
   </complexContent>
 </complexType>