Definition Type: ComplexType
Name: MasterConfirmation
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
An entity for defining the master confirmation agreement executed between the parties.
Collapse XSD Schema Diagram:
Drilldown into masterConfirmationAnnexType in schema fpml-shared-5-10_xsd3 Drilldown into masterConfirmationAnnexDate in schema fpml-shared-5-10_xsd3 Drilldown into masterConfirmationDate in schema fpml-shared-5-10_xsd3 Drilldown into masterConfirmationType in schema fpml-shared-5-10_xsd3XSD Diagram of MasterConfirmation in schema fpml-shared-5-10_xsd3 (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" minOccurs="0">
            <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" minOccurs="0">
            <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:element name="masterConfirmationAnnexType" type="MasterConfirmationAnnexType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of master confirmation annex executed between the parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
masterConfirmationType nsD:masterConfirmationType 0 (1)
masterConfirmationDate nsD:masterConfirmationDate 0 (1)
masterConfirmationAnnexDate nsD:masterConfirmationAnnexDate 0 (1)
masterConfirmationAnnexType nsD:masterConfirmationAnnexType 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:masterConfirmation