Class LetterOfCredit

java.lang.Object
net.finmath.smartcontract.product.xml.LetterOfCreditSummary
net.finmath.smartcontract.product.xml.LetterOfCredit

public class LetterOfCredit extends LetterOfCreditSummary
A definition of an unfunded borrowing (guarantee) instrument known as a Letter of Credit.

Java class for LetterOfCredit complex type.

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

 <complexType name="LetterOfCredit">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LetterOfCreditSummary">
       <sequence>
         <sequence>
           <element name="expiryDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
           <element name="finalExpiryDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         </sequence>
         <element name="lcAccrual" type="{http://www.fpml.org/FpML-5/confirmation}LcAccrual"/>
         <element name="purpose" type="{http://www.fpml.org/FpML-5/confirmation}LcPurpose" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}LetterOfCreditFeatures.model"/>
         <element name="facilityFxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxTerms" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>