Hi,
how can I create this CorporateActionsStandardReportTemplate (XML file showed below) whit REST API Datascope, in particular the RangeQuery section?
Can you give me an example? Thank you.
Best regards.
<?xml version="1.0"?>
<ReportRequest xmlns="http://www.refinitiv.com/Datascope/ReportRequest.xsd">;
<ReportTemplate xmlns:version="1">
<ReportAction>Replace</ReportAction>
<Name>NEW Historical FULL DATA RTCE Future Corax report</Name>
<CorporateActionsStandardEvents>
<RangeQuery>
<QueryStart>
<AllHistoricalEvents>
<AllowNullDates>No</AllowNullDates>
</AllHistoricalEvents>
</QueryStart>
<QueryEnd>
<AllFutureEvents> </AllFutureEvents>
</QueryEnd>
<AllowEmptyEvents>No</AllowEmptyEvents>
<ExcludeDeletedEvents>Yes</ExcludeDeletedEvents>
</RangeQuery>
...