Class LcOptionChange

java.lang.Object

public class LcOptionChange extends FacilityEvent
An event representing a change in an L/C accrual option. In real terms - an example of this would be an L/C margin rate change.

Java class for LcOptionChange complex type.

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

 <complexType name="LcOptionChange">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityEvent">
       <sequence>
         <element name="lcOption" type="{http://www.fpml.org/FpML-5/confirmation}LcOption"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>