Class LcAccrual

java.lang.Object

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>