Definition Type: Element
Name: maturingContracts
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
A list of all contracts that are maturing during the rollover event.
Collapse XSD Schema Diagram:
Drilldown into contract in schema fpml-loan-5-10_xsd Drilldown into contractSummary in schema fpml-loan-5-10_xsd Drilldown into contractIdentifier in schema fpml-loan-5-10_xsd Drilldown into LoanContractDetails.model in schema fpml-loan-5-10_xsdXSD Diagram of maturingContracts in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="maturingContracts">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A list of all contracts that are maturing during the rollover event.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:group ref="LoanContractDetails.model" maxOccurs="unbounded" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
contractIdentifier nsA:contractIdentifier (1) (1)
contractSummary nsA:contractSummary (1) (1)
contract nsA:contract (1) (1)