complexType "TradePackage"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
allocations (defined in TradePackage complexType),
approvals (defined in TradePackage complexType),
trade (defined in TradePackage complexType)
All Direct / Indirect Based Elements (2):
tradePackage (defined in Events.model group),
Known Usage Locations
Annotation
A bundle of trades collected together into a single unit for reporting.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="TradePackage">
<xsd:sequence>
<xsd:element minOccurs="0" name="packageHeader" type="TradePackageHeader"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="trade" type="Trade"/>
<xsd:element minOccurs="0" name="allocations" type="Allocations"/>
<xsd:element minOccurs="0" name="approvals" type="Approvals"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
allocations
Type:
Allocations, complex content
"Short-form" representation of allocations in which the key block economics are stated once within the trade structure, and the allocation data is contained in this allocations structure. This will normally be expressed in percentage terms and used prior to execution to authorize credit.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="allocations" type="Allocations"/>

approvals
Type:
Approvals, complex content
A container for approval states in the workflow.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="approvals" type="Approvals"/>

packageHeader
Type:
TradePackageHeader, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="packageHeader" type="TradePackageHeader"/>

trade
Type:
Trade, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="trade" type="Trade"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.