Class LcEvent

java.lang.Object
Direct Known Subclasses:
LcAdjustment, LcFxRevaluation, LcIssuance, LcIssuanceFeePayment, LcRateChange, LcRenewal, LcTermination

public abstract class LcEvent extends LoanEvent
An abstract base type for all LC-level business events.

Java class for LcEvent complex type.

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

 <complexType name="LcEvent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LoanEvent">
       <sequence>
         <element name="letterOfCreditReference" type="{http://www.fpml.org/FpML-5/confirmation}LetterOfCreditReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>