Class AccruingFeeOption

java.lang.Object

public class AccruingFeeOption extends FeeRateOptionBase
Represents the accruing fee option associated within a facility.

Java class for AccruingFeeOption complex type.

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

 <complexType name="AccruingFeeOption">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FeeRateOptionBase">
       <sequence>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}AccruingFeeType"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PeriodOptionalEnd.model"/>
         <element name="calculationDefinition" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>