Class FixedRateOptionChange


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

Java class for FixedRateOptionChange complex type.

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

 <complexType name="FixedRateOptionChange">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityEvent">
       <sequence>
         <element name="fixedRateOption" type="{http://www.fpml.org/FpML-5/confirmation}FixedRateOption"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FixedRateOptionChange

      public FixedRateOptionChange()
  • Method Details

    • getFixedRateOption

      public FixedRateOption getFixedRateOption()
      Gets the value of the fixedRateOption property.
      Returns:
      possible object is FixedRateOption
    • setFixedRateOption

      public void setFixedRateOption(FixedRateOption value)
      Sets the value of the fixedRateOption property.
      Parameters:
      value - allowed object is FixedRateOption