Class LcRateChange

java.lang.Object

public class LcRateChange extends LcEvent
An event representing a change in the rate on an outstanding letter of credit.

Java class for LcRateChange complex type.

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

 <complexType name="LcRateChange">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LcEvent">
       <sequence>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>