complexType "AccruingFeePayment"
Namespace:
Content:
complex, 16 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (16):
accrualSchedule (in accruingFeePayment),
agentPartyReference (defined in BusinessEventParties.model group),
amount (in accruingFeePayment),
borrowerPartyReference (defined in BusinessEventParties.model group),
businessEventGroupId,
cashPayable,
comment,
effectiveDate (defined in LoanEvent complexType),
endDate (defined in Period.model group),
eventIdentifier (defined in AbstractEventRequireId complexType),
facilityReference (defined in FacilityEvent complexType),
id (in accruingFeePayment),
lenderPartyReference,
numberOfDays,
previousInaccurateEventId,
startDate (defined in Period.model group)
All Direct / Indirect Based Elements (1):
accruingFeePayment
Known Usage Locations
Annotation
An event describing an accruing fee payment made at the loan contract or facility level.
Type Definition Detail
Type Derivation Tree
AbstractEventRequireId (extension)
  LoanEvent (extension)
      FacilityEvent (extension)
          AccruingFeePayment
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="AccruingFeePayment">
<xsd:complexContent>
<xsd:extension base="FacilityEvent">
<xsd:sequence>
<xsd:element name="id" type="AccrualTypeId"/>
<xsd:group ref="PeriodWithDays.model"/>
<xsd:sequence>
<xsd:element name="amount" type="MoneyWithParticipantShare"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="accrualSchedule" type="AccrualPeriod"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/16)
accrualSchedule
Type:
AccrualPeriod, complex content
A schedule that incorporates all sub-periods of an accrual calculation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="accrualSchedule" type="AccrualPeriod"/>

amount
Type:
MoneyWithParticipantShare, complex content
XML Source (see within schema source)
<xsd:element name="amount" type="MoneyWithParticipantShare"/>

id
Type:
AccrualTypeId, simple content
A unique id associated with the loan accrual type.
Simple Content
xsd:normalizedString
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="id" type="AccrualTypeId"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.