Definition Type: ComplexType
Name: ContractualMatrix
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-shared-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into matrixTerm in schema fpml-shared-5-10_xsd Drilldown into publicationDate in schema fpml-shared-5-10_xsd Drilldown into matrixType in schema fpml-shared-5-10_xsdXSD Diagram of ContractualMatrix in schema fpml-shared-5-10_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 nsA:matrixType (1) (1)
publicationDate nsA:publicationDate 0 (1)
matrixTerm nsA:matrixTerm 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:contractualMatrix