Definition Type: Element
Name: loanContractPosition
Namespace: http://www.fpml.org/2008/FpML-4-5
Type: fpml:LoanContractPosition
Containing Schema: fpml-loan-4-5.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
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.
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_xsd Drilldown into LoanContractPosition 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: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>
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: