Definition Type: ComplexType
Name: FeeAccrualPeriod
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
The period for accrual fee caculation where fee rate and underlying position amount (commitment, utilization or unutilized) is constant
Collapse XSD Schema Diagram:
Drilldown into accrualAmount in schema fpml-loan-4-4_xsd Drilldown into endDate in schema fpml-loan-4-4_xsd Drilldown into startDate in schema fpml-loan-4-4_xsd Drilldown into Period.model in schema fpml-loan-4-4_xsdXSD Diagram of FeeAccrualPeriod in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FeeAccrualPeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The period for accrual fee caculation where fee rate and underlying position amount (commitment, utilization or unutilized) is constant</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="Period.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Fee accrual period.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="accrualAmount" type="ParticipationAmount" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">&gt;Global and lender share accrued fee amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate fpml:startDate (1) (1)
endDate fpml:endDate (1) (1)
accrualAmount fpml:accrualAmount 0 (1)
<xs:group> fpml:Period.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:feeAccrualPeriod