XML Schema Documentation

Model Group: PartiesAndAccounts.model

[Table of contents]

Name PartiesAndAccounts.model
Documentation Supporting party and account definitions.
XML Instance Representation
<party> Party </party> [0..*]

'A legal entity or a subdivision of a legal entity.','Parties can perform multiple roles in a trade lifecycle. For example, the principal parties obligated to make payments from time to time during the term of the trade, but may include other parties involved in, or incidental to, the trade, such as parties acting in the role of novation transferor/transferee, broker, calculation agent, etc. In FpML roles are defined in multiple places within a document.'

<account> Account </account> [0..*]

'Optional account information used to precisely define the origination and destination of financial instruments.'

Diagram
Schema Component Representation
<xsd:group name="PartiesAndAccounts.model">
<xsd:sequence>
<xsd:element name="party" type=" Party " maxOccurs="unbounded" minOccurs="0"/>
<xsd:element name="account" type=" Account " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:group>