Definition Type: ComplexType
Name: ContractualMatrix
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
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_xsdXSD Diagram of ContractualMatrix in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ContractualMatrix">
    <xsd:sequence>
        <xsd:element name="matrixType" type="MatrixType">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies the form of applicable matrix.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="publicationDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the publication date of the applicable version of the matrix. When this element is omitted, the ISDA supplemental language for incorporation of the relevant matrix will generally define rules for which version of the matrix is applicable.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="matrixTerm" type="MatrixTerm" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines any applicable key into the relevant matrix. For example, the Transaction Type would be the single term required for the Credit Derivatives Physical Settlement Matrix. This element should be omitted in the case of the 2000 ISDA Definitions Settlement Matrix for Early Termination and Swaptions.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
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:
Collapse References:
fpml:contractualMatrix