Class LcFxRevaluation


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>
 
  • Field Details

    • lcFxRate

      protected FxTerms lcFxRate
    • facilityFxRate

      protected FxTerms facilityFxRate
  • Constructor Details

    • LcFxRevaluation

      public LcFxRevaluation()
  • Method Details

    • 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
    • getFacilityFxRate

      public FxTerms getFacilityFxRate()
      Gets the value of the facilityFxRate property.
      Returns:
      possible object is FxTerms
    • setFacilityFxRate

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