Class AccruingFeeExpiry

java.lang.Object

public class AccruingFeeExpiry extends FacilityEvent
An event describing a future expiry of one of the accruing fees associated with a specific facility.

Java class for AccruingFeeExpiry complex type.

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

 <complexType name="AccruingFeeExpiry">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityEvent">
       <sequence>
         <element name="id" type="{http://www.fpml.org/FpML-5/confirmation}AccrualTypeId"/>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}AccruingFeeType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>