...
URL : https://o171-q001-ww01.eagleinvsys.com/eagle/report/v1/adhocReport |
Payload: { |
GET
URL: https://o171-q001-ww01.eagleinvsys.com/eagle/report/v1/adhocReport? reportName=******&entityId=****,****&beginDate= YYYYMMDD &endDate= YYYYMMDD &fields= 7377,7373,11429,11779,11780&outputFormat=JSON JSON/ JSON2/ CSV/ TSV/ XLS/ ERX |
...
Input Parameter | Description |
reportName | Name of the Report. As name indicates, report name should be provided in string format. |
entityId | Single entity Id or multiple entity Id’s with comma (,) or tilde (~) as separator should be provided in string format. |
beginDate | Beginning date of the report should be provided in this particular format (YYYYMMDD). |
endDate | End Date of the report should be provided in this particular format (YYYYMMDD). |
fields |
|
outputFormat |
|
constituentsAndBenchmarkToComposite | Provide boolean value either true or false. This flag is applicable only for Composite Analysis report. |
benchmartToPortfolio | Provide boolean value either true or false. This flag is applicable for OLAP reports such as Performance Analysis, Positions and Entity And Client. |
firstAlternateCurrency | Provide 3 letter predefined Currency code. For example, USD / CAD |
secondAlternateCurrrency | Provide 3 letter predefined Currency code. For example, USD/CAD |
fetchPriorFXRates | Provide numeric value starting from 1 till 1000. |
"benchmarkOverride": { "Comparison Index 4":"<Entity ID>", "Comparison Index 5": "<Entity ID>", "IsEntities": true } |
|
"benchmarkOverride": { "Comparison Index 5": "Primary Comparison Index", "IsEntities": false } |
|
Note
Mandatory/Required parameters: reportName, beginDate, endDate, outputFormat
...