Class LcRenewal

java.lang.Object

public class LcRenewal extends LcEvent
An event representing a change in the maturity date on an outstanding letter of credit.

Java class for LcRenewal complex type.

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

 <complexType name="LcRenewal">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LcEvent">
       <sequence>
         <element name="finalExpiryDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="maturityDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>