Class FixedRateOptionChange

java.lang.Object

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>