Class AccruingFeeChange

java.lang.Object

public class AccruingFeeChange extends FacilityEvent
An event describing a future change an accruing fee associated with a specific facility.

Java class for AccruingFeeChange complex type.

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

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