Class LoanContractMaturityChange

java.lang.Object

public class LoanContractMaturityChange extends LoanContractEvent
An event representing a change of maturity date on a one or more outstanding loan contracts.

Java class for LoanContractMaturityChange complex type.

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

 <complexType name="LoanContractMaturityChange">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LoanContractEvent">
       <sequence>
         <element name="currentMaturityDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="priorMaturityDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>