Definition Type: Element
Name: contractualMatrix
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:ContractualMatrix
Containing Schema: fpml-shared-4-4.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-4-4_xsd Drilldown into publicationDate in schema fpml-shared-4-4_xsd Drilldown into matrixType in schema fpml-shared-4-4_xsd Drilldown into ContractualMatrix in schema fpml-shared-4-4_xsdXSD Diagram of contractualMatrix in schema fpml-shared-4-4_xsd (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 fpml:matrixType (1) (1)
publicationDate fpml:publicationDate 0 (1)
matrixTerm fpml:matrixTerm 0 (1)
Collapse Derivation Tree: