XML Schema Documentation

Complex Type: MasterAgreement

[Table of contents]

Super-types: None
Sub-types: None
Name MasterAgreement
Used by (from the same schema document) Complex Type Documentation , Complex Type PartyRelationshipDocumentation
Abstract no
Documentation An entity for defining the agreement executed between the parties and intended to govern all OTC derivatives transactions between those parties.
XML Instance Representation
<...>
<masterAgreementType> MasterAgreementType </masterAgreementType> [1]

'The agreement executed between the parties and intended to govern product-specific derivatives transactions between those parties.'

<masterAgreementVersion> MasterAgreementVersion </masterAgreementVersion> [0..1]

'The version of the master agreement.'

<masterAgreementDate> xsd:date </masterAgreementDate> [0..1]

'The date on which the master agreement was signed.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="MasterAgreement">
<xsd:sequence>
<xsd:element name="masterAgreementType" type=" MasterAgreementType "/>
<xsd:element name="masterAgreementVersion" type=" MasterAgreementVersion " minOccurs="0"/>
<xsd:element name="masterAgreementDate" type=" xsd:date " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>