Definition Type: ComplexType
Name: UtilizationAmounts
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure which defines the total utilization and available credit levels for a given facility.
Collapse XSD Schema Diagram:
Drilldown into unfundedAmount in schema fpml-loan-5-10_xsd Drilldown into fundedAmount in schema fpml-loan-5-10_xsdXSD Diagram of UtilizationAmounts in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="UtilizationAmounts">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure which defines the total utilization and available credit levels for a given facility.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="fundedAmount" type="NonNegativeDecimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of utilization which is funded.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="unfundedAmount" type="NonNegativeDecimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of utilization which is unfunded.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fundedAmount nsA:fundedAmount (1) (1)
unfundedAmount nsA:unfundedAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:utilizationAmounts