Class LcAccrual


public class LcAccrual extends FeeRateOptionBase
A full definition of the accrual characteristics of a letter of credit. This structure defines both the underlying letter of credit issuance fee rate as well as any FX rates applied.

Java class for LcAccrual complex type.

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

 <complexType name="LcAccrual">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FeeRateOptionBase">
       <sequence minOccurs="0">
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="lcFxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxTerms"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • currency

      protected Currency currency
    • lcFxRate

      protected FxTerms lcFxRate
  • Constructor Details

    • LcAccrual

      public LcAccrual()
  • Method Details

    • getCurrency

      public Currency getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is Currency
    • setCurrency

      public void setCurrency(Currency value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is Currency
    • getLcFxRate

      public FxTerms getLcFxRate()
      Gets the value of the lcFxRate property.
      Returns:
      possible object is FxTerms
    • setLcFxRate

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