In the Control Message, you can define various object group filters and filter parameters to specify the range of data to be extracted from the database for each object group.
You can also use custom filters. For more information about filters, see the About Filters page in the EagleML wiki http://eagle.helpdocsonline.com/about-filters$Custom_Filters. ??EagleML reference
Info | ||
---|---|---|
| ||
customWhere parameter is supported for eagle_wrf_generic_extract only with the FeedType_ prefix. |
...
Parameter | Example of Value | Comments | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
FeedType{_}CustomWhere |
| CustomWhere CM parameter allows to insert additional code into the WHERE part of the SQL query of an extract. | ||||||||||
FeedType{_}ExtractNamePatternEx |
| Customizes output file name according to the pattern specified.
|
...
Object Group Name | Filter Name | Comments |
---|---|---|
ENTITY | entityselectiontype | http://eagle.helpdocsonline.com/available-filters [Entity Filter] See the Available Filters page in the EagleML wiki. ??EagleML reference |
| entityselectionvalue |
|
| entityselectiontype2 |
|
| entityselectionvalue2 |
|
| UsePrimaryBasisOnly |
|
SMF | processingsecuritytype | http://eagle.helpdocsonline.com/available-filters [Security Master File (SMF) Filter] See the Available Filters page in the EagleML wiki. ??EagleML reference |
| securitytype |
|
| securityalias |
|
| releasestatus |
|
| primaryassetid |
|
| investmenttype |
|
| xrefid |
|
| xrefidtype |
|
| ticker |
|
| historyonlyflag | http://eagle.helpdocsonline.com/available-filters [History Only Filter] See the Available Filters page in the EagleML wiki. ??EagleML reference |
Security Related (SMF, Warehouse, Accounting and Reference) | smfrelatedflag | This parameter works with Generic Extract workflow only.
|
Default | SendNotification |
|
| ACKDeliveryMethod |
|
| ReplyDeliveryMethod |
|
| CustomAckLocation |
|
| CustomReplyLocation |
|
Common | maxrows | http://eagle.helpdocsonline.com/available-filters [Common Filter] See the Available Filter page in the EagleML wiki. ??EagleML reference |
| DeltaBased | http://eagle.helpdocsonline.com/available-filters [Delta Based Filter] See the Available Filter page in the EagleML wiki. ??EagleML reference |
| DoNotPublishOnError | http://eagle.helpdocsonline.com/format-control-message See the Format Control Message page in the EagleML wiki. ??EagleML reference |
| XSDValidation | http://eagle.helpdocsonline.com/format-control-message See the Format Control Message page in the EagleML wiki. ??EagleML reference |
| QueryProfileName |
|
Held | onlyheld | http://eagle.helpdocsonline.com/available-filters [Held Securities Filter] See the Available Filter page in the EagleML wiki. ??EagleML reference |
| heldpositionsources |
|
| heldcashactivitysources |
|
| includecurrencyassets |
|
Source | sourcename | http://eagle.helpdocsonline.com/available-filters [Sources Filter] See the Available Filter page in the EagleML wiki. ??EagleML reference |
| datasources |
|
Date | effectivedate | http://eagle.helpdocsonline.com/available-filters [Date Filter] See the Available Filter page in the EagleML wiki. ??EagleML reference |
| fromdate |
|
| fromeffectivedate |
|
| updatedate |
|
| todate |
|
| toeffectivedate |
|
Default | ACKDeliveryMethod | http://eagle.helpdocsonline.com/ejm-jobs-notifications See the EJM Jobs Notifications Overview page in the EagleML wiki. ??EagleML reference |
| CustomAckLocation |
|
| CustomReplyLocation |
|
| ReplyDeliveryMethod |
|
| SendNotification |
|
Release Date Filters | fromreleasedate |
|
| releasedate |
|
| toreleasedate |
|
Issuer Filters | issueralias |
|
| issuerid |
|
| issuername |
|
Warehouse Filters | BatchMode |
|
| ExcludeCurrentDay |
|
GL Activity Filters | FromGLAccount |
|
| GLBasic |
|
| GLClass |
|
| GLDateType |
|
| GLFromDate |
|
| GLSector |
|
| GLToDate |
|
| ToGLAccount |
|
GL Balances Filters | accountingdate |
|
| fromaccountingdate |
|
| frommonthendaccountingdate |
|
| GLBasic |
|
| monthendaccountingdate |
|
| toaccountingdate |
|
| tomonthendaccountingdate |
|
Nav Filters | fromvaluationdate |
|
| tovaluationdate |
|
| valuationdate |
|
Code Category Filters | codecategory |
|
| codecategoryname |
|
Code Value Filters | codevalue |
|
| codevaluename |
|
Code Translation Filters | fromcodecategory |
|
| fromcodecategoryname |
|
| fromcodevalue |
|
| fromcodevaluename |
|
| fromsourcecode |
|
| tocodecategory |
|
| tocodecategoryname |
|
| tocodevalue |
|
| tocodevaluename |
|
| tosourcecode |
|
Calendar Business Filters | CalendarBusinessName |
|
| CalendarType |
|
| DateTypeMacro |
|
| OnlyBusinessCalendar |
|
| ProcessCenterName |
|
Packer Parameters | CustomExtractLocation | |
| ExtractDeliveryMethod |
|
| FromFolder |
|
| OutputZipFileName |
|
| OutputZipFileNamePattern |
|
| SendDataToFTP |
|
| ToFolder |
|
...
In the Control Message, filter parameters are specified in the <taskParameter> element. You can set a date filter for all object groups at once by using Common Date Filters or you can specify a filter for each object group. Specific filters have a higher priority than the Common Date filters. If both filters are used, priority is given to the filter for the specific object group.
The following table lists the supported filter parameters.
...