The GroupedBy Element
Description
Indicates to which collection the current issue belongs, and to which filter. When applicable, the order attribute is set (only if filter is also present).
<GroupedBy
collection =
"string(255)"
filter =
"literal"
order =
integer />
Attributes
| Attribute name | Data type | Description |
|---|---|---|
| collection | string(255) | |
| filter Optional | literal | |
| order Optional | integer |
Number of occurences
OnceOccurs within
<Issue>Can contain
None (element is closed).Notes
Available from version 2.1; can be activated for earlier versions through <Parameter>. Filter information is only returned when it is requested. So, if you request a collection without a filter, no filter specification is added. To receive the filter specification, simply add a second request with the same collection, but now with the desired filter. The filter information will now be added.Example
- <GroupedBy collection="Euronext.Amsterdam.Shares.AEX" filter="top-5" order="3"/>
- <Quote collection="Euronext.Amsterdam.Trusts.Dutch" filter="top-5"/>
- <GroupedBy collection="Euronext.Amsterdam.Trusts.Dutch" filter="top-5" order="x"/>
- <GroupedBy collection="Euronext.Amsterdam.Trusts.Dutch"/>
- <GroupedBy collection="Euronext.Amsterdam.Shares.AEX" filter="top-25" order="x"/>
- <GroupedBy collection="Euronext.Amsterdam.Shares.AEX" filter="risers-5" order="x"/>