Definition Type: ComplexType
Name: MasterAgreement
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
An entity for defining the agreement executed between the parties and intended to govern all OTC derivatives transactions between those parties.
Collapse XSD Schema Diagram:
Drilldown into masterAgreementDate in schema fpml-shared-5-10_xsd2 Drilldown into masterAgreementVersion in schema fpml-shared-5-10_xsd2 Drilldown into masterAgreementType in schema fpml-shared-5-10_xsd2 Drilldown into masterAgreementId in schema fpml-shared-5-10_xsd2XSD Diagram of MasterAgreement in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MasterAgreement">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An entity for defining the agreement executed between the parties and intended to govern all OTC derivatives transactions between those parties.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="masterAgreementId" type="MasterAgreementId" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An identifier that has been created to identify the master agreement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="masterAgreementType" type="MasterAgreementType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The agreement executed between the parties and intended to govern product-specific derivatives transactions between those parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="masterAgreementVersion" type="MasterAgreementVersion" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The version of the master agreement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="masterAgreementDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the master agreement was signed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
masterAgreementId nsC:masterAgreementId 0 unbounded
masterAgreementType nsC:masterAgreementType 0 (1)
masterAgreementVersion nsC:masterAgreementVersion 0 (1)
masterAgreementDate nsC:masterAgreementDate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:masterAgreement