Definition Type: ComplexType
Name: LoanContractIdentifier
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
A basic set of fields to identify the loan contract
Collapse XSD Schema Diagram:
Drilldown into maturityDate in schema fpml-loan-4-4_xsd Drilldown into originalAmount in schema fpml-loan-4-4_xsd Drilldown into identifier in schema fpml-loan-4-4_xsdXSD Diagram of LoanContractIdentifier in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanContractIdentifier">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A basic set of fields to identify the loan contract</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="identifier" type="ContractIdentifier" maxOccurs="unbounded" />
        <xsd:element name="originalAmount" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Original amount associated with the loan contract in loan contract currency.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="maturityDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Maturity date of the loan contract. In the case of an ABR loan this field should be set to the maturity date of the facility.&gt;</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
identifier fpml:identifier (1) unbounded
originalAmount fpml:originalAmount 0 (1)
maturityDate fpml:maturityDate 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:loanContractIdentifier, fpml:loanContractIdentifier, fpml:loanContractIdentifier, fpml:loanContractIdentifier, fpml:loanContractIdentifier