Class LcIssuance

java.lang.Object

public class LcIssuance extends LcEvent
An event representing the issuance of a new letter of credit under an existing facility.

Java class for LcIssuance complex type.

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

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