Class LcFxRevaluation

java.lang.Object

public class LcFxRevaluation extends LcEvent
An event representing a change in either the [L/C -> Facility] or [Accrual -> L/C] FX rates (or both) on an outstanding letter of credit.

Java class for LcFxRevaluation complex type.

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

 <complexType name="LcFxRevaluation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LcEvent">
       <sequence>
         <element name="lcFxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxTerms" minOccurs="0"/>
         <element name="facilityFxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxTerms" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>