Definition Type: ComplexType
Name: MasterConfirmation
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
An entity for defining the master confirmation agreement executed between the parties.
Collapse XSD Schema Diagram:
Drilldown into masterConfirmationAnnexDate in schema fpml-shared-4-4_xsd Drilldown into masterConfirmationDate in schema fpml-shared-4-4_xsd Drilldown into masterConfirmationType in schema fpml-shared-4-4_xsdXSD Diagram of MasterConfirmation in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MasterConfirmation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An entity for defining the master confirmation agreement executed between the parties.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="masterConfirmationType" type="MasterConfirmationType">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of master confirmation executed between the parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="masterConfirmationDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date of the confirmation executed between the parties and intended to govern all relevant transactions between those parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="masterConfirmationAnnexDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date that an annex to the master confirmation was executed between the parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
masterConfirmationType fpml:masterConfirmationType (1) (1)
masterConfirmationDate fpml:masterConfirmationDate (1) (1)
masterConfirmationAnnexDate fpml:masterConfirmationAnnexDate 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:masterConfirmation