Definition Type: ComplexType
Name: FacilityCommitmentPosition
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
This represents current and prior facility commitment amounts on both the global and lender postion levels.
Collapse XSD Schema Diagram:
Drilldown into lcPosition in schema fpml-loan-4-5_xsd Drilldown into loanContractPosition in schema fpml-loan-4-5_xsd Drilldown into priorAmount in schema fpml-loan-4-5_xsd Drilldown into currentAmount in schema fpml-loan-4-5_xsdXSD Diagram of FacilityCommitmentPosition in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FacilityCommitmentPosition">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">This represents current and prior facility commitment amounts on both the global and lender postion levels.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="currentAmount" type="ParticipationAmount">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of principal commitment currently allocated to the lender within the facility (this is after any associated events).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="priorAmount" type="ParticipationAmount" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of principal commitment that was allocated to the lender within the facility (this is prior to any associated events).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="loanContractPosition" type="LoanContractPosition" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A structure used to define all positions held by the lender at the loan contract level. This structure is design to hold either some or all loan contracts.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lcPosition" type="LcPosition" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currentAmount fpml:currentAmount (1) (1)
priorAmount fpml:priorAmount 0 (1)
loanContractPosition fpml:loanContractPosition 0 unbounded
lcPosition fpml:lcPosition 0 unbounded
Collapse Derivation Tree:
Collapse References:
fpml:facilityCommitmentPosition