Definition Type: Element
Name: contractualMatrix
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:ContractualMatrix
Containing Schema: fpml-shared-5-10.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
A reference to a contractual matrix of elected terms/values (such as those published by ISDA) that shall be deemed to apply to the trade. The applicable matrix is identified by reference to a name and optionally a publication date. Depending on the structure of the matrix, an additional term (specified in the matrixTerm element) may be required to further identify a subset of applicable terms/values within the matrix.
Collapse XSD Schema Diagram:
Drilldown into matrixTerm in schema fpml-shared-5-10_xsd3 Drilldown into publicationDate in schema fpml-shared-5-10_xsd3 Drilldown into matrixType in schema fpml-shared-5-10_xsd3 Drilldown into ContractualMatrix in schema fpml-shared-5-10_xsd3XSD Diagram of contractualMatrix in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="contractualMatrix" type="ContractualMatrix" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A reference to a contractual matrix of elected terms/values (such as those published by ISDA) that shall be deemed to apply to the trade. The applicable matrix is identified by reference to a name and optionally a publication date. Depending on the structure of the matrix, an additional term (specified in the matrixTerm element) may be required to further identify a subset of applicable terms/values within the matrix.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
matrixType nsD:matrixType 0 (1)
publicationDate nsD:publicationDate 0 (1)
matrixTerm nsD:matrixTerm 0 (1)
Collapse Derivation Tree: