Definition Type: ComplexType
Name: LoanContractPosition
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
Represents outstanding loan amounts on both the global and lender position levels.
Collapse XSD Schema Diagram:
Drilldown into priorAmount in schema fpml-loan-4-5_xsd Drilldown into currentAmount in schema fpml-loan-4-5_xsd Drilldown into loanContractSummary in schema fpml-loan-4-5_xsdXSD Diagram of LoanContractPosition in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanContractPosition">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Represents outstanding loan amounts on both the global and lender position levels.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="loanContractSummary" type="LoanContractSummary">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A basic set of fields used to uniquely identify the loan contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="currentAmount" type="ParticipationAmount">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The current outstanding loan contract amount represented on a global and lender share perspective (this is post to 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 previous outstanding loan contract amount represented on a global and lender share perspective (this is prior to any associated events).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
loanContractSummary fpml:loanContractSummary (1) (1)
currentAmount fpml:currentAmount (1) (1)
priorAmount fpml:priorAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:loanContractPosition