Definition Type: ComplexType
Name: ContractHeader
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
Contract header containing identification and other information which is independent of the type of financial product.
Collapse XSD Schema Diagram:
Drilldown into contractDate in schema fpml-doc-4-4_xsd Drilldown into information in schema fpml-doc-4-4_xsd Drilldown into identifier in schema fpml-doc-4-4_xsdXSD Diagram of ContractHeader in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ContractHeader">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Contract header containing identification and other information which is independent of the type of financial product.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="identifier" type="ContractIdentifier" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identification of the Contract. Each party to the contract may assign multiple identifiers.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="information" type="ContractInformation" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Information regarding the Contract from the perspective of the party referenced.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="contractDate" type="IdentifiedDate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Corresponds to the trade date. This element will be renamed tradeDate in the next major version (5.0) of FpML.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
identifier fpml:identifier (1) unbounded
information fpml:information 0 unbounded
contractDate fpml:contractDate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:header