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>
 
  • Field Details

  • Constructor Details

    • LetterOfCredit

      public LetterOfCredit()
  • Method Details

    • getExpiryDate

      public XMLGregorianCalendar getExpiryDate()
      Gets the value of the expiryDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setExpiryDate

      public void setExpiryDate(XMLGregorianCalendar value)
      Sets the value of the expiryDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getFinalExpiryDate

      public XMLGregorianCalendar getFinalExpiryDate()
      Gets the value of the finalExpiryDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setFinalExpiryDate

      public void setFinalExpiryDate(XMLGregorianCalendar value)
      Sets the value of the finalExpiryDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getLcAccrual

      public LcAccrual getLcAccrual()
      Gets the value of the lcAccrual property.
      Returns:
      possible object is LcAccrual
    • setLcAccrual

      public void setLcAccrual(LcAccrual value)
      Sets the value of the lcAccrual property.
      Parameters:
      value - allowed object is LcAccrual
    • getPurpose

      public LcPurpose getPurpose()
      Gets the value of the purpose property.
      Returns:
      possible object is LcPurpose
    • setPurpose

      public void setPurpose(LcPurpose value)
      Sets the value of the purpose property.
      Parameters:
      value - allowed object is LcPurpose
    • getEvergreenOption

      public EvergreenOption getEvergreenOption()
      Gets the value of the evergreenOption property.
      Returns:
      possible object is EvergreenOption
    • setEvergreenOption

      public void setEvergreenOption(EvergreenOption value)
      Sets the value of the evergreenOption property.
      Parameters:
      value - allowed object is EvergreenOption
    • getLcAutoAdjust

      public LcAutoAdjustEnum getLcAutoAdjust()
      Gets the value of the lcAutoAdjust property.
      Returns:
      possible object is LcAutoAdjustEnum
    • setLcAutoAdjust

      public void setLcAutoAdjust(LcAutoAdjustEnum value)
      Sets the value of the lcAutoAdjust property.
      Parameters:
      value - allowed object is LcAutoAdjustEnum
    • getMinLcIssuanceFeeAmount

      public MoneyWithParticipantShare getMinLcIssuanceFeeAmount()
      Gets the value of the minLcIssuanceFeeAmount property.
      Returns:
      possible object is MoneyWithParticipantShare
    • setMinLcIssuanceFeeAmount

      public void setMinLcIssuanceFeeAmount(MoneyWithParticipantShare value)
      Sets the value of the minLcIssuanceFeeAmount property.
      Parameters:
      value - allowed object is MoneyWithParticipantShare
    • getFacilityFxRate

      public FxTerms getFacilityFxRate()
      Gets the value of the facilityFxRate property.
      Returns:
      possible object is FxTerms
    • setFacilityFxRate

      public void setFacilityFxRate(FxTerms value)
      Sets the value of the facilityFxRate property.
      Parameters:
      value - allowed object is FxTerms