Definition Type: ComplexType
Name: PartyRelationshipDocumentation
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A description of the legal agreement(s) and definitions that document a party's relationships with other parties
Collapse XSD Schema Diagram:
Drilldown into agreement in schema fpml-shared-5-10_xsd4 Drilldown into creditSupportAgreement in schema fpml-shared-5-10_xsd4 Drilldown into masterAgreement in schema fpml-shared-5-10_xsd4XSD Diagram of PartyRelationshipDocumentation in schema fpml-shared-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartyRelationshipDocumentation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A description of the legal agreement(s) and definitions that document a party's relationships with other parties</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice maxOccurs="unbounded">
            <xsd:element name="masterAgreement" type="MasterAgreement">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A agreement executed between two parties that includes or references the related party.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="creditSupportAgreement" type="CreditSupportAgreement">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">An agreement executed between two parties intended to govern collateral arrangement for OTC derivatives transactions between those parties, and that references the related party.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="agreement" type="GenericAgreement">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">An agrement that references the related party.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
masterAgreement nsE:masterAgreement (1) (1)
creditSupportAgreement nsE:creditSupportAgreement (1) (1)
agreement nsE:agreement (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:documentation