Definition Type: Element
Name: currentContracts
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 whose rates are resetting or contracts that are initiating as part of the rollover event.
Collapse XSD Schema Diagram:
Drilldown into contract in schema fpml-loan-5-10_xsdXSD Diagram of currentContracts in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="currentContracts">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A list of all contracts whose rates are resetting or contracts that are initiating as part of the rollover event.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="contract" type="LoanContract" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
contract nsA:contract (1) unbounded