Class AccruingFeeChangeNotification

java.lang.Object

public class AccruingFeeChangeNotification extends AbstractFacilityNotification
A loan servicing notification used to communicate a change in an accruing fee option. These options define the rates/calculations associated with facility-level accruing fees.

Java class for AccruingFeeChangeNotification complex type.

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

 <complexType name="AccruingFeeChangeNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractFacilityNotification">
       <sequence>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}accruingFeeChangeGroup"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityDetails.model"/>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>