Class AccruingPikOptionChange

java.lang.Object

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

Java class for AccruingPikOptionChange complex type.

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

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