complexType "AccrualPeriod"
Namespace:
Content:
complex, 7 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (7):
endDate (defined in Period.model group),
rate (defined in AccrualPeriod complexType),
referenceAmount (defined in AccrualPeriod complexType),
startDate (defined in Period.model group)
All Direct / Indirect Based Elements (5):
accrualSchedule (defined in InterestCapitalization complexType),
accrualSchedule (defined in InterestPayment complexType),
accrualSchedule (in accruingFeePayment),
accrualSchedule (in accruingPikPayment),
accrualSchedule (in lcFeePayment)
Known Usage Locations
Annotation
The details of the underlying elements that effect the calculation of a fee accrual.
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="AccrualPeriod">
<xsd:sequence>
<xsd:group ref="PeriodWithDays.model"/>
<xsd:sequence>
<xsd:element name="referenceAmount" type="MoneyWithParticipantShare"/>
<xsd:element minOccurs="0" name="referenceAmountType" type="ReferenceAmountType"/>
</xsd:sequence>
<xsd:element name="rate" type="xsd:decimal"/>
<xsd:element name="accrualAmount" type="MoneyWithParticipantShare"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/7)
accrualAmount
Type:
MoneyWithParticipantShare, complex content
The accrual amount over the defined period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="accrualAmount" type="MoneyWithParticipantShare"/>

rate
Type:
xsd:decimal, predefined, simple content
The rate applied to this period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="rate" type="xsd:decimal"/>

referenceAmount
Type:
MoneyWithParticipantShare, complex content
Global and lender share amounts.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="referenceAmount" type="MoneyWithParticipantShare"/>

referenceAmountType
Type:
ReferenceAmountType, simple content
The rate applied to this period.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="referenceAmountType" type="ReferenceAmountType"/>

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.