Definition Type: ComplexType
Name: OtherAgreement
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
An entity for defining the an agreement executed between parties.
Collapse XSD Schema Diagram:
Drilldown into date in schema fpml-shared-5-10_xsd2 Drilldown into version in schema fpml-shared-5-10_xsd2 Drilldown into type in schema fpml-shared-5-10_xsd2 Drilldown into identifier in schema fpml-shared-5-10_xsd2XSD Diagram of OtherAgreement in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OtherAgreement">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An entity for defining the an agreement executed between parties.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="identifier" type="OtherAgreementId" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An identifier that has been created to identify the agreement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="type" type="OtherAgreementType" 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="version" type="OtherAgreementVersion" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The version of the agreement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="date" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the agreement was signed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
identifier nsC:identifier 0 unbounded
type nsC:type 0 (1)
version nsC:version 0 (1)
date nsC:date 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:otherAgreement