Definition Type: ComplexType
Name: ContractualTermsSupplement
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A contractual supplement (such as those published by ISDA) and its publication date that will apply to the trade.
Collapse XSD Schema Diagram:
Drilldown into publicationDate in schema fpml-shared-4-4_xsd Drilldown into type in schema fpml-shared-4-4_xsdXSD Diagram of ContractualTermsSupplement in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ContractualTermsSupplement">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A contractual supplement (such as those published by ISDA) and its publication date that will apply to the trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="type" type="ContractualSupplement">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies the form of applicable contractual supplement.</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 contractual supplement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type fpml:type (1) (1)
publicationDate fpml:publicationDate 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:contractualTermsSupplement, fpml:contractualTermsSupplement, fpml:contractualTermsSupplement