Definition Type: ComplexType
Name: LenderLoanContractPeriod
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
A period within which the lender maintains a constant loan contract position.
Collapse XSD Schema Diagram:
Drilldown into shareLoanContractAmount in schema fpml-loan-4-5_xsd Drilldown into shareCommitmentAmount in schema fpml-loan-4-5_xsd Drilldown into endDate in schema fpml-shared-4-5_xsd Drilldown into startDate in schema fpml-shared-4-5_xsd Drilldown into Period.model in schema fpml-shared-4-5_xsdXSD Diagram of LenderLoanContractPeriod in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LenderLoanContractPeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A period within which the lender maintains a constant loan contract position.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="Period.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Dates defining an lender loan contract period. This is a period of actual (adjusted) dates.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="shareCommitmentAmount" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of the commitment amount allocated to the lender for the specific period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="shareLoanContractAmount" type="Money">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of the loan contractallocated to the lender. This is based on the share of the overall commitment that the lender is assigned.</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)
shareCommitmentAmount fpml:shareCommitmentAmount 0 (1)
shareLoanContractAmount fpml:shareLoanContractAmount (1) (1)
<xs:group> fpml:Period.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:lenderLoanContractPeriod