Definition Type: ComplexType
Name: UtilizationPeriod
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A schedule that incorporates all sub-periods of an interest accrual calculation.
Collapse XSD Schema Diagram:
Drilldown into utilizationAmounts in schema fpml-loan-5-10_xsd Drilldown into numberOfDays in schema fpml-loan-5-10_xsd Drilldown into endDate in schema fpml-shared-5-10_xsd Drilldown into startDate in schema fpml-shared-5-10_xsd Drilldown into Period.model in schema fpml-shared-5-10_xsd Drilldown into PeriodWithDays.model in schema fpml-loan-5-10_xsdXSD Diagram of UtilizationPeriod in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="UtilizationPeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A schedule that incorporates all sub-periods of an interest accrual calculation.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="PeriodWithDays.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the dates for a single accrual period. This is a period of actual (adjusted) dates.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="utilizationAmounts" type="UtilizationAmounts">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The funded and unfunded utilization details.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate nsA:startDate (1) (1)
endDate nsA:endDate (1) (1)
numberOfDays nsA:numberOfDays (1) (1)
utilizationAmounts nsA:utilizationAmounts (1) (1)
<xs:group> nsA:PeriodWithDays.model (1) (1)
<xs:group> nsA:Period.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:utilizationPeriod