Class AccruingPikOptionChange


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

  • Constructor Details

    • AccruingPikOptionChange

      public AccruingPikOptionChange()
  • Method Details

    • getAccruingPikOption

      public AccruingPikOption getAccruingPikOption()
      Gets the value of the accruingPikOption property.
      Returns:
      possible object is AccruingPikOption
    • setAccruingPikOption

      public void setAccruingPikOption(AccruingPikOption value)
      Sets the value of the accruingPikOption property.
      Parameters:
      value - allowed object is AccruingPikOption