Class LetterOfCreditSummary

java.lang.Object
net.finmath.smartcontract.product.xml.LetterOfCreditSummary
Direct Known Subclasses:
LetterOfCredit

public class LetterOfCreditSummary extends Object
A short form definition of a letter of credit.

Java class for LetterOfCreditSummary complex type.

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

 <complexType name="LetterOfCreditSummary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifier" type="{http://www.fpml.org/FpML-5/confirmation}FacilityContractIdentifier" maxOccurs="unbounded"/>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}LcType"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}LetterOfCreditRoles.model"/>
         <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>